Package Avalara.SDK.model.EInvoicing.V1
Class SearchParticipants200Response
- java.lang.Object
-
- Avalara.SDK.model.EInvoicing.V1.SearchParticipants200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class SearchParticipants200Response extends Object
SearchParticipants200Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchParticipants200Response.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_AT_NEXT_LINKstatic StringSERIALIZED_NAME_AT_RECORD_SET_COUNTstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description SearchParticipants200Response()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchParticipants200ResponseaddValueItem(TradingPartner valueItem)SearchParticipants200ResponseatNextLink(String atNextLink)SearchParticipants200ResponseatRecordSetCount(Integer atRecordSetCount)booleanequals(Object o)static SearchParticipants200ResponsefromJson(String jsonString)Create an instance of SearchParticipants200Response given an JSON stringStringgetAtNextLink()The next page link to get the next set of results.IntegergetAtRecordSetCount()The count of records in the result set.List<TradingPartner>getValue()Get valueinthashCode()voidsetAtNextLink(String atNextLink)voidsetAtRecordSetCount(Integer atRecordSetCount)voidsetValue(List<TradingPartner> value)StringtoJson()Convert an instance of SearchParticipants200Response to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundSearchParticipants200Responsevalue(List<TradingPartner> value)
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_RECORD_SET_COUNT
public static final String SERIALIZED_NAME_AT_RECORD_SET_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 SearchParticipants200Response atRecordSetCount(Integer atRecordSetCount)
-
getAtRecordSetCount
@Nullable public Integer getAtRecordSetCount()
The count of records in the result set.- Returns:
- atRecordSetCount
-
setAtRecordSetCount
public void setAtRecordSetCount(Integer atRecordSetCount)
-
atNextLink
public SearchParticipants200Response atNextLink(String atNextLink)
-
getAtNextLink
@Nullable public String getAtNextLink()
The next page link to get the next set of results.- Returns:
- atNextLink
-
setAtNextLink
public void setAtNextLink(String atNextLink)
-
value
public SearchParticipants200Response value(List<TradingPartner> value)
-
addValueItem
public SearchParticipants200Response addValueItem(TradingPartner valueItem)
-
getValue
@Nullable public List<TradingPartner> getValue()
Get value- Returns:
- value
-
setValue
public void setValue(List<TradingPartner> 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 SearchParticipants200Response
-
fromJson
public static SearchParticipants200Response fromJson(String jsonString) throws IOException
Create an instance of SearchParticipants200Response given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SearchParticipants200Response
- Throws:
IOException- if the JSON string is invalid with respect to SearchParticipants200Response
-
toJson
public String toJson()
Convert an instance of SearchParticipants200Response to an JSON string- Returns:
- JSON string
-
-