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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListTimeOffRequestsQueryParamFilter.Builderbuilder()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.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 dateHrisListTimeOffRequestsQueryParamFilterwithPolicyIds(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.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)
-
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.
-
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.
-
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
-
-