Package model
Class ListDisputesQueryParams
java.lang.Object
model.ListDisputesQueryParams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ListDisputesQueryParams
extends Object
ListDisputesQueryParams
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAtGte(String createdAtGte) createdAtLte(String createdAtLte) booleanstatic ListDisputesQueryParamsCreate an instance of ListDisputesQueryParams given an JSON stringFilter where created_at is after the given date.Filter where created_at is before the given date.getLimit()The numbers of items to returnThe number of items to skip before starting to collect the result setgetSort()Specify key to be used for sorting the collectionFilter where updated_at is after the given dateFilter where updated_at is before the given dateinthashCode()voidsetCreatedAtGte(String createdAtGte) voidsetCreatedAtLte(String createdAtLte) voidvoidvoidvoidsetUpdatedAtGte(String updatedAtGte) voidsetUpdatedAtLte(String updatedAtLte) toJson()Convert an instance of ListDisputesQueryParams to an JSON stringtoString()updatedAtGte(String updatedAtGte) updatedAtLte(String updatedAtLte) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_SORT
- See Also:
-
SERIALIZED_NAME_OFFSET
- See Also:
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_CREATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_CREATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_LTE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListDisputesQueryParams
public ListDisputesQueryParams()
-
-
Method Details
-
sort
-
getSort
Specify key to be used for sorting the collection- Returns:
- sort
-
setSort
-
offset
-
getOffset
The number of items to skip before starting to collect the result set- Returns:
- offset
-
setOffset
-
limit
-
getLimit
The numbers of items to return- Returns:
- limit
-
setLimit
-
createdAtGte
-
getCreatedAtGte
Filter where created_at is after the given date.- Returns:
- createdAtGte
-
setCreatedAtGte
-
createdAtLte
-
getCreatedAtLte
Filter where created_at is before the given date.- Returns:
- createdAtLte
-
setCreatedAtLte
-
updatedAtGte
-
getUpdatedAtGte
Filter where updated_at is after the given date- Returns:
- updatedAtGte
-
setUpdatedAtGte
-
updatedAtLte
-
getUpdatedAtLte
Filter where updated_at is before the given date- Returns:
- updatedAtLte
-
setUpdatedAtLte
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to ListDisputesQueryParams
-
fromJson
Create an instance of ListDisputesQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListDisputesQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListDisputesQueryParams
-
toJson
Convert an instance of ListDisputesQueryParams to an JSON string- Returns:
- JSON string
-