Class TimeOffPolicyType


  • public class TimeOffPolicyType
    extends java.lang.Object
    TimeOffPolicyType

    The type of this policy

    • Constructor Detail

      • TimeOffPolicyType

        public TimeOffPolicyType​(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPolicyValue> value,
                                 org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPolicySourceValue> sourceValue)
      • TimeOffPolicyType

        public TimeOffPolicyType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<TimeOffPolicyValue> value()
        The unified value for the type of the time off policy. If the provider does not specify this unit, the value will be set to unmapped_value
      • withValue

        public TimeOffPolicyType withValue​(TimeOffPolicyValue value)
        The unified value for the type of the time off policy. If the provider does not specify this unit, the value will be set to unmapped_value
      • withValue

        public TimeOffPolicyType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPolicyValue> value)
        The unified value for the type of the time off policy. If the provider does not specify this unit, the value will be set to unmapped_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