Package model
Class ListIdentitiesQueryParams
- java.lang.Object
-
- model.ListIdentitiesQueryParams
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ListIdentitiesQueryParams extends Object
ListIdentitiesQueryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListIdentitiesQueryParams.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_BUSINESS_NAMEstatic StringSERIALIZED_NAME_BUSINESS_TYPEstatic StringSERIALIZED_NAME_CREATED_AT_GTEstatic StringSERIALIZED_NAME_CREATED_AT_LTEstatic StringSERIALIZED_NAME_DEFAULT_STATEMENT_DESCRIPTORstatic StringSERIALIZED_NAME_EMAILstatic StringSERIALIZED_NAME_FIRST_NAMEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_LAST_NAMEstatic StringSERIALIZED_NAME_LIMITstatic StringSERIALIZED_NAME_SORTstatic StringSERIALIZED_NAME_TITLE
-
Constructor Summary
Constructors Constructor Description ListIdentitiesQueryParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListIdentitiesQueryParamsafterCursor(String afterCursor)ListIdentitiesQueryParamsbeforeCursor(String beforeCursor)ListIdentitiesQueryParamsbusinessName(String businessName)ListIdentitiesQueryParamsbusinessType(String businessType)ListIdentitiesQueryParamscreatedAtGte(String createdAtGte)ListIdentitiesQueryParamscreatedAtLte(String createdAtLte)ListIdentitiesQueryParamsdefaultStatementDescriptor(String defaultStatementDescriptor)ListIdentitiesQueryParamsemail(String email)booleanequals(Object o)ListIdentitiesQueryParamsfirstName(String firstName)static ListIdentitiesQueryParamsfromJson(String jsonString)Create an instance of ListIdentitiesQueryParams given an JSON stringStringgetAfterCursor()Return every resource created after the cursor value.StringgetBeforeCursor()Return every resource created before the cursor value.StringgetBusinessName()Filter by the full business name.StringgetBusinessType()Filter by the business type.StringgetCreatedAtGte()Filter where `created_at` is after the given date.StringgetCreatedAtLte()Filter where `created_at` is before the given date.StringgetDefaultStatementDescriptor()Filter by the `default_statement_descriptor`.StringgetEmail()Filter by the email address or email domain.StringgetFirstName()Filter by the first name of the person associated to the `Identity`.StringgetId()Filter by `id`.StringgetLastName()Filter by the last name of the person associated to the `Identity`.LonggetLimit()The numbers of items to return.StringgetSort()Specify key to be used for sorting the collection.StringgetTitle()Filter by the title if available.inthashCode()ListIdentitiesQueryParamsid(String id)ListIdentitiesQueryParamslastName(String lastName)ListIdentitiesQueryParamslimit(Long limit)voidsetAfterCursor(String afterCursor)voidsetBeforeCursor(String beforeCursor)voidsetBusinessName(String businessName)voidsetBusinessType(String businessType)voidsetCreatedAtGte(String createdAtGte)voidsetCreatedAtLte(String createdAtLte)voidsetDefaultStatementDescriptor(String defaultStatementDescriptor)voidsetEmail(String email)voidsetFirstName(String firstName)voidsetId(String id)voidsetLastName(String lastName)voidsetLimit(Long limit)voidsetSort(String sort)voidsetTitle(String title)ListIdentitiesQueryParamssort(String sort)ListIdentitiesQueryParamstitle(String title)StringtoJson()Convert an instance of ListIdentitiesQueryParams 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_SORT
public static final String SERIALIZED_NAME_SORT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AFTER_CURSOR
public static final String SERIALIZED_NAME_AFTER_CURSOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LIMIT
public static final String SERIALIZED_NAME_LIMIT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT_GTE
public static final String SERIALIZED_NAME_CREATED_AT_GTE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT_LTE
public static final String SERIALIZED_NAME_CREATED_AT_LTE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEFAULT_STATEMENT_DESCRIPTOR
public static final String SERIALIZED_NAME_DEFAULT_STATEMENT_DESCRIPTOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_NAME
public static final String SERIALIZED_NAME_BUSINESS_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_TYPE
public static final String SERIALIZED_NAME_BUSINESS_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMAIL
public static final String SERIALIZED_NAME_EMAIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FIRST_NAME
public static final String SERIALIZED_NAME_FIRST_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_NAME
public static final String SERIALIZED_NAME_LAST_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BEFORE_CURSOR
public static final String SERIALIZED_NAME_BEFORE_CURSOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
sort
public ListIdentitiesQueryParams sort(String sort)
-
getSort
@Nullable public String getSort()
Specify key to be used for sorting the collection.- Returns:
- sort
-
setSort
public void setSort(String sort)
-
afterCursor
public ListIdentitiesQueryParams afterCursor(String afterCursor)
-
getAfterCursor
@Nullable public String getAfterCursor()
Return every resource created after the cursor value.- Returns:
- afterCursor
-
setAfterCursor
public void setAfterCursor(String afterCursor)
-
limit
public ListIdentitiesQueryParams limit(Long limit)
-
setLimit
public void setLimit(Long limit)
-
id
public ListIdentitiesQueryParams id(String id)
-
setId
public void setId(String id)
-
createdAtGte
public ListIdentitiesQueryParams createdAtGte(String createdAtGte)
-
getCreatedAtGte
@Nullable public String getCreatedAtGte()
Filter where `created_at` is after the given date.- Returns:
- createdAtGte
-
setCreatedAtGte
public void setCreatedAtGte(String createdAtGte)
-
createdAtLte
public ListIdentitiesQueryParams createdAtLte(String createdAtLte)
-
getCreatedAtLte
@Nullable public String getCreatedAtLte()
Filter where `created_at` is before the given date.- Returns:
- createdAtLte
-
setCreatedAtLte
public void setCreatedAtLte(String createdAtLte)
-
defaultStatementDescriptor
public ListIdentitiesQueryParams defaultStatementDescriptor(String defaultStatementDescriptor)
-
getDefaultStatementDescriptor
@Nullable public String getDefaultStatementDescriptor()
Filter by the `default_statement_descriptor`.- Returns:
- defaultStatementDescriptor
-
setDefaultStatementDescriptor
public void setDefaultStatementDescriptor(String defaultStatementDescriptor)
-
businessName
public ListIdentitiesQueryParams businessName(String businessName)
-
getBusinessName
@Nullable public String getBusinessName()
Filter by the full business name. Partial business names are not supported.- Returns:
- businessName
-
setBusinessName
public void setBusinessName(String businessName)
-
businessType
public ListIdentitiesQueryParams businessType(String businessType)
-
getBusinessType
@Nullable public String getBusinessType()
Filter by the business type. Partial business types are not supported.- Returns:
- businessType
-
setBusinessType
public void setBusinessType(String businessType)
-
email
public ListIdentitiesQueryParams email(String email)
-
getEmail
@Nullable public String getEmail()
Filter by the email address or email domain. Partial emails are not supported.- Returns:
-
setEmail
public void setEmail(String email)
-
firstName
public ListIdentitiesQueryParams firstName(String firstName)
-
getFirstName
@Nullable public String getFirstName()
Filter by the first name of the person associated to the `Identity`.- Returns:
- firstName
-
setFirstName
public void setFirstName(String firstName)
-
lastName
public ListIdentitiesQueryParams lastName(String lastName)
-
getLastName
@Nullable public String getLastName()
Filter by the last name of the person associated to the `Identity`.- Returns:
- lastName
-
setLastName
public void setLastName(String lastName)
-
title
public ListIdentitiesQueryParams title(String title)
-
setTitle
public void setTitle(String title)
-
beforeCursor
public ListIdentitiesQueryParams 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 ListIdentitiesQueryParams
-
fromJson
public static ListIdentitiesQueryParams fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of ListIdentitiesQueryParams to an JSON string- Returns:
- JSON string
-
-