Class ApplicationDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public ApplicationDetails.Builder key​(String key)
        Generated key that can be used in API calls to identify application.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • modelVersion

        public ApplicationDetails.Builder modelVersion​(String modelVersion)
        The object’s model version.
        Parameters:
        modelVersion - the value to set
        Returns:
        this builder
      • name

        public ApplicationDetails.Builder name​(String name)
        Free form text without any restriction on permitted characters.

        Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • description

        public ApplicationDetails.Builder description​(String description)
        Detailed description for the object.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • applicationVersion

        public ApplicationDetails.Builder applicationVersion​(Integer applicationVersion)
        version
        Parameters:
        applicationVersion - the value to set
        Returns:
        this builder
      • objectStatus

        public ApplicationDetails.Builder objectStatus​(Integer objectStatus)
        The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
        Parameters:
        objectStatus - the value to set
        Returns:
        this builder
      • identifier

        public ApplicationDetails.Builder identifier​(String identifier)
        Value can only contain upper case letters, underscore, and numbers.

        It should begin with upper case letter or underscore. The value can be modified.

        Parameters:
        identifier - the value to set
        Returns:
        this builder
      • objectVersion

        public ApplicationDetails.Builder objectVersion​(Integer objectVersion)
        The version of the object that is used to track changes in the object instance.
        Parameters:
        objectVersion - the value to set
        Returns:
        this builder
      • displayName

        public ApplicationDetails.Builder displayName​(String displayName)
        Free form text without any restriction on permitted characters.

        Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • freeformTags

        public ApplicationDetails.Builder freeformTags​(Map<String,​String> freeformTags)
        Simple key-value pair that is applied without any predefined name, type or scope.

        Exists for cross-compatibility only. Example: {“bar-key”: “value”}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • definedTags

        public ApplicationDetails.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Usage of predefined tag keys.

        These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder