Uses of Class
com.mypurecloud.sdk.v2.model.SocialTopicPatchRequest
Packages that use SocialTopicPatchRequest
Package
Description
-
Uses of SocialTopicPatchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SocialTopicPatchRequestModifier and TypeMethodDescriptionSocialMediaApi.patchSocialmediaTopic(String topicId, SocialTopicPatchRequest body) Update a social topic.SocialMediaApi.patchSocialmediaTopicWithHttpInfo(String topicId, SocialTopicPatchRequest body) Update a social topic.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SocialTopicPatchRequestModifier and TypeMethodDescriptionSocialMediaApi.patchSocialmediaTopic(ApiRequest<SocialTopicPatchRequest> request) Update a social topic.SocialMediaApiAsync.patchSocialmediaTopicAsync(ApiRequest<SocialTopicPatchRequest> request, AsyncApiCallback<ApiResponse<SocialTopicResponse>> callback) Update a social topic. -
Uses of SocialTopicPatchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SocialTopicPatchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SocialTopicPatchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type SocialTopicPatchRequestModifier and TypeMethodDescriptionvoidPatchSocialmediaTopicRequest.setBody(SocialTopicPatchRequest body) PatchSocialmediaTopicRequest.Builder.withBody(SocialTopicPatchRequest body) PatchSocialmediaTopicRequest.withBody(SocialTopicPatchRequest body) -
Uses of SocialTopicPatchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SocialTopicPatchRequestModifier and TypeMethodDescriptionSocialTopicPatchRequest.description(String description) A description of the social topic.SocialTopicPatchRequest.divisionId(String divisionId) The ID of the division the social topic currently belongs to OR which it should be moved to.Name of the social topic.