Class TimeOffPoliciesType


  • public class TimeOffPoliciesType
    extends java.lang.Object
    TimeOffPoliciesType - The type of this policy
    • Constructor Detail

      • TimeOffPoliciesType

        public TimeOffPoliciesType​(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesValue> value,
                                   org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesSourceValue> sourceValue)
      • TimeOffPoliciesType

        public TimeOffPoliciesType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<TimeOffPoliciesValue> 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 TimeOffPoliciesType withValue​(TimeOffPoliciesValue 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 TimeOffPoliciesType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesValue> 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