Class IntegrationUpdateBase
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.IntegrationUpdateBase
-
- Direct Known Subclasses:
AppleUpdate,CustomUpdate,LineUpdate,MessageBirdUpdate,TelegramUpdate,TwilioUpdate,TwitterUpdate,ViberUpdate
public class IntegrationUpdateBase extends java.lang.ObjectIntegrationUpdateBase
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_DISPLAY_NAME
-
Constructor Summary
Constructors Constructor Description IntegrationUpdateBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationUpdateBasedisplayName(java.lang.String displayName)booleanequals(java.lang.Object o)java.lang.StringgetDisplayName()A human-friendly name used to identify the integration.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>getDisplayName_JsonNullable()inthashCode()voidsetDisplayName(java.lang.String displayName)voidsetDisplayName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DISPLAY_NAME
public static final java.lang.String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
displayName
public IntegrationUpdateBase displayName(java.lang.String displayName)
-
getDisplayName
@Nullable public java.lang.String getDisplayName()
A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`.- Returns:
- displayName
-
getDisplayName_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getDisplayName_JsonNullable()
-
setDisplayName_JsonNullable
public void setDisplayName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
-
setDisplayName
public void setDisplayName(java.lang.String displayName)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-