Uses of Class
com.mypurecloud.sdk.v2.model.RecipientRequest
Packages that use RecipientRequest
Package
Description
-
Uses of RecipientRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type RecipientRequestModifier and TypeMethodDescriptionRoutingApi.putRoutingMessageRecipient(String recipientId, RecipientRequest body) Update a recipientRoutingApi.putRoutingMessageRecipientWithHttpInfo(String recipientId, RecipientRequest body) Update a recipientMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecipientRequestModifier and TypeMethodDescriptionRoutingApi.putRoutingMessageRecipient(ApiRequest<RecipientRequest> request) Update a recipientRoutingApiAsync.putRoutingMessageRecipientAsync(ApiRequest<RecipientRequest> request, AsyncApiCallback<ApiResponse<Recipient>> callback) Update a recipient -
Uses of RecipientRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RecipientRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RecipientRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type RecipientRequestModifier and TypeMethodDescriptionPutRoutingMessageRecipientRequest.builder(String recipientId, RecipientRequest body) voidPutRoutingMessageRecipientRequest.setBody(RecipientRequest body) PutRoutingMessageRecipientRequest.Builder.withBody(RecipientRequest body) PutRoutingMessageRecipientRequest.withBody(RecipientRequest body) PutRoutingMessageRecipientRequest.Builder.withRequiredParams(String recipientId, RecipientRequest body) -
Uses of RecipientRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecipientRequestModifier and TypeMethodDescriptionRecipientRequest.flow(RecipientFlow flow) An automate flow object which defines the set of actions to be taken, when a message is received by this recipient.