Uses of Class
Avalara.SDK.model.A1099.V2.FormSingleRequestBase.TypeEnum
-
Packages that use FormSingleRequestBase.TypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of FormSingleRequestBase.TypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return FormSingleRequestBase.TypeEnum Modifier and Type Method Description static FormSingleRequestBase.TypeEnumFormSingleRequestBase.TypeEnum. fromValue(String value)FormSingleRequestBase.TypeEnumFormSingleRequestBase. getType()Get typeFormSingleRequestBase.TypeEnumFormSingleRequestBase.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FormSingleRequestBase.TypeEnumFormSingleRequestBase.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FormSingleRequestBase.TypeEnum[]FormSingleRequestBase.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 FormSingleRequestBase.TypeEnum Modifier and Type Method Description voidFormSingleRequestBase. setType(FormSingleRequestBase.TypeEnum type)FormSingleRequestBaseFormSingleRequestBase. type(FormSingleRequestBase.TypeEnum type)voidFormSingleRequestBase.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FormSingleRequestBase.TypeEnum enumeration)
-