@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class UserWhereInput extends Object
| 构造器和说明 |
|---|
UserWhereInput() |
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_CONTAINS
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_ENDS_WITH
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_GT
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_GTE
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_IN
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_LT
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_LTE
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_NOT
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_NOT_CONTAINS
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_NOT_IN
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_AUTH_CONFIG_ID_STARTS_WITH
public static final String SERIALIZED_NAME_DISPLAY_USERNAME
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_CONTAINS
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_ENDS_WITH
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_GT
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_GTE
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_IN
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_LT
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_LTE
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_NOT
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_NOT_IN
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_DISPLAY_USERNAME_STARTS_WITH
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_CONTAINS
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_ENDS_WITH
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_GT
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_GTE
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_IN
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_LT
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_LTE
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_NOT
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_NOT_CONTAINS
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_NOT_IN
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_EMAIL_ADDRESS_STARTS_WITH
public static final String SERIALIZED_NAME_ID_NOT_CONTAINS
public static final String SERIALIZED_NAME_ID_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_ID_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_ID_STARTS_WITH
public static final String SERIALIZED_NAME_LDAP_DN_CONTAINS
public static final String SERIALIZED_NAME_LDAP_DN_ENDS_WITH
public static final String SERIALIZED_NAME_LDAP_DN_NOT_CONTAINS
public static final String SERIALIZED_NAME_LDAP_DN_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_LDAP_DN_NOT_IN
public static final String SERIALIZED_NAME_LDAP_DN_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_LDAP_DN_STARTS_WITH
public static final String SERIALIZED_NAME_MOBILE_PHONE_CONTAINS
public static final String SERIALIZED_NAME_MOBILE_PHONE_ENDS_WITH
public static final String SERIALIZED_NAME_MOBILE_PHONE_GT
public static final String SERIALIZED_NAME_MOBILE_PHONE_GTE
public static final String SERIALIZED_NAME_MOBILE_PHONE_IN
public static final String SERIALIZED_NAME_MOBILE_PHONE_LT
public static final String SERIALIZED_NAME_MOBILE_PHONE_LTE
public static final String SERIALIZED_NAME_MOBILE_PHONE_NOT
public static final String SERIALIZED_NAME_MOBILE_PHONE_NOT_CONTAINS
public static final String SERIALIZED_NAME_MOBILE_PHONE_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_MOBILE_PHONE_NOT_IN
public static final String SERIALIZED_NAME_MOBILE_PHONE_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_MOBILE_PHONE_STARTS_WITH
public static final String SERIALIZED_NAME_NAME_ENDS_WITH
public static final String SERIALIZED_NAME_NAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_NAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_NAME_NOT_STARTS_WITH
public static final String SERIALIZED_NAME_NAME_STARTS_WITH
public static final String SERIALIZED_NAME_PASSWORD_EXPIRED
public static final String SERIALIZED_NAME_PASSWORD_EXPIRED_NOT
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT_GT
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT_GTE
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT_IN
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT_LT
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT_LTE
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT_NOT
public static final String SERIALIZED_NAME_PASSWORD_UPDATED_AT_NOT_IN
public static final String SERIALIZED_NAME_USERNAME_CONTAINS
public static final String SERIALIZED_NAME_USERNAME_ENDS_WITH
public static final String SERIALIZED_NAME_USERNAME_NOT_CONTAINS
public static final String SERIALIZED_NAME_USERNAME_NOT_ENDS_WITH
public static final String SERIALIZED_NAME_USERNAME_NOT_IN
public static final String SERIALIZED_NAME_USERNAME_NOT_STARTS_WITH
public UserWhereInput AND(List<UserWhereInput> AND)
public UserWhereInput addANDItem(UserWhereInput ANDItem)
@Nullable public List<UserWhereInput> getAND()
public void setAND(List<UserWhereInput> AND)
public UserWhereInput NOT(List<UserWhereInput> NOT)
public UserWhereInput addNOTItem(UserWhereInput NOTItem)
@Nullable public List<UserWhereInput> getNOT()
public void setNOT(List<UserWhereInput> NOT)
public UserWhereInput OR(List<UserWhereInput> OR)
public UserWhereInput addORItem(UserWhereInput ORItem)
@Nullable public List<UserWhereInput> getOR()
public void setOR(List<UserWhereInput> OR)
public UserWhereInput authConfigId(String authConfigId)
public void setAuthConfigId(String authConfigId)
public UserWhereInput authConfigIdContains(String authConfigIdContains)
@Nullable public String getAuthConfigIdContains()
public void setAuthConfigIdContains(String authConfigIdContains)
public UserWhereInput authConfigIdEndsWith(String authConfigIdEndsWith)
@Nullable public String getAuthConfigIdEndsWith()
public void setAuthConfigIdEndsWith(String authConfigIdEndsWith)
public UserWhereInput authConfigIdGt(String authConfigIdGt)
public void setAuthConfigIdGt(String authConfigIdGt)
public UserWhereInput authConfigIdGte(String authConfigIdGte)
@Nullable public String getAuthConfigIdGte()
public void setAuthConfigIdGte(String authConfigIdGte)
public UserWhereInput authConfigIdIn(List<String> authConfigIdIn)
public UserWhereInput addAuthConfigIdInItem(String authConfigIdInItem)
@Nullable public List<String> getAuthConfigIdIn()
public UserWhereInput authConfigIdLt(String authConfigIdLt)
public void setAuthConfigIdLt(String authConfigIdLt)
public UserWhereInput authConfigIdLte(String authConfigIdLte)
@Nullable public String getAuthConfigIdLte()
public void setAuthConfigIdLte(String authConfigIdLte)
public UserWhereInput authConfigIdNot(String authConfigIdNot)
@Nullable public String getAuthConfigIdNot()
public void setAuthConfigIdNot(String authConfigIdNot)
public UserWhereInput authConfigIdNotContains(String authConfigIdNotContains)
@Nullable public String getAuthConfigIdNotContains()
public void setAuthConfigIdNotContains(String authConfigIdNotContains)
public UserWhereInput authConfigIdNotEndsWith(String authConfigIdNotEndsWith)
@Nullable public String getAuthConfigIdNotEndsWith()
public void setAuthConfigIdNotEndsWith(String authConfigIdNotEndsWith)
public UserWhereInput authConfigIdNotIn(List<String> authConfigIdNotIn)
public UserWhereInput addAuthConfigIdNotInItem(String authConfigIdNotInItem)
@Nullable public List<String> getAuthConfigIdNotIn()
public UserWhereInput authConfigIdNotStartsWith(String authConfigIdNotStartsWith)
@Nullable public String getAuthConfigIdNotStartsWith()
public void setAuthConfigIdNotStartsWith(String authConfigIdNotStartsWith)
public UserWhereInput authConfigIdStartsWith(String authConfigIdStartsWith)
@Nullable public String getAuthConfigIdStartsWith()
public void setAuthConfigIdStartsWith(String authConfigIdStartsWith)
public UserWhereInput displayUsername(String displayUsername)
@Nullable public String getDisplayUsername()
public void setDisplayUsername(String displayUsername)
public UserWhereInput displayUsernameContains(String displayUsernameContains)
@Nullable public String getDisplayUsernameContains()
public void setDisplayUsernameContains(String displayUsernameContains)
public UserWhereInput displayUsernameEndsWith(String displayUsernameEndsWith)
@Nullable public String getDisplayUsernameEndsWith()
public void setDisplayUsernameEndsWith(String displayUsernameEndsWith)
public UserWhereInput displayUsernameGt(String displayUsernameGt)
@Nullable public String getDisplayUsernameGt()
public void setDisplayUsernameGt(String displayUsernameGt)
public UserWhereInput displayUsernameGte(String displayUsernameGte)
@Nullable public String getDisplayUsernameGte()
public void setDisplayUsernameGte(String displayUsernameGte)
public UserWhereInput displayUsernameIn(List<String> displayUsernameIn)
public UserWhereInput addDisplayUsernameInItem(String displayUsernameInItem)
@Nullable public List<String> getDisplayUsernameIn()
public UserWhereInput displayUsernameLt(String displayUsernameLt)
@Nullable public String getDisplayUsernameLt()
public void setDisplayUsernameLt(String displayUsernameLt)
public UserWhereInput displayUsernameLte(String displayUsernameLte)
@Nullable public String getDisplayUsernameLte()
public void setDisplayUsernameLte(String displayUsernameLte)
public UserWhereInput displayUsernameNot(String displayUsernameNot)
@Nullable public String getDisplayUsernameNot()
public void setDisplayUsernameNot(String displayUsernameNot)
public UserWhereInput displayUsernameNotContains(String displayUsernameNotContains)
@Nullable public String getDisplayUsernameNotContains()
public void setDisplayUsernameNotContains(String displayUsernameNotContains)
public UserWhereInput displayUsernameNotEndsWith(String displayUsernameNotEndsWith)
@Nullable public String getDisplayUsernameNotEndsWith()
public void setDisplayUsernameNotEndsWith(String displayUsernameNotEndsWith)
public UserWhereInput displayUsernameNotIn(List<String> displayUsernameNotIn)
public UserWhereInput addDisplayUsernameNotInItem(String displayUsernameNotInItem)
@Nullable public List<String> getDisplayUsernameNotIn()
public UserWhereInput displayUsernameNotStartsWith(String displayUsernameNotStartsWith)
@Nullable public String getDisplayUsernameNotStartsWith()
public void setDisplayUsernameNotStartsWith(String displayUsernameNotStartsWith)
public UserWhereInput displayUsernameStartsWith(String displayUsernameStartsWith)
@Nullable public String getDisplayUsernameStartsWith()
public void setDisplayUsernameStartsWith(String displayUsernameStartsWith)
public UserWhereInput emailAddress(String emailAddress)
public void setEmailAddress(String emailAddress)
public UserWhereInput emailAddressContains(String emailAddressContains)
@Nullable public String getEmailAddressContains()
public void setEmailAddressContains(String emailAddressContains)
public UserWhereInput emailAddressEndsWith(String emailAddressEndsWith)
@Nullable public String getEmailAddressEndsWith()
public void setEmailAddressEndsWith(String emailAddressEndsWith)
public UserWhereInput emailAddressGt(String emailAddressGt)
public void setEmailAddressGt(String emailAddressGt)
public UserWhereInput emailAddressGte(String emailAddressGte)
@Nullable public String getEmailAddressGte()
public void setEmailAddressGte(String emailAddressGte)
public UserWhereInput emailAddressIn(List<String> emailAddressIn)
public UserWhereInput addEmailAddressInItem(String emailAddressInItem)
@Nullable public List<String> getEmailAddressIn()
public UserWhereInput emailAddressLt(String emailAddressLt)
public void setEmailAddressLt(String emailAddressLt)
public UserWhereInput emailAddressLte(String emailAddressLte)
@Nullable public String getEmailAddressLte()
public void setEmailAddressLte(String emailAddressLte)
public UserWhereInput emailAddressNot(String emailAddressNot)
@Nullable public String getEmailAddressNot()
public void setEmailAddressNot(String emailAddressNot)
public UserWhereInput emailAddressNotContains(String emailAddressNotContains)
@Nullable public String getEmailAddressNotContains()
public void setEmailAddressNotContains(String emailAddressNotContains)
public UserWhereInput emailAddressNotEndsWith(String emailAddressNotEndsWith)
@Nullable public String getEmailAddressNotEndsWith()
public void setEmailAddressNotEndsWith(String emailAddressNotEndsWith)
public UserWhereInput emailAddressNotIn(List<String> emailAddressNotIn)
public UserWhereInput addEmailAddressNotInItem(String emailAddressNotInItem)
@Nullable public List<String> getEmailAddressNotIn()
public UserWhereInput emailAddressNotStartsWith(String emailAddressNotStartsWith)
@Nullable public String getEmailAddressNotStartsWith()
public void setEmailAddressNotStartsWith(String emailAddressNotStartsWith)
public UserWhereInput emailAddressStartsWith(String emailAddressStartsWith)
@Nullable public String getEmailAddressStartsWith()
public void setEmailAddressStartsWith(String emailAddressStartsWith)
public UserWhereInput id(String id)
public void setId(String id)
public UserWhereInput idContains(String idContains)
public void setIdContains(String idContains)
public UserWhereInput idEndsWith(String idEndsWith)
public void setIdEndsWith(String idEndsWith)
public UserWhereInput idGt(String idGt)
public void setIdGt(String idGt)
public UserWhereInput idGte(String idGte)
public void setIdGte(String idGte)
public UserWhereInput idIn(List<String> idIn)
public UserWhereInput addIdInItem(String idInItem)
public UserWhereInput idLt(String idLt)
public void setIdLt(String idLt)
public UserWhereInput idLte(String idLte)
public void setIdLte(String idLte)
public UserWhereInput idNot(String idNot)
public void setIdNot(String idNot)
public UserWhereInput idNotContains(String idNotContains)
public void setIdNotContains(String idNotContains)
public UserWhereInput idNotEndsWith(String idNotEndsWith)
public void setIdNotEndsWith(String idNotEndsWith)
public UserWhereInput idNotIn(List<String> idNotIn)
public UserWhereInput addIdNotInItem(String idNotInItem)
public UserWhereInput idNotStartsWith(String idNotStartsWith)
@Nullable public String getIdNotStartsWith()
public void setIdNotStartsWith(String idNotStartsWith)
public UserWhereInput idStartsWith(String idStartsWith)
public void setIdStartsWith(String idStartsWith)
public UserWhereInput internal(Boolean internal)
public void setInternal(Boolean internal)
public UserWhereInput internalNot(Boolean internalNot)
public void setInternalNot(Boolean internalNot)
public UserWhereInput ldapDn(String ldapDn)
public void setLdapDn(String ldapDn)
public UserWhereInput ldapDnContains(String ldapDnContains)
public void setLdapDnContains(String ldapDnContains)
public UserWhereInput ldapDnEndsWith(String ldapDnEndsWith)
public void setLdapDnEndsWith(String ldapDnEndsWith)
public UserWhereInput ldapDnGt(String ldapDnGt)
public void setLdapDnGt(String ldapDnGt)
public UserWhereInput ldapDnGte(String ldapDnGte)
public void setLdapDnGte(String ldapDnGte)
public UserWhereInput ldapDnIn(List<String> ldapDnIn)
public UserWhereInput addLdapDnInItem(String ldapDnInItem)
public UserWhereInput ldapDnLt(String ldapDnLt)
public void setLdapDnLt(String ldapDnLt)
public UserWhereInput ldapDnLte(String ldapDnLte)
public void setLdapDnLte(String ldapDnLte)
public UserWhereInput ldapDnNot(String ldapDnNot)
public void setLdapDnNot(String ldapDnNot)
public UserWhereInput ldapDnNotContains(String ldapDnNotContains)
@Nullable public String getLdapDnNotContains()
public void setLdapDnNotContains(String ldapDnNotContains)
public UserWhereInput ldapDnNotEndsWith(String ldapDnNotEndsWith)
@Nullable public String getLdapDnNotEndsWith()
public void setLdapDnNotEndsWith(String ldapDnNotEndsWith)
public UserWhereInput ldapDnNotIn(List<String> ldapDnNotIn)
public UserWhereInput addLdapDnNotInItem(String ldapDnNotInItem)
public UserWhereInput ldapDnNotStartsWith(String ldapDnNotStartsWith)
@Nullable public String getLdapDnNotStartsWith()
public void setLdapDnNotStartsWith(String ldapDnNotStartsWith)
public UserWhereInput ldapDnStartsWith(String ldapDnStartsWith)
@Nullable public String getLdapDnStartsWith()
public void setLdapDnStartsWith(String ldapDnStartsWith)
public UserWhereInput mobilePhone(String mobilePhone)
public void setMobilePhone(String mobilePhone)
public UserWhereInput mobilePhoneContains(String mobilePhoneContains)
@Nullable public String getMobilePhoneContains()
public void setMobilePhoneContains(String mobilePhoneContains)
public UserWhereInput mobilePhoneEndsWith(String mobilePhoneEndsWith)
@Nullable public String getMobilePhoneEndsWith()
public void setMobilePhoneEndsWith(String mobilePhoneEndsWith)
public UserWhereInput mobilePhoneGt(String mobilePhoneGt)
public void setMobilePhoneGt(String mobilePhoneGt)
public UserWhereInput mobilePhoneGte(String mobilePhoneGte)
public void setMobilePhoneGte(String mobilePhoneGte)
public UserWhereInput mobilePhoneIn(List<String> mobilePhoneIn)
public UserWhereInput addMobilePhoneInItem(String mobilePhoneInItem)
@Nullable public List<String> getMobilePhoneIn()
public UserWhereInput mobilePhoneLt(String mobilePhoneLt)
public void setMobilePhoneLt(String mobilePhoneLt)
public UserWhereInput mobilePhoneLte(String mobilePhoneLte)
public void setMobilePhoneLte(String mobilePhoneLte)
public UserWhereInput mobilePhoneNot(String mobilePhoneNot)
public void setMobilePhoneNot(String mobilePhoneNot)
public UserWhereInput mobilePhoneNotContains(String mobilePhoneNotContains)
@Nullable public String getMobilePhoneNotContains()
public void setMobilePhoneNotContains(String mobilePhoneNotContains)
public UserWhereInput mobilePhoneNotEndsWith(String mobilePhoneNotEndsWith)
@Nullable public String getMobilePhoneNotEndsWith()
public void setMobilePhoneNotEndsWith(String mobilePhoneNotEndsWith)
public UserWhereInput mobilePhoneNotIn(List<String> mobilePhoneNotIn)
public UserWhereInput addMobilePhoneNotInItem(String mobilePhoneNotInItem)
@Nullable public List<String> getMobilePhoneNotIn()
public UserWhereInput mobilePhoneNotStartsWith(String mobilePhoneNotStartsWith)
@Nullable public String getMobilePhoneNotStartsWith()
public void setMobilePhoneNotStartsWith(String mobilePhoneNotStartsWith)
public UserWhereInput mobilePhoneStartsWith(String mobilePhoneStartsWith)
@Nullable public String getMobilePhoneStartsWith()
public void setMobilePhoneStartsWith(String mobilePhoneStartsWith)
public UserWhereInput name(String name)
public void setName(String name)
public UserWhereInput nameContains(String nameContains)
public void setNameContains(String nameContains)
public UserWhereInput nameEndsWith(String nameEndsWith)
public void setNameEndsWith(String nameEndsWith)
public UserWhereInput nameGt(String nameGt)
public void setNameGt(String nameGt)
public UserWhereInput nameGte(String nameGte)
public void setNameGte(String nameGte)
public UserWhereInput nameIn(List<String> nameIn)
public UserWhereInput addNameInItem(String nameInItem)
public UserWhereInput nameLt(String nameLt)
public void setNameLt(String nameLt)
public UserWhereInput nameLte(String nameLte)
public void setNameLte(String nameLte)
public UserWhereInput nameNot(String nameNot)
public void setNameNot(String nameNot)
public UserWhereInput nameNotContains(String nameNotContains)
@Nullable public String getNameNotContains()
public void setNameNotContains(String nameNotContains)
public UserWhereInput nameNotEndsWith(String nameNotEndsWith)
@Nullable public String getNameNotEndsWith()
public void setNameNotEndsWith(String nameNotEndsWith)
public UserWhereInput nameNotIn(List<String> nameNotIn)
public UserWhereInput addNameNotInItem(String nameNotInItem)
public UserWhereInput nameNotStartsWith(String nameNotStartsWith)
@Nullable public String getNameNotStartsWith()
public void setNameNotStartsWith(String nameNotStartsWith)
public UserWhereInput nameStartsWith(String nameStartsWith)
public void setNameStartsWith(String nameStartsWith)
public UserWhereInput passwordExpired(Boolean passwordExpired)
@Nullable public Boolean getPasswordExpired()
public void setPasswordExpired(Boolean passwordExpired)
public UserWhereInput passwordExpiredNot(Boolean passwordExpiredNot)
@Nullable public Boolean getPasswordExpiredNot()
public void setPasswordExpiredNot(Boolean passwordExpiredNot)
public UserWhereInput passwordUpdatedAt(String passwordUpdatedAt)
@Nullable public String getPasswordUpdatedAt()
public void setPasswordUpdatedAt(String passwordUpdatedAt)
public UserWhereInput passwordUpdatedAtGt(String passwordUpdatedAtGt)
@Nullable public String getPasswordUpdatedAtGt()
public void setPasswordUpdatedAtGt(String passwordUpdatedAtGt)
public UserWhereInput passwordUpdatedAtGte(String passwordUpdatedAtGte)
@Nullable public String getPasswordUpdatedAtGte()
public void setPasswordUpdatedAtGte(String passwordUpdatedAtGte)
public UserWhereInput passwordUpdatedAtIn(List<String> passwordUpdatedAtIn)
public UserWhereInput addPasswordUpdatedAtInItem(String passwordUpdatedAtInItem)
@Nullable public List<String> getPasswordUpdatedAtIn()
public UserWhereInput passwordUpdatedAtLt(String passwordUpdatedAtLt)
@Nullable public String getPasswordUpdatedAtLt()
public void setPasswordUpdatedAtLt(String passwordUpdatedAtLt)
public UserWhereInput passwordUpdatedAtLte(String passwordUpdatedAtLte)
@Nullable public String getPasswordUpdatedAtLte()
public void setPasswordUpdatedAtLte(String passwordUpdatedAtLte)
public UserWhereInput passwordUpdatedAtNot(String passwordUpdatedAtNot)
@Nullable public String getPasswordUpdatedAtNot()
public void setPasswordUpdatedAtNot(String passwordUpdatedAtNot)
public UserWhereInput passwordUpdatedAtNotIn(List<String> passwordUpdatedAtNotIn)
public UserWhereInput addPasswordUpdatedAtNotInItem(String passwordUpdatedAtNotInItem)
@Nullable public List<String> getPasswordUpdatedAtNotIn()
public void setPasswordUpdatedAtNotIn(List<String> passwordUpdatedAtNotIn)
public UserWhereInput role(UserRole role)
public void setRole(UserRole role)
public UserWhereInput roleIn(List<UserRole> roleIn)
public UserWhereInput addRoleInItem(UserRole roleInItem)
public UserWhereInput roleNot(UserRole roleNot)
public void setRoleNot(UserRole roleNot)
public UserWhereInput roleNotIn(List<UserRole> roleNotIn)
public UserWhereInput addRoleNotInItem(UserRole roleNotInItem)
public UserWhereInput rolesEvery(UserRoleNextWhereInput rolesEvery)
@Nullable public UserRoleNextWhereInput getRolesEvery()
public void setRolesEvery(UserRoleNextWhereInput rolesEvery)
public UserWhereInput rolesNone(UserRoleNextWhereInput rolesNone)
@Nullable public UserRoleNextWhereInput getRolesNone()
public void setRolesNone(UserRoleNextWhereInput rolesNone)
public UserWhereInput rolesSome(UserRoleNextWhereInput rolesSome)
@Nullable public UserRoleNextWhereInput getRolesSome()
public void setRolesSome(UserRoleNextWhereInput rolesSome)
public UserWhereInput source(UserSource source)
@Nullable public UserSource getSource()
public void setSource(UserSource source)
public UserWhereInput sourceIn(List<UserSource> sourceIn)
public UserWhereInput addSourceInItem(UserSource sourceInItem)
@Nullable public List<UserSource> getSourceIn()
public void setSourceIn(List<UserSource> sourceIn)
public UserWhereInput sourceNot(UserSource sourceNot)
@Nullable public UserSource getSourceNot()
public void setSourceNot(UserSource sourceNot)
public UserWhereInput sourceNotIn(List<UserSource> sourceNotIn)
public UserWhereInput addSourceNotInItem(UserSource sourceNotInItem)
@Nullable public List<UserSource> getSourceNotIn()
public void setSourceNotIn(List<UserSource> sourceNotIn)
public UserWhereInput username(String username)
public void setUsername(String username)
public UserWhereInput usernameContains(String usernameContains)
@Nullable public String getUsernameContains()
public void setUsernameContains(String usernameContains)
public UserWhereInput usernameEndsWith(String usernameEndsWith)
@Nullable public String getUsernameEndsWith()
public void setUsernameEndsWith(String usernameEndsWith)
public UserWhereInput usernameGt(String usernameGt)
public void setUsernameGt(String usernameGt)
public UserWhereInput usernameGte(String usernameGte)
public void setUsernameGte(String usernameGte)
public UserWhereInput usernameIn(List<String> usernameIn)
public UserWhereInput addUsernameInItem(String usernameInItem)
public UserWhereInput usernameLt(String usernameLt)
public void setUsernameLt(String usernameLt)
public UserWhereInput usernameLte(String usernameLte)
public void setUsernameLte(String usernameLte)
public UserWhereInput usernameNot(String usernameNot)
public void setUsernameNot(String usernameNot)
public UserWhereInput usernameNotContains(String usernameNotContains)
@Nullable public String getUsernameNotContains()
public void setUsernameNotContains(String usernameNotContains)
public UserWhereInput usernameNotEndsWith(String usernameNotEndsWith)
@Nullable public String getUsernameNotEndsWith()
public void setUsernameNotEndsWith(String usernameNotEndsWith)
public UserWhereInput usernameNotIn(List<String> usernameNotIn)
public UserWhereInput addUsernameNotInItem(String usernameNotInItem)
@Nullable public List<String> getUsernameNotIn()
public UserWhereInput usernameNotStartsWith(String usernameNotStartsWith)
@Nullable public String getUsernameNotStartsWith()
public void setUsernameNotStartsWith(String usernameNotStartsWith)
public UserWhereInput usernameStartsWith(String usernameStartsWith)
@Nullable public String getUsernameStartsWith()
public void setUsernameStartsWith(String usernameStartsWith)
Copyright © 2025. All rights reserved.