Uses of Enum Class
com.mypurecloud.sdk.v2.model.TransferToExternalRequest.TransferTypeEnum
Packages that use TransferToExternalRequest.TransferTypeEnum
-
Uses of TransferToExternalRequest.TransferTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferToExternalRequest.TransferTypeEnumModifier and TypeMethodDescriptionTransferToExternalRequest.TransferTypeEnum.fromString(String key) TransferToExternalRequest.getTransferType()Returns the enum constant of this class with the specified name.TransferToExternalRequest.TransferTypeEnum.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 TransferToExternalRequest.TransferTypeEnumModifier and TypeMethodDescriptionvoidTransferToExternalRequest.setTransferType(TransferToExternalRequest.TransferTypeEnum transferType) TransferToExternalRequest.transferType(TransferToExternalRequest.TransferTypeEnum transferType) The type of transfer to perform.