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