Uses of Class
com.mypurecloud.sdk.v2.model.InstagramDataIngestionRuleVersionResponse
Packages that use InstagramDataIngestionRuleVersionResponse
-
Uses of InstagramDataIngestionRuleVersionResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return InstagramDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(GetSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionRequest request) Get a single Instagram data ingestion rule version.SocialMediaApi.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(String topicId, String instagramIngestionRuleId, String dataIngestionRuleVersion, Boolean includeDeleted) Get a single Instagram data ingestion rule version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type InstagramDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(ApiRequest<Void> request) Get a single Instagram data ingestion rule version.SocialMediaApiAsync.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionAsync(GetSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionRequest request, AsyncApiCallback<InstagramDataIngestionRuleVersionResponse> callback) Get a single Instagram data ingestion rule version.SocialMediaApiAsync.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<InstagramDataIngestionRuleVersionResponse>> callback) Get a single Instagram data ingestion rule version.SocialMediaApi.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionWithHttpInfo(String topicId, String instagramIngestionRuleId, String dataIngestionRuleVersion, Boolean includeDeleted) Get a single Instagram data ingestion rule version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type InstagramDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionSocialMediaApiAsync.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionAsync(GetSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionRequest request, AsyncApiCallback<InstagramDataIngestionRuleVersionResponse> callback) Get a single Instagram data ingestion rule version.SocialMediaApiAsync.getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<InstagramDataIngestionRuleVersionResponse>> callback) Get a single Instagram data ingestion rule version. -
Uses of InstagramDataIngestionRuleVersionResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InstagramDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionInstagramDataIngestionRuleVersionResponse.description(String description) A description of the data ingestion rule.ID of the Instagram data ingestion rule.InstagramDataIngestionRuleVersionResponse.ingestionRuleInfo(MessageInfo ingestionRuleInfo) The Info about ingestion rule.InstagramDataIngestionRuleVersionResponse.integrationId(String integrationId) The Integration Id from which public social posts are ingested.The name of the data ingestion rule.InstagramDataIngestionRuleVersionResponse.status(InstagramDataIngestionRuleVersionResponse.StatusEnum status) The status of the data ingestion rule.The version number of the data ingestion rule.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type InstagramDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionInstagramDataIngestionRuleVersionResponseEntityListing.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type InstagramDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionInstagramDataIngestionRuleVersionResponseEntityListing.entities(List<InstagramDataIngestionRuleVersionResponse> entities) voidInstagramDataIngestionRuleVersionResponseEntityListing.setEntities(List<InstagramDataIngestionRuleVersionResponse> entities)