Class ScheduledInterviewSourceValue


  • public class ScheduledInterviewSourceValue
    extends java.lang.Object
    ScheduledInterviewSourceValue

    The source value of the interview status.

    • Method Detail

      • value

        public java.lang.Object value()
        Returns an instance of one of these types:
        • java.lang.String
        • double
        • boolean
        • com.stackone.stackone_client_java.models.components.ScheduledInterviewSourceValue4
        • java.util.List<java.lang.Object>

        Use instanceof to determine what type is returned. For example:

         if (obj.value() instanceof String) {
             String answer = (String) obj.value();
             System.out.println("answer=" + answer);
         }
         
        Returns:
        value of oneOf 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