Class LineUpdate
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.IntegrationUpdateBase
-
- com.zendesk.sunshine_conversations_client.model.LineUpdate
-
- All Implemented Interfaces:
IntegrationUpdate
public class LineUpdate extends IntegrationUpdateBase implements IntegrationUpdate
LineUpdate
-
-
Field Summary
-
Fields inherited from class com.zendesk.sunshine_conversations_client.model.IntegrationUpdateBase
JSON_PROPERTY_DISPLAY_NAME
-
-
Constructor Summary
Constructors Constructor Description LineUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.zendesk.sunshine_conversations_client.model.IntegrationUpdateBase
displayName, getDisplayName, getDisplayName_JsonNullable, setDisplayName, setDisplayName_JsonNullable
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classIntegrationUpdateBase
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIntegrationUpdateBase
-
toString
public java.lang.String toString()
- Overrides:
toStringin classIntegrationUpdateBase
-
-