Class AppleUpdate
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AppleUpdate
-
- All Implemented Interfaces:
IntegrationUpdate
public class AppleUpdate extends java.lang.Object implements IntegrationUpdate
AppleUpdate
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_AUTHENTICATION_MESSAGE_SECRETstatic java.lang.StringJSON_PROPERTY_DEFAULT_RESPONDER_IDstatic java.lang.StringJSON_PROPERTY_DISPLAY_NAME
-
Constructor Summary
Constructors Constructor Description AppleUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppleUpdateauthenticationMessageSecret(java.lang.String authenticationMessageSecret)AppleUpdatedefaultResponderId(java.lang.String defaultResponderId)AppleUpdatedisplayName(java.lang.String displayName)booleanequals(java.lang.Object o)java.lang.StringgetAuthenticationMessageSecret()A secret used to create the state value when sending Apple authentication 2.0 messagesjava.lang.StringgetDefaultResponderId()The default responder ID for the integration.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>getDefaultResponderId_JsonNullable()java.lang.StringgetDisplayName()A human-friendly name used to identify the integration.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>getDisplayName_JsonNullable()inthashCode()voidsetAuthenticationMessageSecret(java.lang.String authenticationMessageSecret)voidsetDefaultResponderId(java.lang.String defaultResponderId)voidsetDefaultResponderId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> defaultResponderId)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
-
JSON_PROPERTY_DEFAULT_RESPONDER_ID
public static final java.lang.String JSON_PROPERTY_DEFAULT_RESPONDER_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTHENTICATION_MESSAGE_SECRET
public static final java.lang.String JSON_PROPERTY_AUTHENTICATION_MESSAGE_SECRET
- See Also:
- Constant Field Values
-
-
Method Detail
-
displayName
public AppleUpdate 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)
-
defaultResponderId
public AppleUpdate defaultResponderId(java.lang.String defaultResponderId)
-
getDefaultResponderId
@Nullable public java.lang.String getDefaultResponderId()
The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=\"https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide.- Returns:
- defaultResponderId
-
getDefaultResponderId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getDefaultResponderId_JsonNullable()
-
setDefaultResponderId_JsonNullable
public void setDefaultResponderId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> defaultResponderId)
-
setDefaultResponderId
public void setDefaultResponderId(java.lang.String defaultResponderId)
-
authenticationMessageSecret
public AppleUpdate authenticationMessageSecret(java.lang.String authenticationMessageSecret)
-
getAuthenticationMessageSecret
@Nullable public java.lang.String getAuthenticationMessageSecret()
A secret used to create the state value when sending Apple authentication 2.0 messages- Returns:
- authenticationMessageSecret
-
setAuthenticationMessageSecret
public void setAuthenticationMessageSecret(java.lang.String authenticationMessageSecret)
-
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
-
-