Uses of Class
com.mypurecloud.sdk.v2.model.CustomAttributes
Packages that use CustomAttributes
-
Uses of CustomAttributes in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CustomAttributesModifier and TypeMethodDescriptionConversationsApi.getConversationCustomattribute(GetConversationCustomattributeRequest request) Get custom attributes by idConversationsApi.getConversationCustomattribute(String conversationId, String attributesId) Get custom attributes by idMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CustomAttributesModifier and TypeMethodDescriptionConversationsApi.getConversationCustomattribute(ApiRequest<Void> request) Get custom attributes by idConversationsApiAsync.getConversationCustomattributeAsync(GetConversationCustomattributeRequest request, AsyncApiCallback<CustomAttributes> callback) Get custom attributes by idConversationsApiAsync.getConversationCustomattributeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomAttributes>> callback) Get custom attributes by idConversationsApi.getConversationCustomattributeWithHttpInfo(String conversationId, String attributesId) Get custom attributes by idMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomAttributesModifier and TypeMethodDescriptionConversationsApiAsync.getConversationCustomattributeAsync(GetConversationCustomattributeRequest request, AsyncApiCallback<CustomAttributes> callback) Get custom attributes by idConversationsApiAsync.getConversationCustomattributeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomAttributes>> callback) Get custom attributes by id -
Uses of CustomAttributes in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomAttributesModifier and TypeMethodDescriptionCustomAttributes.conversationId(String conversationId) The id of the conversation.CustomAttributes.customAttributes(Map<String, Object> customAttributes) The map of attribute values.CustomAttributes.dateCreated(Date dateCreated) The date the record was created.CustomAttributes.dateModified(Date dateModified) The date the record was last updated.The list of division ids that the record is visible in.CustomAttributesBulkUpdateResponse.getAttributes()The id of the Custom Attributes record.CustomAttributes.schema(ConversationDataSchema schema) The schema that dictates which attributes can be included.The latest version of the Custom Attributes record.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CustomAttributesMethods in com.mypurecloud.sdk.v2.model with parameters of type CustomAttributesModifier and TypeMethodDescriptionCustomAttributesBulkUpdateResponse.attributes(CustomAttributes attributes) The Custom Attributes record.voidCustomAttributesBulkUpdateResponse.setAttributes(CustomAttributes attributes) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CustomAttributesModifier and TypeMethodDescriptionCustomAttributesListing.results(List<CustomAttributes> results) voidCustomAttributesListing.setResults(List<CustomAttributes> results)