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