Class GetConversationsMessagingOauthAppleCallbackRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationsMessagingOauthAppleCallbackRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getCode()getError()getState()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidvoidwithCustomHeader(String name, String value)
-
Constructor Details
-
GetConversationsMessagingOauthAppleCallbackRequest
public GetConversationsMessagingOauthAppleCallbackRequest()
-
-
Method Details
-
getCode
-
setCode
-
withCode
-
getState
-
setState
-
withState
-
getError
-
setError
-
withError
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetConversationsMessagingOauthAppleCallbackRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetConversationsMessagingOauthAppleCallbackRequest.Builder builder(String code, String state)
-