Class TimeOffStatus


  • public class TimeOffStatus
    extends java.lang.Object
    TimeOffStatus

    The status of the time off request

    • Constructor Detail

      • TimeOffStatus

        public TimeOffStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffValue> value,
                             org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffSourceValue> sourceValue)
      • TimeOffStatus

        public TimeOffStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<TimeOffValue> value()
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<TimeOffSourceValue> sourceValue()
      • withValue

        public TimeOffStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffValue> value)
      • 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