Uses of Enum Class
com.mypurecloud.sdk.v2.model.InstagramDataIngestionRuleResponse.StatusEnum
Packages that use InstagramDataIngestionRuleResponse.StatusEnum
-
Uses of InstagramDataIngestionRuleResponse.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InstagramDataIngestionRuleResponse.StatusEnumModifier and TypeMethodDescriptionInstagramDataIngestionRuleResponse.StatusEnum.fromString(String key) InstagramDataIngestionRuleResponse.getStatus()Returns the enum constant of this class with the specified name.InstagramDataIngestionRuleResponse.StatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type InstagramDataIngestionRuleResponse.StatusEnumModifier and TypeMethodDescriptionvoidInstagramDataIngestionRuleResponse.setStatus(InstagramDataIngestionRuleResponse.StatusEnum status) InstagramDataIngestionRuleResponse.status(InstagramDataIngestionRuleResponse.StatusEnum status) The status of the data ingestion rule.