Uses of Class
com.mypurecloud.sdk.v2.model.CreateCallResponse
Packages that use CreateCallResponse
-
Uses of CreateCallResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CreateCallResponseModifier and TypeMethodDescriptionConversationsApi.postConversationsCalls(PostConversationsCallsRequest request) Create a call conversationConversationsApi.postConversationsCalls(CreateCallRequest body) Create a call conversationConversationsApi.postConversationsCallsUserUserId(PostConversationsCallsUserUserIdRequest request) Create a call conversation on behalf of a userConversationsApi.postConversationsCallsUserUserId(String userId, CreateCallRequest body) Create a call conversation on behalf of a userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CreateCallResponseModifier and TypeMethodDescriptionConversationsApi.postConversationsCalls(ApiRequest<CreateCallRequest> request) Create a call conversationConversationsApiAsync.postConversationsCallsAsync(PostConversationsCallsRequest request, AsyncApiCallback<CreateCallResponse> callback) Create a call conversationConversationsApiAsync.postConversationsCallsAsync(ApiRequest<CreateCallRequest> request, AsyncApiCallback<ApiResponse<CreateCallResponse>> callback) Create a call conversationConversationsApi.postConversationsCallsUserUserId(ApiRequest<CreateCallRequest> request) Create a call conversation on behalf of a userConversationsApiAsync.postConversationsCallsUserUserIdAsync(PostConversationsCallsUserUserIdRequest request, AsyncApiCallback<CreateCallResponse> callback) Create a call conversation on behalf of a userConversationsApiAsync.postConversationsCallsUserUserIdAsync(ApiRequest<CreateCallRequest> request, AsyncApiCallback<ApiResponse<CreateCallResponse>> callback) Create a call conversation on behalf of a userConversationsApi.postConversationsCallsUserUserIdWithHttpInfo(String userId, CreateCallRequest body) Create a call conversation on behalf of a userConversationsApi.postConversationsCallsWithHttpInfo(CreateCallRequest body) Create a call conversationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateCallResponseModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsCallsAsync(PostConversationsCallsRequest request, AsyncApiCallback<CreateCallResponse> callback) Create a call conversationConversationsApiAsync.postConversationsCallsAsync(ApiRequest<CreateCallRequest> request, AsyncApiCallback<ApiResponse<CreateCallResponse>> callback) Create a call conversationConversationsApiAsync.postConversationsCallsUserUserIdAsync(PostConversationsCallsUserUserIdRequest request, AsyncApiCallback<CreateCallResponse> callback) Create a call conversation on behalf of a userConversationsApiAsync.postConversationsCallsUserUserIdAsync(ApiRequest<CreateCallRequest> request, AsyncApiCallback<ApiResponse<CreateCallResponse>> callback) Create a call conversation on behalf of a user -
Uses of CreateCallResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateCallResponse