Class AtsJobHiringTeam


  • public class AtsJobHiringTeam
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AtsJobHiringTeam()  
      AtsJobHiringTeam​(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 AtsJobHiringTeam.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
      Email of the hiring team member.
      boolean equals​(java.lang.Object o)  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName()
      First name of the hiring team member.
      int hashCode()  
      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 user
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role()
      Role of the hiring team member.
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId()
      User ID of the hiring team member.
      AtsJobHiringTeam withEmail​(java.lang.String email)
      Email of the hiring team member.
      AtsJobHiringTeam withEmail​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
      Email of the hiring team member.
      AtsJobHiringTeam withFirstName​(java.lang.String firstName)
      First name of the hiring team member.
      AtsJobHiringTeam withFirstName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
      First name of the hiring team member.
      AtsJobHiringTeam withLastName​(java.lang.String lastName)
      Last name of the hiring team member.
      AtsJobHiringTeam withLastName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
      Last name of the hiring team member.
      AtsJobHiringTeam withRemoteUserId​(java.lang.String remoteUserId)
      Provider's unique identifier of the user
      AtsJobHiringTeam withRemoteUserId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
      Provider's unique identifier of the user
      AtsJobHiringTeam withRole​(java.lang.String role)
      Role of the hiring team member.
      AtsJobHiringTeam withRole​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> role)
      Role of the hiring team member.
      AtsJobHiringTeam withUserId​(java.lang.String userId)
      User ID of the hiring team member.
      AtsJobHiringTeam withUserId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
      User ID of the hiring team member.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AtsJobHiringTeam

        public AtsJobHiringTeam​(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)
      • AtsJobHiringTeam

        public AtsJobHiringTeam()
    • 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 AtsJobHiringTeam withUserId​(java.lang.String userId)
        User ID of the hiring team member.
      • withUserId

        public AtsJobHiringTeam withUserId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
        User ID of the hiring team member.
      • withRemoteUserId

        public AtsJobHiringTeam withRemoteUserId​(java.lang.String remoteUserId)
        Provider's unique identifier of the user
      • withRemoteUserId

        public AtsJobHiringTeam withRemoteUserId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
        Provider's unique identifier of the user
      • withFirstName

        public AtsJobHiringTeam withFirstName​(java.lang.String firstName)
        First name of the hiring team member.
      • withFirstName

        public AtsJobHiringTeam withFirstName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
        First name of the hiring team member.
      • withLastName

        public AtsJobHiringTeam withLastName​(java.lang.String lastName)
        Last name of the hiring team member.
      • withLastName

        public AtsJobHiringTeam withLastName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
        Last name of the hiring team member.
      • withEmail

        public AtsJobHiringTeam withEmail​(java.lang.String email)
        Email of the hiring team member.
      • withEmail

        public AtsJobHiringTeam withEmail​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
        Email of the hiring team member.
      • withRole

        public AtsJobHiringTeam withRole​(java.lang.String role)
        Role of the hiring team member.
      • withRole

        public AtsJobHiringTeam 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