Class AssessmentOrderRequester
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AssessmentOrderRequester
-
public class AssessmentOrderRequester extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssessmentOrderRequester.Builder
-
Constructor Summary
Constructors Constructor Description AssessmentOrderRequester()AssessmentOrderRequester(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 AssessmentOrderRequester.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.AssessmentOrderRequesterwithEmail(java.lang.String email)Email of the hiring team member.AssessmentOrderRequesterwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)Email of the hiring team member.AssessmentOrderRequesterwithFirstName(java.lang.String firstName)First name of the hiring team member.AssessmentOrderRequesterwithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)First name of the hiring team member.AssessmentOrderRequesterwithLastName(java.lang.String lastName)Last name of the hiring team member.AssessmentOrderRequesterwithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)Last name of the hiring team member.AssessmentOrderRequesterwithRemoteUserId(java.lang.String remoteUserId)Provider's unique identifier of the userAssessmentOrderRequesterwithRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)Provider's unique identifier of the userAssessmentOrderRequesterwithRole(java.lang.String role)Role of the hiring team member.AssessmentOrderRequesterwithRole(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)Role of the hiring team member.AssessmentOrderRequesterwithUserId(java.lang.String userId)User ID of the hiring team member.AssessmentOrderRequesterwithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)User ID of the hiring team member.
-
-
-
Constructor Detail
-
AssessmentOrderRequester
public AssessmentOrderRequester(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)
-
AssessmentOrderRequester
public AssessmentOrderRequester()
-
-
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 AssessmentOrderRequester.Builder builder()
-
withUserId
public AssessmentOrderRequester withUserId(java.lang.String userId)
User ID of the hiring team member.
-
withUserId
public AssessmentOrderRequester withUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
User ID of the hiring team member.
-
withRemoteUserId
public AssessmentOrderRequester withRemoteUserId(java.lang.String remoteUserId)
Provider's unique identifier of the user
-
withRemoteUserId
public AssessmentOrderRequester withRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
Provider's unique identifier of the user
-
withFirstName
public AssessmentOrderRequester withFirstName(java.lang.String firstName)
First name of the hiring team member.
-
withFirstName
public AssessmentOrderRequester withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
First name of the hiring team member.
-
withLastName
public AssessmentOrderRequester withLastName(java.lang.String lastName)
Last name of the hiring team member.
-
withLastName
public AssessmentOrderRequester withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
Last name of the hiring team member.
-
withEmail
public AssessmentOrderRequester withEmail(java.lang.String email)
Email of the hiring team member.
-
withEmail
public AssessmentOrderRequester withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
Email of the hiring team member.
-
withRole
public AssessmentOrderRequester withRole(java.lang.String role)
Role of the hiring team member.
-
withRole
public AssessmentOrderRequester 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
-
-