Uses of Class
com.mypurecloud.sdk.v2.model.OpenDataIngestionRuleVersionResponse
Packages that use OpenDataIngestionRuleVersionResponse
-
Uses of OpenDataIngestionRuleVersionResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OpenDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopicDataingestionrulesOpenOpenIdVersion(GetSocialmediaTopicDataingestionrulesOpenOpenIdVersionRequest request) Get a single Open data ingestion rule version.SocialMediaApi.getSocialmediaTopicDataingestionrulesOpenOpenIdVersion(String topicId, String openId, String dataIngestionRuleVersion, Boolean includeDeleted) Get a single Open data ingestion rule version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OpenDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionSocialMediaApi.getSocialmediaTopicDataingestionrulesOpenOpenIdVersion(ApiRequest<Void> request) Get a single Open data ingestion rule version.SocialMediaApiAsync.getSocialmediaTopicDataingestionrulesOpenOpenIdVersionAsync(GetSocialmediaTopicDataingestionrulesOpenOpenIdVersionRequest request, AsyncApiCallback<OpenDataIngestionRuleVersionResponse> callback) Get a single Open data ingestion rule version.SocialMediaApiAsync.getSocialmediaTopicDataingestionrulesOpenOpenIdVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OpenDataIngestionRuleVersionResponse>> callback) Get a single Open data ingestion rule version.SocialMediaApi.getSocialmediaTopicDataingestionrulesOpenOpenIdVersionWithHttpInfo(String topicId, String openId, String dataIngestionRuleVersion, Boolean includeDeleted) Get a single Open data ingestion rule version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OpenDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionSocialMediaApiAsync.getSocialmediaTopicDataingestionrulesOpenOpenIdVersionAsync(GetSocialmediaTopicDataingestionrulesOpenOpenIdVersionRequest request, AsyncApiCallback<OpenDataIngestionRuleVersionResponse> callback) Get a single Open data ingestion rule version.SocialMediaApiAsync.getSocialmediaTopicDataingestionrulesOpenOpenIdVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OpenDataIngestionRuleVersionResponse>> callback) Get a single Open data ingestion rule version. -
Uses of OpenDataIngestionRuleVersionResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionOpenDataIngestionRuleVersionResponse.description(String description) A description of the data ingestion rule.OpenDataIngestionRuleVersionResponse.externalSource(DomainEntityRef externalSource) The external source associated with this open data ingestion rule, which is used when performing identity resolutionID of the open data ingestion rule.OpenDataIngestionRuleVersionResponse.ingestionRuleInfo(MessageInfo ingestionRuleInfo) The Info about ingestion rule.The name of the data ingestion rule.OpenDataIngestionRuleVersionResponse.status(OpenDataIngestionRuleVersionResponse.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 OpenDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionOpenDataIngestionRuleVersionResponseEntityListing.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type OpenDataIngestionRuleVersionResponseModifier and TypeMethodDescriptionOpenDataIngestionRuleVersionResponseEntityListing.entities(List<OpenDataIngestionRuleVersionResponse> entities) voidOpenDataIngestionRuleVersionResponseEntityListing.setEntities(List<OpenDataIngestionRuleVersionResponse> entities)