Class CreateOrUpdateTagRequest
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.CreateOrUpdateTagRequest
-
public final class CreateOrUpdateTagRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateOrUpdateTagRequest._FinalStagestatic classCreateOrUpdateTagRequest.Builderstatic interfaceCreateOrUpdateTagRequest.NameStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateOrUpdateTagRequest.NameStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getId()java.lang.StringgetName()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.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 java.util.Optional<java.lang.String> getId()
- Returns:
- The id of tag to updates.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static CreateOrUpdateTagRequest.NameStage builder()
-
-