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