Uses of Class
com.mypurecloud.sdk.v2.model.OpenDataIngestionRuleRequest
Packages that use OpenDataIngestionRuleRequest
Package
Description
-
Uses of OpenDataIngestionRuleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OpenDataIngestionRuleRequestModifier and TypeMethodDescriptionSocialMediaApi.postSocialmediaTopicDataingestionrulesOpen(String topicId, OpenDataIngestionRuleRequest body) Create an open data ingestion rule.SocialMediaApi.postSocialmediaTopicDataingestionrulesOpenWithHttpInfo(String topicId, OpenDataIngestionRuleRequest body) Create an open data ingestion rule.SocialMediaApi.putSocialmediaTopicDataingestionrulesOpenOpenId(String topicId, String openId, OpenDataIngestionRuleRequest body) Update the open data ingestion rule.SocialMediaApi.putSocialmediaTopicDataingestionrulesOpenOpenIdWithHttpInfo(String topicId, String openId, OpenDataIngestionRuleRequest body) Update the open data ingestion rule.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OpenDataIngestionRuleRequestModifier and TypeMethodDescriptionSocialMediaApi.postSocialmediaTopicDataingestionrulesOpen(ApiRequest<OpenDataIngestionRuleRequest> request) Create an open data ingestion rule.SocialMediaApiAsync.postSocialmediaTopicDataingestionrulesOpenAsync(ApiRequest<OpenDataIngestionRuleRequest> request, AsyncApiCallback<ApiResponse<OpenDataIngestionRuleResponse>> callback) Create an open data ingestion rule.SocialMediaApi.putSocialmediaTopicDataingestionrulesOpenOpenId(ApiRequest<OpenDataIngestionRuleRequest> request) Update the open data ingestion rule.SocialMediaApiAsync.putSocialmediaTopicDataingestionrulesOpenOpenIdAsync(ApiRequest<OpenDataIngestionRuleRequest> request, AsyncApiCallback<ApiResponse<OpenDataIngestionRuleResponse>> callback) Update the open data ingestion rule. -
Uses of OpenDataIngestionRuleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OpenDataIngestionRuleRequestModifier and TypeMethodDescriptionPostSocialmediaTopicDataingestionrulesOpenRequest.getBody()PutSocialmediaTopicDataingestionrulesOpenOpenIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OpenDataIngestionRuleRequestModifier and TypeMethodDescriptionPostSocialmediaTopicDataingestionrulesOpenRequest.withHttpInfo()PutSocialmediaTopicDataingestionrulesOpenOpenIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OpenDataIngestionRuleRequestModifier and TypeMethodDescriptionvoidPostSocialmediaTopicDataingestionrulesOpenRequest.setBody(OpenDataIngestionRuleRequest body) voidPutSocialmediaTopicDataingestionrulesOpenOpenIdRequest.setBody(OpenDataIngestionRuleRequest body) PostSocialmediaTopicDataingestionrulesOpenRequest.Builder.withBody(OpenDataIngestionRuleRequest body) PostSocialmediaTopicDataingestionrulesOpenRequest.withBody(OpenDataIngestionRuleRequest body) PutSocialmediaTopicDataingestionrulesOpenOpenIdRequest.Builder.withBody(OpenDataIngestionRuleRequest body) PutSocialmediaTopicDataingestionrulesOpenOpenIdRequest.withBody(OpenDataIngestionRuleRequest body) -
Uses of OpenDataIngestionRuleRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenDataIngestionRuleRequestModifier and TypeMethodDescriptionOpenDataIngestionRuleRequest.description(String description) A description of the data ingestion rule.OpenDataIngestionRuleRequest.externalSource(DomainEntityRef externalSource) The external source associated with this open data ingestion rule, which will be used when performing identity resolutionThe name of the data ingestion rule.