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.BuilderemployeeId(java.lang.String employeeId)Filter to select shifts by employee IDHrisListShiftsQueryParamFilter.BuilderemployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)Filter to select shifts by employee IDHrisListShiftsQueryParamFilter.BuilderendsBefore(java.time.OffsetDateTime endsBefore)Filter shifts that end before this dateHrisListShiftsQueryParamFilter.BuilderendsBefore(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)Filter shifts that end before this dateHrisListShiftsQueryParamFilter.BuilderstartsAfter(java.time.OffsetDateTime startsAfter)Filter shifts that start after this dateHrisListShiftsQueryParamFilter.BuilderstartsAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter)Filter shifts that start after this dateHrisListShiftsQueryParamFilter.Builderstatus(QueryParamStatus status)Filter to select shifts by statusHrisListShiftsQueryParamFilter.Builderstatus(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamStatus> 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
-
employeeId
public HrisListShiftsQueryParamFilter.Builder employeeId(java.lang.String employeeId)
Filter to select shifts by employee ID
-
employeeId
public HrisListShiftsQueryParamFilter.Builder employeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
Filter to select shifts by employee ID
-
status
public HrisListShiftsQueryParamFilter.Builder status(QueryParamStatus status)
Filter to select shifts by status
-
status
public HrisListShiftsQueryParamFilter.Builder status(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamStatus> status)
Filter to select shifts by status
-
startsAfter
public HrisListShiftsQueryParamFilter.Builder startsAfter(java.time.OffsetDateTime startsAfter)
Filter shifts that start after this date
-
startsAfter
public HrisListShiftsQueryParamFilter.Builder startsAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter)
Filter shifts that start after this date
-
endsBefore
public HrisListShiftsQueryParamFilter.Builder endsBefore(java.time.OffsetDateTime endsBefore)
Filter shifts that end before this date
-
endsBefore
public HrisListShiftsQueryParamFilter.Builder endsBefore(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)
Filter shifts that end before this date
-
build
public HrisListShiftsQueryParamFilter build()
-
-