Uses of Class
com.mypurecloud.sdk.v2.model.CreateCallbackCommand
Packages that use CreateCallbackCommand
Package
Description
-
Uses of CreateCallbackCommand in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateCallbackCommandModifier and TypeMethodDescriptionConversationsApi.postConversationsCallbacks(CreateCallbackCommand body) Create a CallbackConversationsApi.postConversationsCallbacksWithHttpInfo(CreateCallbackCommand body) Create a CallbackMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateCallbackCommandModifier and TypeMethodDescriptionConversationsApi.postConversationsCallbacks(ApiRequest<CreateCallbackCommand> request) Create a CallbackConversationsApiAsync.postConversationsCallbacksAsync(ApiRequest<CreateCallbackCommand> request, AsyncApiCallback<ApiResponse<CreateCallbackResponse>> callback) Create a Callback -
Uses of CreateCallbackCommand in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateCallbackCommandMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateCallbackCommandMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateCallbackCommandModifier and TypeMethodDescriptionPostConversationsCallbacksRequest.builder(CreateCallbackCommand body) voidPostConversationsCallbacksRequest.setBody(CreateCallbackCommand body) PostConversationsCallbacksRequest.Builder.withBody(CreateCallbackCommand body) PostConversationsCallbacksRequest.withBody(CreateCallbackCommand body) PostConversationsCallbacksRequest.Builder.withRequiredParams(CreateCallbackCommand body) -
Uses of CreateCallbackCommand in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateCallbackCommandModifier and TypeMethodDescriptionCreateCallbackCommand.callbackNumbers(List<String> callbackNumbers) A list of phone numbers for the callback.CreateCallbackCommand.callbackScheduledTime(Date callbackScheduledTime) The scheduled date-time for the callback as an ISO-8601 string.CreateCallbackCommand.callbackUserName(String callbackUserName) The name of the party to be called back.The phone number displayed to recipients when a phone call is placed as part of the callback.CreateCallbackCommand.callerIdName(String callerIdName) The name displayed to recipients when a phone call is placed as part of the callback.CreateCallbackCommand.countryCode(String countryCode) The country code to be associated with the callback numbers.A map of key-value pairs containing additional data that can be associated to the callback.The identifier of the queue to be used for the callback.CreateCallbackCommand.routingData(RoutingData routingData) The routing data to be used for the callback.The identifier of the script to be used for the callbackCreateCallbackCommand.validateCallbackNumbers(Boolean validateCallbackNumbers) Whether or not to validate the callback numbers for phone number format.