Class Interviewer.Builder

  • Enclosing class:
    Interviewer

    public static final class Interviewer.Builder
    extends java.lang.Object
    • Method Detail

      • id

        public Interviewer.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • remoteId

        public Interviewer.Builder remoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • remoteId

        public Interviewer.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • firstName

        public Interviewer.Builder firstName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
      • lastName

        public Interviewer.Builder lastName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
      • name

        public Interviewer.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      • email

        public Interviewer.Builder email​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)