Class UserPageDetails
java.lang.Object
com.boldsign.model.UserPageDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class UserPageDetails
extends Object
UserPageDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic UserPageDetailsCreate an instance of UserPageDetails given an JSON stringgetPage()Get pageGet pageSizeinthashCode()voidvoidsetPageSize(Integer pageSize) toJson()Convert an instance of UserPageDetails to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_PAGE_SIZE
- See Also:
-
SERIALIZED_NAME_PAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UserPageDetails
public UserPageDetails()
-
-
Method Details
-
pageSize
-
getPageSize
-
setPageSize
-
page
-
getPage
-
setPage
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates 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 UserPageDetails
-
fromJson
Create an instance of UserPageDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UserPageDetails
- Throws:
IOException- if the JSON string is invalid with respect to UserPageDetails
-
toJson
Convert an instance of UserPageDetails to an JSON string- Returns:
- JSON string
-