Class HrisListEmployeeShiftsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeShiftsQueryParamFilter
-
public class HrisListEmployeeShiftsQueryParamFilter extends java.lang.ObjectHrisListEmployeeShiftsQueryParamFilterHRIS Shifts filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisListEmployeeShiftsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description HrisListEmployeeShiftsQueryParamFilter()HrisListEmployeeShiftsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends Status> status, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListEmployeeShiftsQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>endsBefore()Filter shifts that end before this datebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startsAfter()Filter shifts that start after this dateorg.openapitools.jackson.nullable.JsonNullable<Status>status()Filter to select shifts by statusjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAfter()Use a string with a date to only select results updated after that given dateHrisListEmployeeShiftsQueryParamFilterwithEndsBefore(java.time.OffsetDateTime endsBefore)Filter shifts that end before this dateHrisListEmployeeShiftsQueryParamFilterwithEndsBefore(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)Filter shifts that end before this dateHrisListEmployeeShiftsQueryParamFilterwithStartsAfter(java.time.OffsetDateTime startsAfter)Filter shifts that start after this dateHrisListEmployeeShiftsQueryParamFilterwithStartsAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter)Filter shifts that start after this dateHrisListEmployeeShiftsQueryParamFilterwithStatus(Status status)Filter to select shifts by statusHrisListEmployeeShiftsQueryParamFilterwithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)Filter to select shifts by statusHrisListEmployeeShiftsQueryParamFilterwithUpdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateHrisListEmployeeShiftsQueryParamFilterwithUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Constructor Detail
-
HrisListEmployeeShiftsQueryParamFilter
public HrisListEmployeeShiftsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends Status> status, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)
-
HrisListEmployeeShiftsQueryParamFilter
public HrisListEmployeeShiftsQueryParamFilter()
-
-
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
-
status
public org.openapitools.jackson.nullable.JsonNullable<Status> 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
-
builder
public static HrisListEmployeeShiftsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListEmployeeShiftsQueryParamFilter withUpdatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public HrisListEmployeeShiftsQueryParamFilter 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
-
withStatus
public HrisListEmployeeShiftsQueryParamFilter withStatus(Status status)
Filter to select shifts by status
-
withStatus
public HrisListEmployeeShiftsQueryParamFilter withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)
Filter to select shifts by status
-
withStartsAfter
public HrisListEmployeeShiftsQueryParamFilter withStartsAfter(java.time.OffsetDateTime startsAfter)
Filter shifts that start after this date
-
withStartsAfter
public HrisListEmployeeShiftsQueryParamFilter withStartsAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter)
Filter shifts that start after this date
-
withEndsBefore
public HrisListEmployeeShiftsQueryParamFilter withEndsBefore(java.time.OffsetDateTime endsBefore)
Filter shifts that end before this date
-
withEndsBefore
public HrisListEmployeeShiftsQueryParamFilter 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-