Uses of Enum Class
com.mypurecloud.sdk.v2.model.Integration.IntendedStateEnum
Packages that use Integration.IntendedStateEnum
-
Uses of Integration.IntendedStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Integration.IntendedStateEnumModifier and TypeMethodDescriptionIntegration.IntendedStateEnum.fromString(String key) Integration.getIntendedState()Returns the enum constant of this class with the specified name.static Integration.IntendedStateEnum[]Integration.IntendedStateEnum.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 Integration.IntendedStateEnumModifier and TypeMethodDescriptionIntegration.intendedState(Integration.IntendedStateEnum intendedState) Configured state of the integration.voidIntegration.setIntendedState(Integration.IntendedStateEnum intendedState)