Class ApplicationChangesDataModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationChangesDataModel.Builder
-
- Enclosing class:
- ApplicationChangesDataModel
public static final class ApplicationChangesDataModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApplicationChangesDataModel.BuilderapplicationStatus(ApplicationChangesDataModelApplicationStatus applicationStatus)ApplicationChangesDataModel.BuilderapplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelApplicationStatus> applicationStatus)ApplicationChangesDataModelbuild()ApplicationChangesDataModel.BuilderinterviewStageId(java.lang.String interviewStageId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ApplicationChangesDataModel.BuilderinterviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ApplicationChangesDataModel.BuilderrejectedReasonIds(java.util.List<java.lang.String> rejectedReasonIds)Unique identifiers of the rejection reasonsApplicationChangesDataModel.BuilderrejectedReasonIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> rejectedReasonIds)Unique identifiers of the rejection reasons
-
-
-
Method Detail
-
interviewStageId
@Deprecated public ApplicationChangesDataModel.Builder interviewStageId(java.lang.String interviewStageId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Unique identifier of the interview stage
-
interviewStageId
@Deprecated public ApplicationChangesDataModel.Builder interviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Unique identifier of the interview stage
-
rejectedReasonIds
public ApplicationChangesDataModel.Builder rejectedReasonIds(java.util.List<java.lang.String> rejectedReasonIds)
Unique identifiers of the rejection reasons
-
rejectedReasonIds
public ApplicationChangesDataModel.Builder rejectedReasonIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> rejectedReasonIds)
Unique identifiers of the rejection reasons
-
applicationStatus
public ApplicationChangesDataModel.Builder applicationStatus(ApplicationChangesDataModelApplicationStatus applicationStatus)
-
applicationStatus
public ApplicationChangesDataModel.Builder applicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelApplicationStatus> applicationStatus)
-
build
public ApplicationChangesDataModel build()
-
-