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