Class HrisListShiftsQueryParamFilter


  • public class HrisListShiftsQueryParamFilter
    extends java.lang.Object
    HrisListShiftsQueryParamFilter

    HRIS Shifts filters

    • Constructor Detail

      • HrisListShiftsQueryParamFilter

        public HrisListShiftsQueryParamFilter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamStatus> status,
                                              org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter,
                                              org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)
      • HrisListShiftsQueryParamFilter

        public HrisListShiftsQueryParamFilter()
    • 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
      • employeeId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId()
        Filter to select shifts by employee ID
      • status

        public org.openapitools.jackson.nullable.JsonNullable<QueryParamStatus> status()
        Filter to select shifts by status
      • startsAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter()
        Filter shifts that start after this date
      • endsBefore

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore()
        Filter shifts that end before this date
      • withUpdatedAfter

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

        public HrisListShiftsQueryParamFilter 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
      • withEmployeeId

        public HrisListShiftsQueryParamFilter withEmployeeId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
        Filter to select shifts by employee ID
      • withStartsAfter

        public HrisListShiftsQueryParamFilter withStartsAfter​(java.time.OffsetDateTime startsAfter)
        Filter shifts that start after this date
      • withStartsAfter

        public HrisListShiftsQueryParamFilter withStartsAfter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter)
        Filter shifts that start after this date
      • withEndsBefore

        public HrisListShiftsQueryParamFilter withEndsBefore​(java.time.OffsetDateTime endsBefore)
        Filter shifts that end before this date
      • withEndsBefore

        public HrisListShiftsQueryParamFilter withEndsBefore​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)
        Filter shifts that end before this date
      • 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