Package model
Class ListSettlementFundingTransfersQueryParams
java.lang.Object
model.ListSettlementFundingTransfersQueryParams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ListSettlementFundingTransfersQueryParams
extends Object
ListSettlementFundingTransfersQueryParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCursor(String afterCursor) beforeCursor(String beforeCursor) booleanCreate an instance of ListSettlementFundingTransfersQueryParams given an JSON stringReturn every resource created after the cursor value.Return every resource created before the cursor value.getLimit()The numbers of items to returninthashCode()voidsetAfterCursor(String afterCursor) voidsetBeforeCursor(String beforeCursor) voidtoJson()Convert an instance of ListSettlementFundingTransfersQueryParams to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_AFTER_CURSOR
- See Also:
-
SERIALIZED_NAME_BEFORE_CURSOR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListSettlementFundingTransfersQueryParams
public ListSettlementFundingTransfersQueryParams()
-
-
Method Details
-
limit
-
getLimit
The numbers of items to return- Returns:
- limit
-
setLimit
-
afterCursor
-
getAfterCursor
Return every resource created after the cursor value.- Returns:
- afterCursor
-
setAfterCursor
-
beforeCursor
-
getBeforeCursor
Return every resource created before the cursor value.- Returns:
- beforeCursor
-
setBeforeCursor
-
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 ListSettlementFundingTransfersQueryParams
-
fromJson
public static ListSettlementFundingTransfersQueryParams fromJson(String jsonString) throws IOException Create an instance of ListSettlementFundingTransfersQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListSettlementFundingTransfersQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListSettlementFundingTransfersQueryParams
-
toJson
Convert an instance of ListSettlementFundingTransfersQueryParams to an JSON string- Returns:
- JSON string
-