Uses of Enum Class
com.mypurecloud.sdk.v2.model.GenericSAML.SsoBindingEnum
Packages that use GenericSAML.SsoBindingEnum
-
Uses of GenericSAML.SsoBindingEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GenericSAML.SsoBindingEnumModifier and TypeMethodDescriptionstatic GenericSAML.SsoBindingEnumGenericSAML.SsoBindingEnum.fromString(String key) GenericSAML.getSsoBinding()static GenericSAML.SsoBindingEnumReturns the enum constant of this class with the specified name.static GenericSAML.SsoBindingEnum[]GenericSAML.SsoBindingEnum.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 GenericSAML.SsoBindingEnumModifier and TypeMethodDescriptionvoidGenericSAML.setSsoBinding(GenericSAML.SsoBindingEnum ssoBinding) GenericSAML.ssoBinding(GenericSAML.SsoBindingEnum ssoBinding)