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