Class ScheduledInterview
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ScheduledInterview
-
public class ScheduledInterview extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScheduledInterview.Builder
-
Constructor Summary
Constructors Constructor Description ScheduledInterview()ScheduledInterview(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteApplicationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteInterviewStageId, org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewInterviewStage> interviewStage, org.openapitools.jackson.nullable.JsonNullable<? extends InterviewStatus> interviewStatus, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> interviewerIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteInterviewerIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewPart>> interviewParts, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Interviewer>> interviewers, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> meetingUrl, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>applicationId()static ScheduledInterview.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Interview created dateorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>endAt()Interview end datebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>interviewerIds()org.openapitools.jackson.nullable.JsonNullable<java.util.List<Interviewer>>interviewers()org.openapitools.jackson.nullable.JsonNullable<java.util.List<InterviewPart>>interviewParts()org.openapitools.jackson.nullable.JsonNullable<ScheduledInterviewInterviewStage>interviewStage()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>interviewStageId()org.openapitools.jackson.nullable.JsonNullable<InterviewStatus>interviewStatus()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>meetingUrl()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteApplicationId()Provider's unique identifier of the applicationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteInterviewerIds()Provider's unique identifiers of the interviewersorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteInterviewStageId()Provider's unique identifier of the interview stageorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startAt()Interview start datejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Interview updated dateScheduledInterviewwithApplicationId(java.lang.String applicationId)ScheduledInterviewwithApplicationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId)ScheduledInterviewwithCreatedAt(java.time.OffsetDateTime createdAt)Interview created dateScheduledInterviewwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Interview created dateScheduledInterviewwithEndAt(java.time.OffsetDateTime endAt)Interview end dateScheduledInterviewwithEndAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endAt)Interview end dateScheduledInterviewwithId(java.lang.String id)Unique identifierScheduledInterviewwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierScheduledInterviewwithInterviewerIds(java.util.List<java.lang.String> interviewerIds)ScheduledInterviewwithInterviewerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> interviewerIds)ScheduledInterviewwithInterviewers(java.util.List<Interviewer> interviewers)ScheduledInterviewwithInterviewers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Interviewer>> interviewers)ScheduledInterviewwithInterviewParts(java.util.List<InterviewPart> interviewParts)ScheduledInterviewwithInterviewParts(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewPart>> interviewParts)ScheduledInterviewwithInterviewStage(ScheduledInterviewInterviewStage interviewStage)ScheduledInterviewwithInterviewStage(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewInterviewStage> interviewStage)ScheduledInterviewwithInterviewStageId(java.lang.String interviewStageId)ScheduledInterviewwithInterviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)ScheduledInterviewwithInterviewStatus(InterviewStatus interviewStatus)ScheduledInterviewwithInterviewStatus(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewStatus> interviewStatus)ScheduledInterviewwithMeetingUrl(java.lang.String meetingUrl)ScheduledInterviewwithMeetingUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> meetingUrl)ScheduledInterviewwithRemoteApplicationId(java.lang.String remoteApplicationId)Provider's unique identifier of the applicationScheduledInterviewwithRemoteApplicationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteApplicationId)Provider's unique identifier of the applicationScheduledInterviewwithRemoteId(java.lang.String remoteId)Provider's unique identifierScheduledInterviewwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierScheduledInterviewwithRemoteInterviewerIds(java.util.List<java.lang.String> remoteInterviewerIds)Provider's unique identifiers of the interviewersScheduledInterviewwithRemoteInterviewerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteInterviewerIds)Provider's unique identifiers of the interviewersScheduledInterviewwithRemoteInterviewStageId(java.lang.String remoteInterviewStageId)Provider's unique identifier of the interview stageScheduledInterviewwithRemoteInterviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteInterviewStageId)Provider's unique identifier of the interview stageScheduledInterviewwithStartAt(java.time.OffsetDateTime startAt)Interview start dateScheduledInterviewwithStartAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startAt)Interview start dateScheduledInterviewwithUpdatedAt(java.time.OffsetDateTime updatedAt)Interview updated dateScheduledInterviewwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Interview updated date
-
-
-
Constructor Detail
-
ScheduledInterview
public ScheduledInterview(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteApplicationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteInterviewStageId, org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewInterviewStage> interviewStage, org.openapitools.jackson.nullable.JsonNullable<? extends InterviewStatus> interviewStatus, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> interviewerIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteInterviewerIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewPart>> interviewParts, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Interviewer>> interviewers, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> meetingUrl, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
ScheduledInterview
public ScheduledInterview()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
applicationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId()
-
remoteApplicationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteApplicationId()
Provider's unique identifier of the application
-
interviewStageId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId()
-
remoteInterviewStageId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteInterviewStageId()
Provider's unique identifier of the interview stage
-
interviewStage
public org.openapitools.jackson.nullable.JsonNullable<ScheduledInterviewInterviewStage> interviewStage()
-
interviewStatus
public org.openapitools.jackson.nullable.JsonNullable<InterviewStatus> interviewStatus()
-
interviewerIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> interviewerIds()
-
remoteInterviewerIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteInterviewerIds()
Provider's unique identifiers of the interviewers
-
interviewParts
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<InterviewPart>> interviewParts()
-
interviewers
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Interviewer>> interviewers()
-
startAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startAt()
Interview start date
-
endAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endAt()
Interview end date
-
meetingUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> meetingUrl()
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
Interview created date
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
Interview updated date
-
builder
public static ScheduledInterview.Builder builder()
-
withId
public ScheduledInterview withId(java.lang.String id)
Unique identifier
-
withId
public ScheduledInterview withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public ScheduledInterview withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public ScheduledInterview withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withApplicationId
public ScheduledInterview withApplicationId(java.lang.String applicationId)
-
withApplicationId
public ScheduledInterview withApplicationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId)
-
withRemoteApplicationId
public ScheduledInterview withRemoteApplicationId(java.lang.String remoteApplicationId)
Provider's unique identifier of the application
-
withRemoteApplicationId
public ScheduledInterview withRemoteApplicationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteApplicationId)
Provider's unique identifier of the application
-
withInterviewStageId
public ScheduledInterview withInterviewStageId(java.lang.String interviewStageId)
-
withInterviewStageId
public ScheduledInterview withInterviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)
-
withRemoteInterviewStageId
public ScheduledInterview withRemoteInterviewStageId(java.lang.String remoteInterviewStageId)
Provider's unique identifier of the interview stage
-
withRemoteInterviewStageId
public ScheduledInterview withRemoteInterviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteInterviewStageId)
Provider's unique identifier of the interview stage
-
withInterviewStage
public ScheduledInterview withInterviewStage(ScheduledInterviewInterviewStage interviewStage)
-
withInterviewStage
public ScheduledInterview withInterviewStage(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewInterviewStage> interviewStage)
-
withInterviewStatus
public ScheduledInterview withInterviewStatus(InterviewStatus interviewStatus)
-
withInterviewStatus
public ScheduledInterview withInterviewStatus(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewStatus> interviewStatus)
-
withInterviewerIds
public ScheduledInterview withInterviewerIds(java.util.List<java.lang.String> interviewerIds)
-
withInterviewerIds
public ScheduledInterview withInterviewerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> interviewerIds)
-
withRemoteInterviewerIds
public ScheduledInterview withRemoteInterviewerIds(java.util.List<java.lang.String> remoteInterviewerIds)
Provider's unique identifiers of the interviewers
-
withRemoteInterviewerIds
public ScheduledInterview withRemoteInterviewerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteInterviewerIds)
Provider's unique identifiers of the interviewers
-
withInterviewParts
public ScheduledInterview withInterviewParts(java.util.List<InterviewPart> interviewParts)
-
withInterviewParts
public ScheduledInterview withInterviewParts(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewPart>> interviewParts)
-
withInterviewers
public ScheduledInterview withInterviewers(java.util.List<Interviewer> interviewers)
-
withInterviewers
public ScheduledInterview withInterviewers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Interviewer>> interviewers)
-
withStartAt
public ScheduledInterview withStartAt(java.time.OffsetDateTime startAt)
Interview start date
-
withStartAt
public ScheduledInterview withStartAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startAt)
Interview start date
-
withEndAt
public ScheduledInterview withEndAt(java.time.OffsetDateTime endAt)
Interview end date
-
withEndAt
public ScheduledInterview withEndAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endAt)
Interview end date
-
withMeetingUrl
public ScheduledInterview withMeetingUrl(java.lang.String meetingUrl)
-
withMeetingUrl
public ScheduledInterview withMeetingUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> meetingUrl)
-
withCreatedAt
public ScheduledInterview withCreatedAt(java.time.OffsetDateTime createdAt)
Interview created date
-
withCreatedAt
public ScheduledInterview withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Interview created date
-
withUpdatedAt
public ScheduledInterview withUpdatedAt(java.time.OffsetDateTime updatedAt)
Interview updated date
-
withUpdatedAt
public ScheduledInterview withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Interview updated date
-
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
-
-