Class TicketPart.UpdatedAttributeData.Attribute
- java.lang.Object
-
- com.intercom.api.resources.tickets.types.TicketPart.UpdatedAttributeData.Attribute
-
- Enclosing class:
- TicketPart.UpdatedAttributeData
public static final class TicketPart.UpdatedAttributeData.Attribute extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTicketPart.UpdatedAttributeData.Attribute._FinalStagestatic classTicketPart.UpdatedAttributeData.Attribute.Builderstatic interfaceTicketPart.UpdatedAttributeData.Attribute.IdStagestatic interfaceTicketPart.UpdatedAttributeData.Attribute.LabelStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketPart.UpdatedAttributeData.Attribute.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetId()java.lang.StringgetLabel()java.lang.StringgetType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Returns:
- The type of the object. Always 'attribute'.
-
getId
public java.lang.String getId()
- Returns:
- The unique identifier of the attribute.
-
getLabel
public java.lang.String getLabel()
- Returns:
- The human-readable name of the attribute.
-
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 TicketPart.UpdatedAttributeData.Attribute.IdStage builder()
-
-