Uses of Class
Avalara.SDK.model.A1099.V2.FormRequestModel.TypeEnum
-
Packages that use FormRequestModel.TypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of FormRequestModel.TypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return FormRequestModel.TypeEnum Modifier and Type Method Description static FormRequestModel.TypeEnumFormRequestModel.TypeEnum. fromValue(String value)FormRequestModel.TypeEnumFormRequestModel. getType()Get typeFormRequestModel.TypeEnumFormRequestModel.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FormRequestModel.TypeEnumFormRequestModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FormRequestModel.TypeEnum[]FormRequestModel.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in Avalara.SDK.model.A1099.V2 with parameters of type FormRequestModel.TypeEnum Modifier and Type Method Description voidFormRequestModel. setType(FormRequestModel.TypeEnum type)FormRequestModelFormRequestModel. type(FormRequestModel.TypeEnum type)voidFormRequestModel.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FormRequestModel.TypeEnum enumeration)
-