Class InterviewInterviewStatus


  • public class InterviewInterviewStatus
    extends java.lang.Object
    • Constructor Detail

      • InterviewInterviewStatus

        public InterviewInterviewStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewValue> value,
                                        org.openapitools.jackson.nullable.JsonNullable<? extends InterviewSourceValue> sourceValue)
      • InterviewInterviewStatus

        public InterviewInterviewStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<InterviewValue> value()
        The status of the interview.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<InterviewSourceValue> sourceValue()
        The source value of the interview status.
      • 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