Class HrisListShiftsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListShiftsQueryParamFilter
-
public class HrisListShiftsQueryParamFilter extends java.lang.ObjectHrisListShiftsQueryParamFilterHRIS Shifts filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisListShiftsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description HrisListShiftsQueryParamFilter()HrisListShiftsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListShiftsQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>employeeId()Filter to select shifts by employee IDorg.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<QueryParamStatus>status()Filter to select shifts by statusjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>updatedAfter()Use a string with a date to only select results updated after that given dateHrisListShiftsQueryParamFilterwithEmployeeId(java.lang.String employeeId)Filter to select shifts by employee IDHrisListShiftsQueryParamFilterwithEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)Filter to select shifts by employee IDHrisListShiftsQueryParamFilterwithEndsBefore(java.time.OffsetDateTime endsBefore)Filter shifts that end before this dateHrisListShiftsQueryParamFilterwithEndsBefore(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endsBefore)Filter shifts that end before this dateHrisListShiftsQueryParamFilterwithStartsAfter(java.time.OffsetDateTime startsAfter)Filter shifts that start after this dateHrisListShiftsQueryParamFilterwithStartsAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startsAfter)Filter shifts that start after this dateHrisListShiftsQueryParamFilterwithStatus(QueryParamStatus status)Filter to select shifts by statusHrisListShiftsQueryParamFilterwithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamStatus> status)Filter to select shifts by statusHrisListShiftsQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListShiftsQueryParamFilterwithUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Constructor Detail
-
HrisListShiftsQueryParamFilter
public HrisListShiftsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> 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.lang.String> 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
-
builder
public static HrisListShiftsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListShiftsQueryParamFilter withUpdatedAfter(java.lang.String 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.lang.String> updatedAfter)
Use a string with a date to only select results updated after that given date
-
withEmployeeId
public HrisListShiftsQueryParamFilter withEmployeeId(java.lang.String employeeId)
Filter to select shifts by employee ID
-
withEmployeeId
public HrisListShiftsQueryParamFilter withEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
Filter to select shifts by employee ID
-
withStatus
public HrisListShiftsQueryParamFilter withStatus(QueryParamStatus status)
Filter to select shifts by status
-
withStatus
public HrisListShiftsQueryParamFilter withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamStatus> status)
Filter to select shifts by status
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-