Uses of Enum Class
com.mypurecloud.sdk.v2.model.InstagramDataIngestionRuleVersionResponse.StatusEnum
Packages that use InstagramDataIngestionRuleVersionResponse.StatusEnum
-
Uses of InstagramDataIngestionRuleVersionResponse.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InstagramDataIngestionRuleVersionResponse.StatusEnumModifier and TypeMethodDescriptionInstagramDataIngestionRuleVersionResponse.StatusEnum.fromString(String key) InstagramDataIngestionRuleVersionResponse.getStatus()Returns the enum constant of this class with the specified name.InstagramDataIngestionRuleVersionResponse.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 InstagramDataIngestionRuleVersionResponse.StatusEnumModifier and TypeMethodDescriptionvoidInstagramDataIngestionRuleVersionResponse.setStatus(InstagramDataIngestionRuleVersionResponse.StatusEnum status) InstagramDataIngestionRuleVersionResponse.status(InstagramDataIngestionRuleVersionResponse.StatusEnum status) The status of the data ingestion rule.