Class HrisListTimeOffRequestsQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListTimeOffRequestsQueryParamFilter.Builder
-
- Enclosing class:
- HrisListTimeOffRequestsQueryParamFilter
public static final class HrisListTimeOffRequestsQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListTimeOffRequestsQueryParamFilterbuild()HrisListTimeOffRequestsQueryParamFilter.BuildertypeIds(java.util.List<java.lang.String> typeIds)List of time off type ids to filter by.HrisListTimeOffRequestsQueryParamFilter.BuildertypeIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)List of time off type ids to filter by.HrisListTimeOffRequestsQueryParamFilter.BuilderupdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListTimeOffRequestsQueryParamFilter.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Method Detail
-
updatedAfter
public HrisListTimeOffRequestsQueryParamFilter.Builder updatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public HrisListTimeOffRequestsQueryParamFilter.Builder updatedAfter(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 HrisListTimeOffRequestsQueryParamFilter.Builder typeIds(java.util.List<java.lang.String> typeIds)
List of time off type ids to filter by.
-
typeIds
public HrisListTimeOffRequestsQueryParamFilter.Builder typeIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> typeIds)
List of time off type ids to filter by.
-
build
public HrisListTimeOffRequestsQueryParamFilter build()
-
-