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