Package model
Class ListTransferReversalsQueryParams
- java.lang.Object
-
- model.ListTransferReversalsQueryParams
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ListTransferReversalsQueryParams extends Object
ListTransferReversalsQueryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListTransferReversalsQueryParams.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_AFTER_CURSORstatic StringSERIALIZED_NAME_BEFORE_CURSORstatic StringSERIALIZED_NAME_LIMIT
-
Constructor Summary
Constructors Constructor Description ListTransferReversalsQueryParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTransferReversalsQueryParamsafterCursor(String afterCursor)ListTransferReversalsQueryParamsbeforeCursor(String beforeCursor)booleanequals(Object o)static ListTransferReversalsQueryParamsfromJson(String jsonString)Create an instance of ListTransferReversalsQueryParams given an JSON stringStringgetAfterCursor()Return every resource created after the cursor value.StringgetBeforeCursor()Return every resource created before the cursor value.LonggetLimit()The number of entries to return.inthashCode()ListTransferReversalsQueryParamslimit(Long limit)voidsetAfterCursor(String afterCursor)voidsetBeforeCursor(String beforeCursor)voidsetLimit(Long limit)StringtoJson()Convert an instance of ListTransferReversalsQueryParams to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_LIMIT
public static final String SERIALIZED_NAME_LIMIT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AFTER_CURSOR
public static final String SERIALIZED_NAME_AFTER_CURSOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BEFORE_CURSOR
public static final String SERIALIZED_NAME_BEFORE_CURSOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
limit
public ListTransferReversalsQueryParams limit(Long limit)
-
setLimit
public void setLimit(Long limit)
-
afterCursor
public ListTransferReversalsQueryParams afterCursor(String afterCursor)
-
getAfterCursor
@Nullable public String getAfterCursor()
Return every resource created after the cursor value.- Returns:
- afterCursor
-
setAfterCursor
public void setAfterCursor(String afterCursor)
-
beforeCursor
public ListTransferReversalsQueryParams beforeCursor(String beforeCursor)
-
getBeforeCursor
@Nullable public String getBeforeCursor()
Return every resource created before the cursor value.- Returns:
- beforeCursor
-
setBeforeCursor
public void setBeforeCursor(String beforeCursor)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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 ListTransferReversalsQueryParams
-
fromJson
public static ListTransferReversalsQueryParams fromJson(String jsonString) throws IOException
Create an instance of ListTransferReversalsQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListTransferReversalsQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListTransferReversalsQueryParams
-
toJson
public String toJson()
Convert an instance of ListTransferReversalsQueryParams to an JSON string- Returns:
- JSON string
-
-