Class ApplicationChangesDataModel


  • public class ApplicationChangesDataModel
    extends java.lang.Object
    • 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
      • 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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object