Uses of Class
com.mypurecloud.sdk.v2.model.InstagramDataIngestionRuleRequest
Packages that use InstagramDataIngestionRuleRequest
Package
Description
-
Uses of InstagramDataIngestionRuleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type InstagramDataIngestionRuleRequestModifier and TypeMethodDescriptionSocialMediaApi.postSocialmediaTopicDataingestionrulesInstagram(String topicId, InstagramDataIngestionRuleRequest body) Create an Instagram data ingestion rule.SocialMediaApi.postSocialmediaTopicDataingestionrulesInstagramWithHttpInfo(String topicId, InstagramDataIngestionRuleRequest body) Create an Instagram data ingestion rule.SocialMediaApi.putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(String topicId, String instagramIngestionRuleId, InstagramDataIngestionRuleRequest body) Update the Instagram data ingestion rule.SocialMediaApi.putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdWithHttpInfo(String topicId, String instagramIngestionRuleId, InstagramDataIngestionRuleRequest body) Update the Instagram data ingestion rule.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type InstagramDataIngestionRuleRequestModifier and TypeMethodDescriptionSocialMediaApi.postSocialmediaTopicDataingestionrulesInstagram(ApiRequest<InstagramDataIngestionRuleRequest> request) Create an Instagram data ingestion rule.SocialMediaApiAsync.postSocialmediaTopicDataingestionrulesInstagramAsync(ApiRequest<InstagramDataIngestionRuleRequest> request, AsyncApiCallback<ApiResponse<InstagramDataIngestionRuleResponse>> callback) Create an Instagram data ingestion rule.SocialMediaApi.putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(ApiRequest<InstagramDataIngestionRuleRequest> request) Update the Instagram data ingestion rule.SocialMediaApiAsync.putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdAsync(ApiRequest<InstagramDataIngestionRuleRequest> request, AsyncApiCallback<ApiResponse<InstagramDataIngestionRuleResponse>> callback) Update the Instagram data ingestion rule. -
Uses of InstagramDataIngestionRuleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return InstagramDataIngestionRuleRequestModifier and TypeMethodDescriptionPostSocialmediaTopicDataingestionrulesInstagramRequest.getBody()PutSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type InstagramDataIngestionRuleRequestModifier and TypeMethodDescriptionPostSocialmediaTopicDataingestionrulesInstagramRequest.withHttpInfo()PutSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type InstagramDataIngestionRuleRequestModifier and TypeMethodDescriptionvoidPostSocialmediaTopicDataingestionrulesInstagramRequest.setBody(InstagramDataIngestionRuleRequest body) voidPutSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdRequest.setBody(InstagramDataIngestionRuleRequest body) PostSocialmediaTopicDataingestionrulesInstagramRequest.Builder.withBody(InstagramDataIngestionRuleRequest body) PostSocialmediaTopicDataingestionrulesInstagramRequest.withBody(InstagramDataIngestionRuleRequest body) PutSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdRequest.Builder.withBody(InstagramDataIngestionRuleRequest body) PutSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdRequest.withBody(InstagramDataIngestionRuleRequest body) -
Uses of InstagramDataIngestionRuleRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InstagramDataIngestionRuleRequestModifier and TypeMethodDescriptionInstagramDataIngestionRuleRequest.description(String description) A description of the data ingestion rule.InstagramDataIngestionRuleRequest.integrationId(String integrationId) The Integration Id from which public social posts are ingested.The name of the data ingestion rule.