Package model
Class ListVerificationsQueryParams
- java.lang.Object
-
- model.ListVerificationsQueryParams
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ListVerificationsQueryParams extends Object
ListVerificationsQueryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListVerificationsQueryParams.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 ListVerificationsQueryParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVerificationsQueryParamsafterCursor(String afterCursor)ListVerificationsQueryParamsbeforeCursor(String beforeCursor)booleanequals(Object o)static ListVerificationsQueryParamsfromJson(String jsonString)Create an instance of ListVerificationsQueryParams given an JSON stringStringgetAfterCursor()Return every resource created after the cursor value.StringgetBeforeCursor()Return every resource created before the cursor value.LonggetLimit()The numbers of items to return.inthashCode()ListVerificationsQueryParamslimit(Long limit)voidsetAfterCursor(String afterCursor)voidsetBeforeCursor(String beforeCursor)voidsetLimit(Long limit)StringtoJson()Convert an instance of ListVerificationsQueryParams 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 ListVerificationsQueryParams limit(Long limit)
-
setLimit
public void setLimit(Long limit)
-
afterCursor
public ListVerificationsQueryParams 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 ListVerificationsQueryParams 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 ListVerificationsQueryParams
-
fromJson
public static ListVerificationsQueryParams fromJson(String jsonString) throws IOException
Create an instance of ListVerificationsQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListVerificationsQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListVerificationsQueryParams
-
toJson
public String toJson()
Convert an instance of ListVerificationsQueryParams to an JSON string- Returns:
- JSON string
-
-