Class AssessmentOrderRequester


  • public class AssessmentOrderRequester
    extends java.lang.Object
    • 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.
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
        Email 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object