Uses of Class
com.mypurecloud.sdk.v2.model.Response
Packages that use Response
Package
Description
-
Uses of Response in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ResponseModifier and TypeMethodDescriptionResponseManagementApi.getResponsemanagementResponse(GetResponsemanagementResponseRequest request) Get details about an existing response.ResponseManagementApi.getResponsemanagementResponse(String responseId, String expand) Get details about an existing response.ResponseManagementApi.postResponsemanagementResponses(PostResponsemanagementResponsesRequest request) Create a response.ResponseManagementApi.postResponsemanagementResponses(Response body, String expand) Create a response.ResponseManagementApi.putResponsemanagementResponse(PutResponsemanagementResponseRequest request) Update an existing response.ResponseManagementApi.putResponsemanagementResponse(String responseId, Response body, String expand) Update an existing response.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ResponseModifier and TypeMethodDescriptionResponseManagementApi.getResponsemanagementResponse(ApiRequest<Void> request) Get details about an existing response.ResponseManagementApiAsync.getResponsemanagementResponseAsync(GetResponsemanagementResponseRequest request, AsyncApiCallback<Response> callback) Get details about an existing response.ResponseManagementApiAsync.getResponsemanagementResponseAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Response>> callback) Get details about an existing response.ResponseManagementApi.getResponsemanagementResponseWithHttpInfo(String responseId, String expand) Get details about an existing response.ResponseManagementApi.postResponsemanagementResponses(ApiRequest<Response> request) Create a response.ResponseManagementApiAsync.postResponsemanagementResponsesAsync(PostResponsemanagementResponsesRequest request, AsyncApiCallback<Response> callback) Create a response.ResponseManagementApiAsync.postResponsemanagementResponsesAsync(ApiRequest<Response> request, AsyncApiCallback<ApiResponse<Response>> callback) Create a response.ResponseManagementApi.postResponsemanagementResponsesWithHttpInfo(Response body, String expand) Create a response.ResponseManagementApi.putResponsemanagementResponse(ApiRequest<Response> request) Update an existing response.ResponseManagementApiAsync.putResponsemanagementResponseAsync(PutResponsemanagementResponseRequest request, AsyncApiCallback<Response> callback) Update an existing response.ResponseManagementApiAsync.putResponsemanagementResponseAsync(ApiRequest<Response> request, AsyncApiCallback<ApiResponse<Response>> callback) Update an existing response.ResponseManagementApi.putResponsemanagementResponseWithHttpInfo(String responseId, Response body, String expand) Update an existing response.Methods in com.mypurecloud.sdk.v2.api with parameters of type ResponseModifier and TypeMethodDescriptionResponseManagementApi.postResponsemanagementResponses(Response body, String expand) Create a response.ResponseManagementApi.postResponsemanagementResponsesWithHttpInfo(Response body, String expand) Create a response.ResponseManagementApi.putResponsemanagementResponse(String responseId, Response body, String expand) Update an existing response.ResponseManagementApi.putResponsemanagementResponseWithHttpInfo(String responseId, Response body, String expand) Update an existing response.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ResponseModifier and TypeMethodDescriptionResponseManagementApiAsync.getResponsemanagementResponseAsync(GetResponsemanagementResponseRequest request, AsyncApiCallback<Response> callback) Get details about an existing response.ResponseManagementApiAsync.getResponsemanagementResponseAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Response>> callback) Get details about an existing response.ResponseManagementApi.postResponsemanagementResponses(ApiRequest<Response> request) Create a response.ResponseManagementApiAsync.postResponsemanagementResponsesAsync(PostResponsemanagementResponsesRequest request, AsyncApiCallback<Response> callback) Create a response.ResponseManagementApiAsync.postResponsemanagementResponsesAsync(ApiRequest<Response> request, AsyncApiCallback<ApiResponse<Response>> callback) Create a response.ResponseManagementApiAsync.postResponsemanagementResponsesAsync(ApiRequest<Response> request, AsyncApiCallback<ApiResponse<Response>> callback) Create a response.ResponseManagementApi.putResponsemanagementResponse(ApiRequest<Response> request) Update an existing response.ResponseManagementApiAsync.putResponsemanagementResponseAsync(PutResponsemanagementResponseRequest request, AsyncApiCallback<Response> callback) Update an existing response.ResponseManagementApiAsync.putResponsemanagementResponseAsync(ApiRequest<Response> request, AsyncApiCallback<ApiResponse<Response>> callback) Update an existing response.ResponseManagementApiAsync.putResponsemanagementResponseAsync(ApiRequest<Response> request, AsyncApiCallback<ApiResponse<Response>> callback) Update an existing response. -
Uses of Response in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ResponseModifier and TypeMethodDescriptionPostResponsemanagementResponsesRequest.getBody()PutResponsemanagementResponseRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ResponseModifier and TypeMethodDescriptionPostResponsemanagementResponsesRequest.withHttpInfo()PutResponsemanagementResponseRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ResponseModifier and TypeMethodDescriptionvoidvoidPostResponsemanagementResponsesRequest.Builder.withRequiredParams(Response body) PutResponsemanagementResponseRequest.Builder.withRequiredParams(String responseId, Response body) -
Uses of Response in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ResponseModifier and TypeMethodDescriptionResponse.assets(List<RmsAssetAddressableRef> assets) Assets used in the responseResponse.footer(FooterTemplate footer) Footer template definition for responseType.Footer.Response.interactionType(Response.InteractionTypeEnum interactionType) The interaction type for this response.Response.libraries(List<DomainEntityRef> libraries) One or more libraries response is associated with.Response.messagingTemplate(MessagingTemplate messagingTemplate) An optional messaging template definition for responseType.MessagingTemplate.Response.responseType(Response.ResponseTypeEnum responseType) The response type represented by the response.Response.substitutions(List<ResponseSubstitution> substitutions) Details about any text substitutions used in the texts for this response.Response.substitutionsSchema(JsonSchemaDocument substitutionsSchema) Metadata about the text substitutions in json schema format.Response.texts(List<ResponseText> texts) One or more texts associated with the response.Version number required for updates.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ResponseModifier and TypeMethodDescriptionResponseEntityList.getEntities()ResponseEntityListing.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ResponseModifier and TypeMethodDescriptionvoidResponseEntityList.setEntities(List<Response> entities) voidResponseEntityListing.setEntities(List<Response> entities)