Class HrisListEmployeeTimeOffRequestsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeTimeOffRequestsQueryParamFilter
-
public class HrisListEmployeeTimeOffRequestsQueryParamFilter extends java.lang.ObjectHrisListEmployeeTimeOffRequestsQueryParamFilter - HRIS Time Off filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisListEmployeeTimeOffRequestsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description HrisListEmployeeTimeOffRequestsQueryParamFilter()HrisListEmployeeTimeOffRequestsQueryParamFilter(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 HrisListEmployeeTimeOffRequestsQueryParamFilter.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 dateHrisListEmployeeTimeOffRequestsQueryParamFilterwithTypeIds(java.util.List<java.lang.String> typeIds)List of time off type ids to filter by.HrisListEmployeeTimeOffRequestsQueryParamFilterwithTypeIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)List of time off type ids to filter by.HrisListEmployeeTimeOffRequestsQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListEmployeeTimeOffRequestsQueryParamFilterwithUpdatedAfter(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
-
HrisListEmployeeTimeOffRequestsQueryParamFilter
public HrisListEmployeeTimeOffRequestsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)
-
HrisListEmployeeTimeOffRequestsQueryParamFilter
public HrisListEmployeeTimeOffRequestsQueryParamFilter()
-
-
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 HrisListEmployeeTimeOffRequestsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListEmployeeTimeOffRequestsQueryParamFilter withUpdatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public HrisListEmployeeTimeOffRequestsQueryParamFilter 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 HrisListEmployeeTimeOffRequestsQueryParamFilter withTypeIds(java.util.List<java.lang.String> typeIds)
List of time off type ids to filter by.
-
withTypeIds
public HrisListEmployeeTimeOffRequestsQueryParamFilter 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
-
-