Class HrisListEmployeeTimeOffBalancesQueryParamFilter


  • public class HrisListEmployeeTimeOffBalancesQueryParamFilter
    extends java.lang.Object
    HrisListEmployeeTimeOffBalancesQueryParamFilter

    HRIS Time Off Balance filters

    • Constructor Detail

      • HrisListEmployeeTimeOffBalancesQueryParamFilter

        public HrisListEmployeeTimeOffBalancesQueryParamFilter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter,
                                                               org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)
      • HrisListEmployeeTimeOffBalancesQueryParamFilter

        public HrisListEmployeeTimeOffBalancesQueryParamFilter()
    • Method Detail

      • updatedAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter()
        Use a string with a date to only select results updated after that given date
      • policyIds

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> policyIds()
        List of policy ids to filter time off balances by.
      • withUpdatedAfter

        public HrisListEmployeeTimeOffBalancesQueryParamFilter withUpdatedAfter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withPolicyIds

        public HrisListEmployeeTimeOffBalancesQueryParamFilter withPolicyIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)
        List of policy ids to filter time off balances by.
      • 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