Class HrisListTimeOffRequestsQueryParamFilter


  • public class HrisListTimeOffRequestsQueryParamFilter
    extends java.lang.Object
    HrisListTimeOffRequestsQueryParamFilter

    HRIS Time Off filters

    • Constructor Detail

      • HrisListTimeOffRequestsQueryParamFilter

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

        public HrisListTimeOffRequestsQueryParamFilter()
    • 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
      • typeIds

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

        public HrisListTimeOffRequestsQueryParamFilter withUpdatedAfter​(java.time.OffsetDateTime updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withUpdatedAfter

        public HrisListTimeOffRequestsQueryParamFilter 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
      • withTypeIds

        public HrisListTimeOffRequestsQueryParamFilter withTypeIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)
        List of time off type ids to filter 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