Class BackgroundCheckOrderRequester
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckOrderRequester
-
public class BackgroundCheckOrderRequester extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundCheckOrderRequester.Builder
-
Constructor Summary
Constructors Constructor Description BackgroundCheckOrderRequester()BackgroundCheckOrderRequester(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 BackgroundCheckOrderRequester.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.BackgroundCheckOrderRequesterwithEmail(java.lang.String email)Email of the hiring team member.BackgroundCheckOrderRequesterwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)Email of the hiring team member.BackgroundCheckOrderRequesterwithFirstName(java.lang.String firstName)First name of the hiring team member.BackgroundCheckOrderRequesterwithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)First name of the hiring team member.BackgroundCheckOrderRequesterwithLastName(java.lang.String lastName)Last name of the hiring team member.BackgroundCheckOrderRequesterwithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)Last name of the hiring team member.BackgroundCheckOrderRequesterwithRemoteUserId(java.lang.String remoteUserId)Provider's unique identifier of the userBackgroundCheckOrderRequesterwithRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)Provider's unique identifier of the userBackgroundCheckOrderRequesterwithRole(java.lang.String role)Role of the hiring team member.BackgroundCheckOrderRequesterwithRole(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)Role of the hiring team member.BackgroundCheckOrderRequesterwithUserId(java.lang.String userId)User ID of the hiring team member.BackgroundCheckOrderRequesterwithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)User ID of the hiring team member.
-
-
-
Constructor Detail
-
BackgroundCheckOrderRequester
public BackgroundCheckOrderRequester(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)
-
BackgroundCheckOrderRequester
public BackgroundCheckOrderRequester()
-
-
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 final BackgroundCheckOrderRequester.Builder builder()
-
withUserId
public BackgroundCheckOrderRequester withUserId(java.lang.String userId)
User ID of the hiring team member.
-
withUserId
public BackgroundCheckOrderRequester withUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
User ID of the hiring team member.
-
withRemoteUserId
public BackgroundCheckOrderRequester withRemoteUserId(java.lang.String remoteUserId)
Provider's unique identifier of the user
-
withRemoteUserId
public BackgroundCheckOrderRequester withRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
Provider's unique identifier of the user
-
withFirstName
public BackgroundCheckOrderRequester withFirstName(java.lang.String firstName)
First name of the hiring team member.
-
withFirstName
public BackgroundCheckOrderRequester withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
First name of the hiring team member.
-
withLastName
public BackgroundCheckOrderRequester withLastName(java.lang.String lastName)
Last name of the hiring team member.
-
withLastName
public BackgroundCheckOrderRequester withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
Last name of the hiring team member.
-
withEmail
public BackgroundCheckOrderRequester withEmail(java.lang.String email)
Email of the hiring team member.
-
withEmail
public BackgroundCheckOrderRequester withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
Email of the hiring team member.
-
withRole
public BackgroundCheckOrderRequester withRole(java.lang.String role)
Role of the hiring team member.
-
withRole
public BackgroundCheckOrderRequester 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
-
-