Class BalanceUnit


  • public class BalanceUnit
    extends java.lang.Object
    BalanceUnit

    The duration unit of the current balance

    • Constructor Detail

      • BalanceUnit

        public BalanceUnit()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<TimeOffBalancesValue> value()
        The unified value for the duration unit. If the provider does not specify this unit, the value will be set to unknown
      • withValue

        public BalanceUnit withValue​(TimeOffBalancesValue value)
        The unified value for the duration unit. If the provider does not specify this unit, the value will be set to unknown
      • withValue

        public BalanceUnit withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffBalancesValue> value)
        The unified value for the duration unit. If the provider does not specify this unit, the value will be set to unknown
      • 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