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