Class DetailedDescription.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public DetailedDescription.Builder key​(String key)
        Generated key that can be used in API calls to identify task.

        On scenarios where reference to the task is needed, a value can be passed in create.

        Parameters:
        key - the value to set
        Returns:
        this builder
      • modelVersion

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

        public DetailedDescription.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
      • objectVersion

        public DetailedDescription.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
      • objectStatus

        public DetailedDescription.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 DetailedDescription.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
      • logo

        public DetailedDescription.Builder logo​(String logo)
        Base64 encoded image to represent logo of the object.
        Parameters:
        logo - the value to set
        Returns:
        this builder
      • detailedDescription

        public DetailedDescription.Builder detailedDescription​(String detailedDescription)
        Base64 encoded rich text description of the object.
        Parameters:
        detailedDescription - the value to set
        Returns:
        this builder