Uses of Class
com.mypurecloud.sdk.v2.model.ConversationSecureAttributes
Packages that use ConversationSecureAttributes
Package
Description
-
Uses of ConversationSecureAttributes in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ConversationSecureAttributesModifier and TypeMethodDescriptionConversationsApi.getConversationSecureattributes(GetConversationSecureattributesRequest request) Get the secure attributes on a conversation.ConversationsApi.getConversationSecureattributes(String conversationId) Get the secure attributes on a conversation.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ConversationSecureAttributesModifier and TypeMethodDescriptionConversationsApi.getConversationSecureattributes(ApiRequest<Void> request) Get the secure attributes on a conversation.ConversationsApiAsync.getConversationSecureattributesAsync(GetConversationSecureattributesRequest request, AsyncApiCallback<ConversationSecureAttributes> callback) Get the secure attributes on a conversation.ConversationsApiAsync.getConversationSecureattributesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationSecureAttributes>> callback) Get the secure attributes on a conversation.ConversationsApi.getConversationSecureattributesWithHttpInfo(String conversationId) Get the secure attributes on a conversation.Methods in com.mypurecloud.sdk.v2.api with parameters of type ConversationSecureAttributesModifier and TypeMethodDescriptionConversationsApi.patchConversationSecureattributes(String conversationId, ConversationSecureAttributes body) Update the secure attributes on a conversation.ConversationsApi.patchConversationSecureattributesWithHttpInfo(String conversationId, ConversationSecureAttributes body) Update the secure attributes on a conversation.ConversationsApi.putConversationSecureattributes(String conversationId, ConversationSecureAttributes body) Set the secure attributes on a conversation.ConversationsApi.putConversationSecureattributesWithHttpInfo(String conversationId, ConversationSecureAttributes body) Set the secure attributes on a conversation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationSecureAttributesModifier and TypeMethodDescriptionConversationsApiAsync.getConversationSecureattributesAsync(GetConversationSecureattributesRequest request, AsyncApiCallback<ConversationSecureAttributes> callback) Get the secure attributes on a conversation.ConversationsApiAsync.getConversationSecureattributesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationSecureAttributes>> callback) Get the secure attributes on a conversation.ConversationsApi.patchConversationSecureattributes(ApiRequest<ConversationSecureAttributes> request) Update the secure attributes on a conversation.ConversationsApiAsync.patchConversationSecureattributesAsync(ApiRequest<ConversationSecureAttributes> request, AsyncApiCallback<ApiResponse<String>> callback) Update the secure attributes on a conversation.ConversationsApi.putConversationSecureattributes(ApiRequest<ConversationSecureAttributes> request) Set the secure attributes on a conversation.ConversationsApiAsync.putConversationSecureattributesAsync(ApiRequest<ConversationSecureAttributes> request, AsyncApiCallback<ApiResponse<String>> callback) Set the secure attributes on a conversation. -
Uses of ConversationSecureAttributes in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConversationSecureAttributesModifier and TypeMethodDescriptionPatchConversationSecureattributesRequest.getBody()PutConversationSecureattributesRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConversationSecureAttributesModifier and TypeMethodDescriptionPatchConversationSecureattributesRequest.withHttpInfo()PutConversationSecureattributesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ConversationSecureAttributesModifier and TypeMethodDescriptionPatchConversationSecureattributesRequest.builder(String conversationId, ConversationSecureAttributes body) PutConversationSecureattributesRequest.builder(String conversationId, ConversationSecureAttributes body) voidPatchConversationSecureattributesRequest.setBody(ConversationSecureAttributes body) voidPutConversationSecureattributesRequest.setBody(ConversationSecureAttributes body) PatchConversationSecureattributesRequest.Builder.withBody(ConversationSecureAttributes body) PatchConversationSecureattributesRequest.withBody(ConversationSecureAttributes body) PutConversationSecureattributesRequest.Builder.withBody(ConversationSecureAttributes body) PutConversationSecureattributesRequest.withBody(ConversationSecureAttributes body) PatchConversationSecureattributesRequest.Builder.withRequiredParams(String conversationId, ConversationSecureAttributes body) PutConversationSecureattributesRequest.Builder.withRequiredParams(String conversationId, ConversationSecureAttributes body) -
Uses of ConversationSecureAttributes in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationSecureAttributesModifier and TypeMethodDescriptionConversationSecureAttributes.attributes(Map<String, String> attributes) The map of attribute keys to values.The version used to detect conflicting updates when using PUT.