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