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