Class Interview.Builder

  • Enclosing class:
    Interview

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

      • id

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

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

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

        public Interview.Builder unifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • unifiedCustomFields

        public Interview.Builder unifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • applicationId

        public Interview.Builder applicationId​(java.lang.String applicationId)
      • applicationId

        public Interview.Builder applicationId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId)
      • remoteApplicationId

        public Interview.Builder remoteApplicationId​(java.lang.String remoteApplicationId)
        Provider's unique identifier of the application
      • remoteApplicationId

        public Interview.Builder remoteApplicationId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteApplicationId)
        Provider's unique identifier of the application
      • interviewStageId

        public Interview.Builder interviewStageId​(java.lang.String interviewStageId)
      • interviewStageId

        public Interview.Builder interviewStageId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)
      • remoteInterviewStageId

        public Interview.Builder remoteInterviewStageId​(java.lang.String remoteInterviewStageId)
        Provider's unique identifier of the interview stage
      • remoteInterviewStageId

        public Interview.Builder remoteInterviewStageId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteInterviewStageId)
        Provider's unique identifier of the interview stage
      • interviewerIds

        public Interview.Builder interviewerIds​(java.util.List<java.lang.String> interviewerIds)
      • interviewerIds

        public Interview.Builder interviewerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> interviewerIds)
      • remoteInterviewerIds

        public Interview.Builder remoteInterviewerIds​(java.util.List<java.lang.String> remoteInterviewerIds)
        Provider's unique identifiers of the interviewers
      • remoteInterviewerIds

        public Interview.Builder remoteInterviewerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteInterviewerIds)
        Provider's unique identifiers of the interviewers
      • interviewParts

        public Interview.Builder interviewParts​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewPart>> interviewParts)
      • interviewers

        public Interview.Builder interviewers​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Interviewer>> interviewers)
      • startAt

        public Interview.Builder startAt​(java.time.OffsetDateTime startAt)
        Interview start date
      • startAt

        public Interview.Builder startAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startAt)
        Interview start date
      • endAt

        public Interview.Builder endAt​(java.time.OffsetDateTime endAt)
        Interview end date
      • endAt

        public Interview.Builder endAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endAt)
        Interview end date
      • meetingUrl

        public Interview.Builder meetingUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> meetingUrl)
      • createdAt

        public Interview.Builder createdAt​(java.time.OffsetDateTime createdAt)
        Interview created date
      • createdAt

        public Interview.Builder createdAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        Interview created date
      • updatedAt

        public Interview.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
        Interview updated date
      • updatedAt

        public Interview.Builder updatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        Interview updated date