Package Avalara.SDK.model.EInvoicing.V1
Class DataInputFieldsResponse
- java.lang.Object
-
- Avalara.SDK.model.EInvoicing.V1.DataInputFieldsResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class DataInputFieldsResponse extends Object
DataInputFieldsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataInputFieldsResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_AT_NEXT_LINKstatic StringSERIALIZED_NAME_AT_RECORDSET_COUNTstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description DataInputFieldsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataInputFieldsResponseaddValueItem(DataInputField valueItem)DataInputFieldsResponseatNextLink(String atNextLink)DataInputFieldsResponseatRecordsetCount(BigDecimal atRecordsetCount)booleanequals(Object o)static DataInputFieldsResponsefromJson(String jsonString)Create an instance of DataInputFieldsResponse given an JSON stringStringgetAtNextLink()Get atNextLinkBigDecimalgetAtRecordsetCount()Total count of resultsList<DataInputField>getValue()Array of Data Input FieldsinthashCode()voidsetAtNextLink(String atNextLink)voidsetAtRecordsetCount(BigDecimal atRecordsetCount)voidsetValue(List<DataInputField> value)StringtoJson()Convert an instance of DataInputFieldsResponse to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundDataInputFieldsResponsevalue(List<DataInputField> value)
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_RECORDSET_COUNT
public static final String SERIALIZED_NAME_AT_RECORDSET_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AT_NEXT_LINK
public static final String SERIALIZED_NAME_AT_NEXT_LINK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
atRecordsetCount
public DataInputFieldsResponse atRecordsetCount(BigDecimal atRecordsetCount)
-
getAtRecordsetCount
@Nullable public BigDecimal getAtRecordsetCount()
Total count of results- Returns:
- atRecordsetCount
-
setAtRecordsetCount
public void setAtRecordsetCount(BigDecimal atRecordsetCount)
-
atNextLink
public DataInputFieldsResponse atNextLink(String atNextLink)
-
setAtNextLink
public void setAtNextLink(String atNextLink)
-
value
public DataInputFieldsResponse value(List<DataInputField> value)
-
addValueItem
public DataInputFieldsResponse addValueItem(DataInputField valueItem)
-
getValue
@Nullable public List<DataInputField> getValue()
Array of Data Input Fields- Returns:
- value
-
setValue
public void setValue(List<DataInputField> value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to DataInputFieldsResponse
-
fromJson
public static DataInputFieldsResponse fromJson(String jsonString) throws IOException
Create an instance of DataInputFieldsResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DataInputFieldsResponse
- Throws:
IOException- if the JSON string is invalid with respect to DataInputFieldsResponse
-
toJson
public String toJson()
Convert an instance of DataInputFieldsResponse to an JSON string- Returns:
- JSON string
-
-