Uses of Class
com.mypurecloud.sdk.v2.model.Recipient
Packages that use Recipient
-
Uses of Recipient in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RecipientModifier and TypeMethodDescriptionRoutingApi.getRoutingMessageRecipient(GetRoutingMessageRecipientRequest request) Get a recipientRoutingApi.getRoutingMessageRecipient(String recipientId) Get a recipientRoutingApi.putRoutingMessageRecipient(PutRoutingMessageRecipientRequest request) Update a recipientRoutingApi.putRoutingMessageRecipient(String recipientId, RecipientRequest body) Update a recipientMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type RecipientModifier and TypeMethodDescriptionRoutingApi.getRoutingMessageRecipient(ApiRequest<Void> request) Get a recipientRoutingApiAsync.getRoutingMessageRecipientAsync(GetRoutingMessageRecipientRequest request, AsyncApiCallback<Recipient> callback) Get a recipientRoutingApiAsync.getRoutingMessageRecipientAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Recipient>> callback) Get a recipientRoutingApi.getRoutingMessageRecipientWithHttpInfo(String recipientId) Get a recipientRoutingApi.putRoutingMessageRecipient(ApiRequest<RecipientRequest> request) Update a recipientRoutingApiAsync.putRoutingMessageRecipientAsync(PutRoutingMessageRecipientRequest request, AsyncApiCallback<Recipient> callback) Update a recipientRoutingApiAsync.putRoutingMessageRecipientAsync(ApiRequest<RecipientRequest> request, AsyncApiCallback<ApiResponse<Recipient>> callback) Update a recipientRoutingApi.putRoutingMessageRecipientWithHttpInfo(String recipientId, RecipientRequest body) Update a recipientMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecipientModifier and TypeMethodDescriptionRoutingApiAsync.getRoutingMessageRecipientAsync(GetRoutingMessageRecipientRequest request, AsyncApiCallback<Recipient> callback) Get a recipientRoutingApiAsync.getRoutingMessageRecipientAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Recipient>> callback) Get a recipientRoutingApiAsync.putRoutingMessageRecipientAsync(PutRoutingMessageRecipientRequest request, AsyncApiCallback<Recipient> callback) Update a recipientRoutingApiAsync.putRoutingMessageRecipientAsync(ApiRequest<RecipientRequest> request, AsyncApiCallback<ApiResponse<Recipient>> callback) Update a recipient -
Uses of Recipient in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecipientModifier and TypeMethodDescriptionUser that created this recipientRecipient.dateCreated(Date dateCreated) Date this recipient was created.Recipient.dateModified(Date dateModified) Date this recipient was modified.An automate flow object which defines the set of actions to be taken, when a message is received by this recipient.Recipient.messengerType(Recipient.MessengerTypeEnum messengerType) The messenger type for this recipientRecipient.modifiedBy(User modifiedBy) User that modified this recipientMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type RecipientMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Recipient