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