Class InterviewPartType


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

      • InterviewPartType

        public InterviewPartType​(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewPartValue> value,
                                 org.openapitools.jackson.nullable.JsonNullable<? extends InterviewPartSourceValue> sourceValue)
      • InterviewPartType

        public InterviewPartType()
    • Method Detail

      • value

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

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