Uses of Class
com.mypurecloud.sdk.v2.model.SocialTopicWithDataIngestionRuleMetadataResponseEntityListing
Packages that use SocialTopicWithDataIngestionRuleMetadataResponseEntityListing
-
Uses of SocialTopicWithDataIngestionRuleMetadataResponseEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SocialTopicWithDataIngestionRuleMetadataResponseEntityListingModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopics(GetSocialmediaTopicsRequest request) Retrieve all social topics.SocialMediaApi.getSocialmediaTopics(Integer pageNumber, Integer pageSize, List<String> divisionIds, Boolean includeDeleted, String name, List<String> ids) Retrieve all social topics.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SocialTopicWithDataIngestionRuleMetadataResponseEntityListingModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopics(ApiRequest<Void> request) Retrieve all social topics.SocialMediaApiAsync.getSocialmediaTopicsAsync(GetSocialmediaTopicsRequest request, AsyncApiCallback<SocialTopicWithDataIngestionRuleMetadataResponseEntityListing> callback) Retrieve all social topics.SocialMediaApiAsync.getSocialmediaTopicsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SocialTopicWithDataIngestionRuleMetadataResponseEntityListing>> callback) Retrieve all social topics.SocialMediaApi.getSocialmediaTopicsWithHttpInfo(Integer pageNumber, Integer pageSize, List<String> divisionIds, Boolean includeDeleted, String name, List<String> ids) Retrieve all social topics.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SocialTopicWithDataIngestionRuleMetadataResponseEntityListingModifier and TypeMethodDescriptionSocialMediaApiAsync.getSocialmediaTopicsAsync(GetSocialmediaTopicsRequest request, AsyncApiCallback<SocialTopicWithDataIngestionRuleMetadataResponseEntityListing> callback) Retrieve all social topics.SocialMediaApiAsync.getSocialmediaTopicsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SocialTopicWithDataIngestionRuleMetadataResponseEntityListing>> callback) Retrieve all social topics. -
Uses of SocialTopicWithDataIngestionRuleMetadataResponseEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SocialTopicWithDataIngestionRuleMetadataResponseEntityListingModifier and TypeMethodDescriptionSocialTopicWithDataIngestionRuleMetadataResponseEntityListing.entities(List<SocialTopicWithDataIngestionRuleMetadataResponse> entities) SocialTopicWithDataIngestionRuleMetadataResponseEntityListing.pageNumber(Integer pageNumber) SocialTopicWithDataIngestionRuleMetadataResponseEntityListing.previousUri(String previousUri)