Class HrisListEmployeeShiftsQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeShiftsQueryParamFilter.Builder
-
- Enclosing class:
- HrisListEmployeeShiftsQueryParamFilter
public static final class HrisListEmployeeShiftsQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListEmployeeShiftsQueryParamFilterbuild()HrisListEmployeeShiftsQueryParamFilter.BuilderendsBefore(java.lang.String endsBefore)Filter shifts that end before this dateHrisListEmployeeShiftsQueryParamFilter.BuilderendsBefore(java.util.Optional<java.lang.String> endsBefore)Filter shifts that end before this dateHrisListEmployeeShiftsQueryParamFilter.BuilderstartsAfter(java.lang.String startsAfter)Filter shifts that start after this dateHrisListEmployeeShiftsQueryParamFilter.BuilderstartsAfter(java.util.Optional<java.lang.String> startsAfter)Filter shifts that start after this dateHrisListEmployeeShiftsQueryParamFilter.Builderstatus(Status status)Filter to select shifts by statusHrisListEmployeeShiftsQueryParamFilter.Builderstatus(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)Filter to select shifts by statusHrisListEmployeeShiftsQueryParamFilter.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateHrisListEmployeeShiftsQueryParamFilter.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Method Detail
-
updatedAfter
public HrisListEmployeeShiftsQueryParamFilter.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public HrisListEmployeeShiftsQueryParamFilter.Builder updatedAfter(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 HrisListEmployeeShiftsQueryParamFilter.Builder status(Status status)
Filter to select shifts by status
-
status
public HrisListEmployeeShiftsQueryParamFilter.Builder status(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)
Filter to select shifts by status
-
startsAfter
public HrisListEmployeeShiftsQueryParamFilter.Builder startsAfter(java.lang.String startsAfter)
Filter shifts that start after this date
-
startsAfter
public HrisListEmployeeShiftsQueryParamFilter.Builder startsAfter(java.util.Optional<java.lang.String> startsAfter)
Filter shifts that start after this date
-
endsBefore
public HrisListEmployeeShiftsQueryParamFilter.Builder endsBefore(java.lang.String endsBefore)
Filter shifts that end before this date
-
endsBefore
public HrisListEmployeeShiftsQueryParamFilter.Builder endsBefore(java.util.Optional<java.lang.String> endsBefore)
Filter shifts that end before this date
-
build
public HrisListEmployeeShiftsQueryParamFilter build()
-
-