Class UpdateDataAttributeRequest

java.lang.Object
com.intercom.api.resources.dataattributes.requests.UpdateDataAttributeRequest

public final class UpdateDataAttributeRequest extends Object
  • Method Details

    • getDataAttributeId

      public String getDataAttributeId()
      Returns:
      The data attribute id
    • getArchived

      public Optional<Boolean> getArchived()
      Returns:
      Whether the attribute is to be archived or not.
    • getDescription

      public Optional<String> getDescription()
      Returns:
      The readable description you see in the UI for the attribute.
    • getOptions

      Returns:
      To create list attributes. Provide a set of hashes with value as the key of the options you want to make. data_type must be string.
    • getMessengerWritable

      public Optional<Boolean> getMessengerWritable()
      Returns:
      Can this attribute be updated by the Messenger
    • 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