Class CreateOrUpdateTagRequest

java.lang.Object
com.intercom.api.types.CreateOrUpdateTagRequest

public final class CreateOrUpdateTagRequest extends Object
  • Method Details

    • getName

      public String getName()
      Returns:
      The name of the tag, which will be created if not found, or the new name for the tag if this is an update request. Names are case insensitive.
    • getId

      public Optional<String> getId()
      Returns:
      The id of tag to updates.
    • 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

      public static CreateOrUpdateTagRequest.NameStage builder()