Package model
Class ListIdentitiesQueryParams
java.lang.Object
model.ListIdentitiesQueryParams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ListIdentitiesQueryParams
extends Object
ListIdentitiesQueryParams
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCursor(String afterCursor) beforeCursor(String beforeCursor) businessName(String businessName) businessType(String businessType) createdAtGte(String createdAtGte) createdAtLte(String createdAtLte) defaultStatementDescriptor(String defaultStatementDescriptor) booleanstatic ListIdentitiesQueryParamsCreate an instance of ListIdentitiesQueryParams given an JSON stringReturn every resource created after the cursor value.Return every resource created before the cursor value.Filter by the full business name.Filter by the business type.Filter where created_at is after the given date.Filter where created_at is before the given date.Filter by the default_statement_descriptorgetEmail()Filter by the email address or email domain.Filter by the first name of the person associated to the Identity.getId()Filter by idFilter by the last name of the person associated to the identity.getLimit()The numbers of items to returngetSort()Specify key to be used for sorting the collectiongetTitle()Filter by the title if available.inthashCode()voidsetAfterCursor(String afterCursor) voidsetBeforeCursor(String beforeCursor) voidsetBusinessName(String businessName) voidsetBusinessType(String businessType) voidsetCreatedAtGte(String createdAtGte) voidsetCreatedAtLte(String createdAtLte) voidsetDefaultStatementDescriptor(String defaultStatementDescriptor) voidvoidsetFirstName(String firstName) voidvoidsetLastName(String lastName) voidvoidvoidtoJson()Convert an instance of ListIdentitiesQueryParams 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_SORT
- See Also:
-
SERIALIZED_NAME_AFTER_CURSOR
- See Also:
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_CREATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_DEFAULT_STATEMENT_DESCRIPTOR
- See Also:
-
SERIALIZED_NAME_BUSINESS_NAME
- See Also:
-
SERIALIZED_NAME_BUSINESS_TYPE
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
SERIALIZED_NAME_FIRST_NAME
- See Also:
-
SERIALIZED_NAME_LAST_NAME
- See Also:
-
SERIALIZED_NAME_TITLE
- See Also:
-
SERIALIZED_NAME_BEFORE_CURSOR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListIdentitiesQueryParams
public ListIdentitiesQueryParams()
-
-
Method Details
-
sort
-
getSort
Specify key to be used for sorting the collection- Returns:
- sort
-
setSort
-
afterCursor
-
getAfterCursor
Return every resource created after the cursor value.- Returns:
- afterCursor
-
setAfterCursor
-
limit
-
getLimit
The numbers of items to return- Returns:
- limit
-
setLimit
-
id
-
getId
Filter by id- Returns:
- id
-
setId
-
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
-
defaultStatementDescriptor
-
getDefaultStatementDescriptor
Filter by the default_statement_descriptor- Returns:
- defaultStatementDescriptor
-
setDefaultStatementDescriptor
-
businessName
-
getBusinessName
Filter by the full business name. Partial business names are not supported.- Returns:
- businessName
-
setBusinessName
-
businessType
-
getBusinessType
Filter by the business type. Partial business types are not supported- Returns:
- businessType
-
setBusinessType
-
email
-
getEmail
Filter by the email address or email domain. Partial emails are not supported.- Returns:
-
setEmail
-
firstName
-
getFirstName
Filter by the first name of the person associated to the Identity.- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Filter by the last name of the person associated to the identity.- Returns:
- lastName
-
setLastName
-
title
-
getTitle
Filter by the title if available.- Returns:
- title
-
setTitle
-
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 ListIdentitiesQueryParams
-
fromJson
Create an instance of ListIdentitiesQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListIdentitiesQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListIdentitiesQueryParams
-
toJson
Convert an instance of ListIdentitiesQueryParams to an JSON string- Returns:
- JSON string
-