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