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