Uses of Enum
model.CreateFeeRequest.LinkedTypeEnum
Packages that use CreateFeeRequest.LinkedTypeEnum
-
Uses of CreateFeeRequest.LinkedTypeEnum in model
Methods in model that return CreateFeeRequest.LinkedTypeEnumModifier and TypeMethodDescriptionCreateFeeRequest.getLinkedType()The type of entity the fee is linked to (**null** by default).CreateFeeRequest.LinkedTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static CreateFeeRequest.LinkedTypeEnum[]CreateFeeRequest.LinkedTypeEnum.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.LinkedTypeEnumModifier and TypeMethodDescriptionCreateFeeRequest.linkedType(CreateFeeRequest.LinkedTypeEnum linkedType) voidCreateFeeRequest.setLinkedType(CreateFeeRequest.LinkedTypeEnum linkedType) voidCreateFeeRequest.LinkedTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateFeeRequest.LinkedTypeEnum enumeration)