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