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