Package Avalara.SDK.model.A1099.V2
Enum Form1099KListItemResponse.FilerTypeEnum
- java.lang.Object
-
- java.lang.Enum<Form1099KListItemResponse.FilerTypeEnum>
-
- Avalara.SDK.model.A1099.V2.Form1099KListItemResponse.FilerTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<Form1099KListItemResponse.FilerTypeEnum>
- Enclosing class:
- Form1099KListItemResponse
public static enum Form1099KListItemResponse.FilerTypeEnum extends Enum<Form1099KListItemResponse.FilerTypeEnum>
Filer type (PSE or EPF)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm1099KListItemResponse.FilerTypeEnum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Form1099KListItemResponse.FilerTypeEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static Form1099KListItemResponse.FilerTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static Form1099KListItemResponse.FilerTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PSE
public static final Form1099KListItemResponse.FilerTypeEnum PSE
-
EPF
public static final Form1099KListItemResponse.FilerTypeEnum EPF
-
OTHER
public static final Form1099KListItemResponse.FilerTypeEnum OTHER
-
-
Method Detail
-
values
public static Form1099KListItemResponse.FilerTypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Form1099KListItemResponse.FilerTypeEnum c : Form1099KListItemResponse.FilerTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Form1099KListItemResponse.FilerTypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<Form1099KListItemResponse.FilerTypeEnum>
-
fromValue
public static Form1099KListItemResponse.FilerTypeEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-