Class HrisListTimeOffRequestsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListTimeOffRequestsQueryParamFilter
-
public class HrisListTimeOffRequestsQueryParamFilter extends java.lang.ObjectHrisListTimeOffRequestsQueryParamFilter - HRIS 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.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListTimeOffRequestsQueryParamFilter.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>typeIds()List of time off type ids to filter by.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>updatedAfter()Use a string with a date to only select results updated after that given dateHrisListTimeOffRequestsQueryParamFilterwithTypeIds(java.util.List<java.lang.String> typeIds)List of time off type ids to filter by.HrisListTimeOffRequestsQueryParamFilterwithTypeIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)List of time off type ids to filter by.HrisListTimeOffRequestsQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListTimeOffRequestsQueryParamFilterwithUpdatedAfter(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
-
HrisListTimeOffRequestsQueryParamFilter
public HrisListTimeOffRequestsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)
-
HrisListTimeOffRequestsQueryParamFilter
public HrisListTimeOffRequestsQueryParamFilter()
-
-
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
-
typeIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> typeIds()
List of time off type ids to filter by.
-
builder
public static final HrisListTimeOffRequestsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListTimeOffRequestsQueryParamFilter withUpdatedAfter(java.lang.String 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.lang.String> updatedAfter)
Use a string with a date to only select results updated after that given date
-
withTypeIds
public HrisListTimeOffRequestsQueryParamFilter withTypeIds(java.util.List<java.lang.String> typeIds)
List of time off type ids to filter by.
-
withTypeIds
public HrisListTimeOffRequestsQueryParamFilter withTypeIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)
List of time off type 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
-
-