Class UpdateCollectionRequest

java.lang.Object
com.intercom.api.resources.helpcenters.collections.requests.UpdateCollectionRequest

public final class UpdateCollectionRequest extends Object
  • Method Details

    • getCollectionId

      public String getCollectionId()
      Returns:
      The unique identifier for the collection which is given by Intercom.
    • getName

      public Optional<String> getName()
      Returns:
      The name of the collection. For multilingual collections, this will be the name of the default language's content.
    • getDescription

      public Optional<String> getDescription()
      Returns:
      The description of the collection. For multilingual collections, this will be the description of the default language's content.
    • getTranslatedContent

      public Optional<GroupTranslatedContent> getTranslatedContent()
    • getParentId

      public Optional<String> getParentId()
      Returns:
      The id of the parent collection. If null then it will be updated as the first level collection.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder