Uses of Enum
model.CreateTransferRequest.OperationKeyEnum
Packages that use CreateTransferRequest.OperationKeyEnum
-
Uses of CreateTransferRequest.OperationKeyEnum in model
Methods in model that return CreateTransferRequest.OperationKeyEnumModifier and TypeMethodDescriptionCreateTransferRequest.getOperationKey()Details the operation that'll be performed in the transaction.CreateTransferRequest.OperationKeyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreateTransferRequest.OperationKeyEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type CreateTransferRequest.OperationKeyEnumModifier and TypeMethodDescriptionCreateTransferRequest.operationKey(CreateTransferRequest.OperationKeyEnum operationKey) voidCreateTransferRequest.setOperationKey(CreateTransferRequest.OperationKeyEnum operationKey) voidCreateTransferRequest.OperationKeyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateTransferRequest.OperationKeyEnum enumeration)