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