Class PatchChangeSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public PatchChangeSummary.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
      • namePath

        public PatchChangeSummary.Builder namePath​(String namePath)
        The fully qualified path of the published object, which would include its project and folder.
        Parameters:
        namePath - the value to set
        Returns:
        this builder
      • objectVersion

        public PatchChangeSummary.Builder objectVersion​(Integer objectVersion)
        The object version.
        Parameters:
        objectVersion - the value to set
        Returns:
        this builder
      • identifier

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