Class HrisListTimeOffRequestsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListTimeOffRequestsQueryParamFilter
-
public class HrisListTimeOffRequestsQueryParamFilter extends java.lang.ObjectHrisListTimeOffRequestsQueryParamFilterHRIS Time Off filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisListTimeOffRequestsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description HrisListTimeOffRequestsQueryParamFilter()HrisListTimeOffRequestsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListTimeOffRequestsQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>endDate()Filter to include time off requests that end on or before this date.booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>policyIds()List of time off policy ids to filter by.org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startDate()Filter to include time off requests that start on or after this date.java.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 dateHrisListTimeOffRequestsQueryParamFilterwithEndDate(java.time.OffsetDateTime endDate)Filter to include time off requests that end on or before this date.HrisListTimeOffRequestsQueryParamFilterwithEndDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)Filter to include time off requests that end on or before this date.HrisListTimeOffRequestsQueryParamFilterwithPolicyIds(java.util.List<java.lang.String> policyIds)List of time off policy ids to filter by.HrisListTimeOffRequestsQueryParamFilterwithPolicyIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)List of time off policy ids to filter by.HrisListTimeOffRequestsQueryParamFilterwithStartDate(java.time.OffsetDateTime startDate)Filter to include time off requests that start on or after this date.HrisListTimeOffRequestsQueryParamFilterwithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)Filter to include time off requests that start on or after this date.HrisListTimeOffRequestsQueryParamFilterwithUpdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateHrisListTimeOffRequestsQueryParamFilterwithUpdatedAfter(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
-
HrisListTimeOffRequestsQueryParamFilter
public HrisListTimeOffRequestsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
-
HrisListTimeOffRequestsQueryParamFilter
public HrisListTimeOffRequestsQueryParamFilter()
-
-
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
-
policyIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> policyIds()
List of time off policy ids to filter by.
-
startDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
Filter to include time off requests that start on or after this date.
-
endDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate()
Filter to include time off requests that end on or before this date.
-
builder
public static HrisListTimeOffRequestsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListTimeOffRequestsQueryParamFilter withUpdatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public HrisListTimeOffRequestsQueryParamFilter 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
-
withPolicyIds
public HrisListTimeOffRequestsQueryParamFilter withPolicyIds(java.util.List<java.lang.String> policyIds)
List of time off policy ids to filter by.
-
withPolicyIds
public HrisListTimeOffRequestsQueryParamFilter withPolicyIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)
List of time off policy ids to filter by.
-
withStartDate
public HrisListTimeOffRequestsQueryParamFilter withStartDate(java.time.OffsetDateTime startDate)
Filter to include time off requests that start on or after this date.
-
withStartDate
public HrisListTimeOffRequestsQueryParamFilter withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
Filter to include time off requests that start on or after this date.
-
withEndDate
public HrisListTimeOffRequestsQueryParamFilter withEndDate(java.time.OffsetDateTime endDate)
Filter to include time off requests that end on or before this date.
-
withEndDate
public HrisListTimeOffRequestsQueryParamFilter withEndDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
Filter to include time off requests that end on or 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
-
-