Class Support.Builder

  • Enclosing class:
    Support

    public static class Support.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public Support build()
        Builds a Support.
        Returns:
        the new Support instance
      • addLocations

        public Support.Builder addLocations​(java.lang.String locations)
        Adds an locations to locations.
        Parameters:
        locations - the new locations
        Returns:
        the Support builder
      • url

        public Support.Builder url​(java.lang.String url)
        Set the url.
        Parameters:
        url - the url
        Returns:
        the Support builder
      • process

        public Support.Builder process​(java.lang.String process)
        Set the process.
        Parameters:
        process - the process
        Returns:
        the Support builder
      • locations

        public Support.Builder locations​(java.util.List<java.lang.String> locations)
        Set the locations. Existing locations will be replaced.
        Parameters:
        locations - the locations
        Returns:
        the Support builder