Uses of Class
com.mypurecloud.sdk.v2.model.SocialTopicWithDataIngestionRuleMetadataResponse
Packages that use SocialTopicWithDataIngestionRuleMetadataResponse
-
Uses of SocialTopicWithDataIngestionRuleMetadataResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SocialTopicWithDataIngestionRuleMetadataResponseModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopic(GetSocialmediaTopicRequest request) Get a single social topic.SocialMediaApi.getSocialmediaTopic(String topicId, Boolean includeDeleted) Get a single social topic.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SocialTopicWithDataIngestionRuleMetadataResponseModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopic(ApiRequest<Void> request) Get a single social topic.SocialMediaApiAsync.getSocialmediaTopicAsync(GetSocialmediaTopicRequest request, AsyncApiCallback<SocialTopicWithDataIngestionRuleMetadataResponse> callback) Get a single social topic.SocialMediaApiAsync.getSocialmediaTopicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SocialTopicWithDataIngestionRuleMetadataResponse>> callback) Get a single social topic.SocialMediaApi.getSocialmediaTopicWithHttpInfo(String topicId, Boolean includeDeleted) Get a single social topic.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SocialTopicWithDataIngestionRuleMetadataResponseModifier and TypeMethodDescriptionSocialMediaApiAsync.getSocialmediaTopicAsync(GetSocialmediaTopicRequest request, AsyncApiCallback<SocialTopicWithDataIngestionRuleMetadataResponse> callback) Get a single social topic.SocialMediaApiAsync.getSocialmediaTopicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SocialTopicWithDataIngestionRuleMetadataResponse>> callback) Get a single social topic. -
Uses of SocialTopicWithDataIngestionRuleMetadataResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SocialTopicWithDataIngestionRuleMetadataResponseModifier and TypeMethodDescriptionSocialTopicWithDataIngestionRuleMetadataResponse.dataIngestionRulesMetadata(List<DataIngestionRulesMetadata> dataIngestionRulesMetadata) The data ingestion rule metadata.SocialTopicWithDataIngestionRuleMetadataResponse.dateCreated(Date dateCreated) Timestamp indicating when the social topic was created.SocialTopicWithDataIngestionRuleMetadataResponse.dateModified(Date dateModified) Timestamp indicating when the social topic was last updated.SocialTopicWithDataIngestionRuleMetadataResponse.description(String description) A description of the social topic.SocialTopicWithDataIngestionRuleMetadataResponse.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.SocialTopicWithDataIngestionRuleMetadataResponse.status(SocialTopicWithDataIngestionRuleMetadataResponse.StatusEnum status) The status of the social topic.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SocialTopicWithDataIngestionRuleMetadataResponseModifier and TypeMethodDescriptionSocialTopicWithDataIngestionRuleMetadataResponseEntityListing.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SocialTopicWithDataIngestionRuleMetadataResponseModifier and TypeMethodDescriptionSocialTopicWithDataIngestionRuleMetadataResponseEntityListing.entities(List<SocialTopicWithDataIngestionRuleMetadataResponse> entities) voidSocialTopicWithDataIngestionRuleMetadataResponseEntityListing.setEntities(List<SocialTopicWithDataIngestionRuleMetadataResponse> entities)