Class ConfigDefinition.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • modelType

        public ConfigDefinition.Builder modelType​(String modelType)
        The type of the object.
        Parameters:
        modelType - the value to set
        Returns:
        this builder
      • modelVersion

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

        public ConfigDefinition.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
      • isContained

        public ConfigDefinition.Builder isContained​(Boolean isContained)
        Specifies whether the configuration is contained or not.
        Parameters:
        isContained - the value to set
        Returns:
        this builder
      • objectStatus

        public ConfigDefinition.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