Package com.mypurecloud.sdk.v2.model
Class AppleAuthentication
java.lang.Object
com.mypurecloud.sdk.v2.model.AppleAuthentication
- All Implemented Interfaces:
Serializable
AppleAuthentication
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()oauthClientId(String oauthClientId) The Apple Messages for Business OAuth client id.oauthClientSecret(String oauthClientSecret) The Apple Messages for Business OAuth client secret.oauthScope(String oauthScope) The Apple Messages for Business OAuth scope.oauthTokenUrl(String oauthTokenUrl) The Apple Messages for Business token URL.voidsetOauthClientId(String oauthClientId) voidsetOauthClientSecret(String oauthClientSecret) voidsetOauthScope(String oauthScope) voidsetOauthTokenUrl(String oauthTokenUrl) toString()
-
Constructor Details
-
AppleAuthentication
public AppleAuthentication() -
AppleAuthentication
-
-
Method Details
-
oauthClientId
The Apple Messages for Business OAuth client id. -
getOauthClientId
-
setOauthClientId
-
oauthClientSecret
The Apple Messages for Business OAuth client secret. -
getOauthClientSecret
-
setOauthClientSecret
-
oauthTokenUrl
The Apple Messages for Business token URL. -
getOauthTokenUrl
-
setOauthTokenUrl
-
oauthScope
The Apple Messages for Business OAuth scope. -
getOauthScope
-
setOauthScope
-
equals
-
hashCode
public int hashCode() -
toString
-