Class ApplicationChangesDataModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationChangesDataModel
-
public class ApplicationChangesDataModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationChangesDataModel.Builder
-
Constructor Summary
Constructors Constructor Description ApplicationChangesDataModel()ApplicationChangesDataModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> rejectedReasonIds, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelApplicationStatus> applicationStatus)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesDataModelApplicationStatus>applicationStatus()static ApplicationChangesDataModel.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()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.org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>rejectedReasonIds()Unique identifiers of the rejection reasonsjava.lang.StringtoString()ApplicationChangesDataModelwithApplicationStatus(ApplicationChangesDataModelApplicationStatus applicationStatus)ApplicationChangesDataModelwithApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelApplicationStatus> applicationStatus)ApplicationChangesDataModelwithInterviewStageId(java.lang.String interviewStageId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ApplicationChangesDataModelwithInterviewStageId(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.ApplicationChangesDataModelwithRejectedReasonIds(java.util.List<java.lang.String> rejectedReasonIds)Unique identifiers of the rejection reasonsApplicationChangesDataModelwithRejectedReasonIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> rejectedReasonIds)Unique identifiers of the rejection reasons
-
-
-
Constructor Detail
-
ApplicationChangesDataModel
public ApplicationChangesDataModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> rejectedReasonIds, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelApplicationStatus> applicationStatus)
-
ApplicationChangesDataModel
public ApplicationChangesDataModel()
-
-
Method Detail
-
interviewStageId
@Deprecated public 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 org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> rejectedReasonIds()
Unique identifiers of the rejection reasons
-
applicationStatus
public org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesDataModelApplicationStatus> applicationStatus()
-
builder
public static ApplicationChangesDataModel.Builder builder()
-
withInterviewStageId
@Deprecated public ApplicationChangesDataModel withInterviewStageId(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
-
withInterviewStageId
@Deprecated public ApplicationChangesDataModel withInterviewStageId(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
-
withRejectedReasonIds
public ApplicationChangesDataModel withRejectedReasonIds(java.util.List<java.lang.String> rejectedReasonIds)
Unique identifiers of the rejection reasons
-
withRejectedReasonIds
public ApplicationChangesDataModel withRejectedReasonIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> rejectedReasonIds)
Unique identifiers of the rejection reasons
-
withApplicationStatus
public ApplicationChangesDataModel withApplicationStatus(ApplicationChangesDataModelApplicationStatus applicationStatus)
-
withApplicationStatus
public ApplicationChangesDataModel withApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelApplicationStatus> applicationStatus)
-
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
-
-