Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConnectionCreateResponse.TypeEnum
Packages that use ConnectionCreateResponse.TypeEnum
-
Uses of ConnectionCreateResponse.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConnectionCreateResponse.TypeEnumModifier and TypeMethodDescriptionConnectionCreateResponse.TypeEnum.fromString(String key) ConnectionCreateResponse.getType()Returns the enum constant of this class with the specified name.static ConnectionCreateResponse.TypeEnum[]ConnectionCreateResponse.TypeEnum.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 ConnectionCreateResponse.TypeEnumModifier and TypeMethodDescriptionvoidConnectionCreateResponse.setType(ConnectionCreateResponse.TypeEnum type) ConnectionCreateResponse.type(ConnectionCreateResponse.TypeEnum type) Type of the connection.