Class Requester
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Requester
-
public class Requester extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequester.Builder
-
Constructor Summary
Constructors Constructor Description Requester()Requester(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 Requester.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.RequesterwithEmail(java.lang.String email)Email of the hiring team member.RequesterwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)Email of the hiring team member.RequesterwithFirstName(java.lang.String firstName)First name of the hiring team member.RequesterwithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)First name of the hiring team member.RequesterwithLastName(java.lang.String lastName)Last name of the hiring team member.RequesterwithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)Last name of the hiring team member.RequesterwithRemoteUserId(java.lang.String remoteUserId)Provider's unique identifier of the userRequesterwithRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)Provider's unique identifier of the userRequesterwithRole(java.lang.String role)Role of the hiring team member.RequesterwithRole(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)Role of the hiring team member.RequesterwithUserId(java.lang.String userId)User ID of the hiring team member.RequesterwithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)User ID of the hiring team member.
-
-
-
Constructor Detail
-
Requester
public Requester(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)
-
Requester
public Requester()
-
-
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 Requester.Builder builder()
-
withUserId
public Requester withUserId(java.lang.String userId)
User ID of the hiring team member.
-
withUserId
public Requester withUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
User ID of the hiring team member.
-
withRemoteUserId
public Requester withRemoteUserId(java.lang.String remoteUserId)
Provider's unique identifier of the user
-
withRemoteUserId
public Requester withRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
Provider's unique identifier of the user
-
withFirstName
public Requester withFirstName(java.lang.String firstName)
First name of the hiring team member.
-
withFirstName
public Requester withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
First name of the hiring team member.
-
withLastName
public Requester withLastName(java.lang.String lastName)
Last name of the hiring team member.
-
withLastName
public Requester withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
Last name of the hiring team member.
-
withEmail
public Requester withEmail(java.lang.String email)
Email of the hiring team member.
-
withEmail
public Requester withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
Email of the hiring team member.
-
withRole
public Requester withRole(java.lang.String role)
Role of the hiring team member.
-
withRole
public Requester 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
-
-