Uses of Enum
model.CreateFeeRequest.FeeSubtypeEnum
Packages that use CreateFeeRequest.FeeSubtypeEnum
-
Uses of CreateFeeRequest.FeeSubtypeEnum in model
Methods in model that return CreateFeeRequest.FeeSubtypeEnumModifier and TypeMethodDescriptionCreateFeeRequest.getFeeSubtype()Subtype of the fee.CreateFeeRequest.FeeSubtypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static CreateFeeRequest.FeeSubtypeEnum[]CreateFeeRequest.FeeSubtypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type CreateFeeRequest.FeeSubtypeEnumModifier and TypeMethodDescriptionCreateFeeRequest.feeSubtype(CreateFeeRequest.FeeSubtypeEnum feeSubtype) voidCreateFeeRequest.setFeeSubtype(CreateFeeRequest.FeeSubtypeEnum feeSubtype) voidCreateFeeRequest.FeeSubtypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateFeeRequest.FeeSubtypeEnum enumeration)