Uses of Enum
model.CreateTransferRequest.GatewayEnum
Packages that use CreateTransferRequest.GatewayEnum
-
Uses of CreateTransferRequest.GatewayEnum in model
Methods in model that return CreateTransferRequest.GatewayEnumModifier and TypeMethodDescriptionCreateTransferRequest.getGateway()Name of the gateway that processed this `transfer`.CreateTransferRequest.GatewayEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static CreateTransferRequest.GatewayEnum[]CreateTransferRequest.GatewayEnum.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.GatewayEnumModifier and TypeMethodDescriptionCreateTransferRequest.gateway(CreateTransferRequest.GatewayEnum gateway) voidCreateTransferRequest.setGateway(CreateTransferRequest.GatewayEnum gateway) voidCreateTransferRequest.GatewayEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateTransferRequest.GatewayEnum enumeration)