Uses of Class
com.mypurecloud.sdk.v2.model.SocialTopicResponse
Packages that use SocialTopicResponse
-
Uses of SocialTopicResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SocialTopicResponseModifier and TypeMethodDescriptionSocialMediaApi.patchSocialmediaTopic(PatchSocialmediaTopicRequest request) Update a social topic.SocialMediaApi.patchSocialmediaTopic(String topicId, SocialTopicPatchRequest body) Update a social topic.SocialMediaApi.postSocialmediaTopics(PostSocialmediaTopicsRequest request) Create a social topic.SocialMediaApi.postSocialmediaTopics(SocialTopicRequest body) Create a social topic.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SocialTopicResponseModifier and TypeMethodDescriptionSocialMediaApi.patchSocialmediaTopic(ApiRequest<SocialTopicPatchRequest> request) Update a social topic.SocialMediaApiAsync.patchSocialmediaTopicAsync(PatchSocialmediaTopicRequest request, AsyncApiCallback<SocialTopicResponse> callback) Update a social topic.SocialMediaApiAsync.patchSocialmediaTopicAsync(ApiRequest<SocialTopicPatchRequest> request, AsyncApiCallback<ApiResponse<SocialTopicResponse>> callback) Update a social topic.SocialMediaApi.patchSocialmediaTopicWithHttpInfo(String topicId, SocialTopicPatchRequest body) Update a social topic.SocialMediaApi.postSocialmediaTopics(ApiRequest<SocialTopicRequest> request) Create a social topic.SocialMediaApiAsync.postSocialmediaTopicsAsync(PostSocialmediaTopicsRequest request, AsyncApiCallback<SocialTopicResponse> callback) Create a social topic.SocialMediaApiAsync.postSocialmediaTopicsAsync(ApiRequest<SocialTopicRequest> request, AsyncApiCallback<ApiResponse<SocialTopicResponse>> callback) Create a social topic.SocialMediaApi.postSocialmediaTopicsWithHttpInfo(SocialTopicRequest body) Create a social topic.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SocialTopicResponseModifier and TypeMethodDescriptionSocialMediaApiAsync.patchSocialmediaTopicAsync(PatchSocialmediaTopicRequest request, AsyncApiCallback<SocialTopicResponse> callback) Update a social topic.SocialMediaApiAsync.patchSocialmediaTopicAsync(ApiRequest<SocialTopicPatchRequest> request, AsyncApiCallback<ApiResponse<SocialTopicResponse>> callback) Update a social topic.SocialMediaApiAsync.postSocialmediaTopicsAsync(PostSocialmediaTopicsRequest request, AsyncApiCallback<SocialTopicResponse> callback) Create a social topic.SocialMediaApiAsync.postSocialmediaTopicsAsync(ApiRequest<SocialTopicRequest> request, AsyncApiCallback<ApiResponse<SocialTopicResponse>> callback) Create a social topic. -
Uses of SocialTopicResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SocialTopicResponseModifier and TypeMethodDescriptionSocialTopicResponse.dateCreated(Date dateCreated) Timestamp indicating when the social topic was created.SocialTopicResponse.dateModified(Date dateModified) Timestamp indicating when the social topic was last updated.SocialTopicResponse.description(String description) A description of the social topic.SocialTopicResponse.divisionId(String divisionId) The ID of the division to which the social topic belongs to.ID of the social topic.The name of the social topic.SocialTopicResponse.status(SocialTopicResponse.StatusEnum status) The status of the social topic.