Uses of Class
model.CreateFeeRequest.LinkedTypeEnum
-
Packages that use CreateFeeRequest.LinkedTypeEnum Package Description model -
-
Uses of CreateFeeRequest.LinkedTypeEnum in model
Methods in model that return CreateFeeRequest.LinkedTypeEnum Modifier and Type Method Description static CreateFeeRequest.LinkedTypeEnumCreateFeeRequest.LinkedTypeEnum. fromValue(String value)CreateFeeRequest.LinkedTypeEnumCreateFeeRequest. getLinkedType()The type of entity the fee is linked to (**null** by default).CreateFeeRequest.LinkedTypeEnumCreateFeeRequest.LinkedTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreateFeeRequest.LinkedTypeEnumCreateFeeRequest.LinkedTypeEnum. valueOf(String name)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.LinkedTypeEnum Modifier and Type Method Description CreateFeeRequestCreateFeeRequest. linkedType(CreateFeeRequest.LinkedTypeEnum linkedType)voidCreateFeeRequest. setLinkedType(CreateFeeRequest.LinkedTypeEnum linkedType)voidCreateFeeRequest.LinkedTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreateFeeRequest.LinkedTypeEnum enumeration)
-