Package Avalara.SDK.model.EInvoicing.V1
Class FetchDocumentsRequestDataInner
- java.lang.Object
-
- Avalara.SDK.model.EInvoicing.V1.FetchDocumentsRequestDataInner
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class FetchDocumentsRequestDataInner extends Object
FetchDocumentsRequestDataInner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFetchDocumentsRequestDataInner.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_KEYstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description FetchDocumentsRequestDataInner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static FetchDocumentsRequestDataInnerfromJson(String jsonString)Create an instance of FetchDocumentsRequestDataInner given an JSON stringStringgetKey()Descriptor of the identifierStringgetValue()Value of the identifierinthashCode()FetchDocumentsRequestDataInnerkey(String key)voidsetKey(String key)voidsetValue(String value)StringtoJson()Convert an instance of FetchDocumentsRequestDataInner to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundFetchDocumentsRequestDataInnervalue(String value)
-
-
-
Field Detail
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
key
public FetchDocumentsRequestDataInner key(String key)
-
setKey
public void setKey(String key)
-
value
public FetchDocumentsRequestDataInner value(String value)
-
setValue
public void setValue(String 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 FetchDocumentsRequestDataInner
-
fromJson
public static FetchDocumentsRequestDataInner fromJson(String jsonString) throws IOException
Create an instance of FetchDocumentsRequestDataInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FetchDocumentsRequestDataInner
- Throws:
IOException- if the JSON string is invalid with respect to FetchDocumentsRequestDataInner
-
toJson
public String toJson()
Convert an instance of FetchDocumentsRequestDataInner to an JSON string- Returns:
- JSON string
-
-