Class AtsCreateBackgroundCheckOrderRequestDtoRequester
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoRequester
-
public class AtsCreateBackgroundCheckOrderRequestDtoRequester extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateBackgroundCheckOrderRequestDtoRequester.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateBackgroundCheckOrderRequestDtoRequester()AtsCreateBackgroundCheckOrderRequestDtoRequester(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsCreateBackgroundCheckOrderRequestDtoRequester.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>email()Email of the hiring team member.booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>firstName()First name of the hiring team member.inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>lastName()Last name of the hiring team member.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteUserId()Provider's unique identifier of the userorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>role()Role of the hiring team member.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>userId()User ID of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithEmail(java.lang.String email)Email of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)Email of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithFirstName(java.lang.String firstName)First name of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)First name of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithLastName(java.lang.String lastName)Last name of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)Last name of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithRemoteUserId(java.lang.String remoteUserId)Provider's unique identifier of the userAtsCreateBackgroundCheckOrderRequestDtoRequesterwithRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)Provider's unique identifier of the userAtsCreateBackgroundCheckOrderRequestDtoRequesterwithRole(java.lang.String role)Role of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithRole(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)Role of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithUserId(java.lang.String userId)User ID of the hiring team member.AtsCreateBackgroundCheckOrderRequestDtoRequesterwithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)User ID of the hiring team member.
-
-
-
Constructor Detail
-
AtsCreateBackgroundCheckOrderRequestDtoRequester
public AtsCreateBackgroundCheckOrderRequestDtoRequester(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)
-
AtsCreateBackgroundCheckOrderRequestDtoRequester
public AtsCreateBackgroundCheckOrderRequestDtoRequester()
-
-
Method Detail
-
userId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId()
User ID of the hiring team member.
-
remoteUserId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId()
Provider's unique identifier of the user
-
firstName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName()
First name of the hiring team member.
-
lastName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName()
Last name of the hiring team member.
-
email
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
Email of the hiring team member.
-
role
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role()
Role of the hiring team member.
-
builder
public static AtsCreateBackgroundCheckOrderRequestDtoRequester.Builder builder()
-
withUserId
public AtsCreateBackgroundCheckOrderRequestDtoRequester withUserId(java.lang.String userId)
User ID of the hiring team member.
-
withUserId
public AtsCreateBackgroundCheckOrderRequestDtoRequester withUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
User ID of the hiring team member.
-
withRemoteUserId
public AtsCreateBackgroundCheckOrderRequestDtoRequester withRemoteUserId(java.lang.String remoteUserId)
Provider's unique identifier of the user
-
withRemoteUserId
public AtsCreateBackgroundCheckOrderRequestDtoRequester withRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
Provider's unique identifier of the user
-
withFirstName
public AtsCreateBackgroundCheckOrderRequestDtoRequester withFirstName(java.lang.String firstName)
First name of the hiring team member.
-
withFirstName
public AtsCreateBackgroundCheckOrderRequestDtoRequester withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
First name of the hiring team member.
-
withLastName
public AtsCreateBackgroundCheckOrderRequestDtoRequester withLastName(java.lang.String lastName)
Last name of the hiring team member.
-
withLastName
public AtsCreateBackgroundCheckOrderRequestDtoRequester withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
Last name of the hiring team member.
-
withEmail
public AtsCreateBackgroundCheckOrderRequestDtoRequester withEmail(java.lang.String email)
Email of the hiring team member.
-
withEmail
public AtsCreateBackgroundCheckOrderRequestDtoRequester withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
Email of the hiring team member.
-
withRole
public AtsCreateBackgroundCheckOrderRequestDtoRequester withRole(java.lang.String role)
Role of the hiring team member.
-
withRole
public AtsCreateBackgroundCheckOrderRequestDtoRequester withRole(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)
Role of the hiring team member.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-