Class AppleUpdateAllOf
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AppleUpdateAllOf
-
public class AppleUpdateAllOf extends java.lang.ObjectAppleUpdateAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_AUTHENTICATION_MESSAGE_SECRET
-
Constructor Summary
Constructors Constructor Description AppleUpdateAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppleUpdateAllOfauthenticationMessageSecret(java.lang.String authenticationMessageSecret)booleanequals(java.lang.Object o)java.lang.StringgetAuthenticationMessageSecret()A secret used to create the state value when sending Apple authentication 2.0 messagesinthashCode()voidsetAuthenticationMessageSecret(java.lang.String authenticationMessageSecret)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_AUTHENTICATION_MESSAGE_SECRET
public static final java.lang.String JSON_PROPERTY_AUTHENTICATION_MESSAGE_SECRET
- See Also:
- Constant Field Values
-
-
Method Detail
-
authenticationMessageSecret
public AppleUpdateAllOf 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
-
-