Class HrisListTimeOffPoliciesQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListTimeOffPoliciesQueryParamFilter.Builder
-
- Enclosing class:
- HrisListTimeOffPoliciesQueryParamFilter
public static final class HrisListTimeOffPoliciesQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListTimeOffPoliciesQueryParamFilterbuild()HrisListTimeOffPoliciesQueryParamFilter.Buildertype(Type type)Filter to select time-off policies by typeHrisListTimeOffPoliciesQueryParamFilter.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends Type> type)Filter to select time-off policies by typeHrisListTimeOffPoliciesQueryParamFilter.BuilderupdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListTimeOffPoliciesQueryParamFilter.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 HrisListTimeOffPoliciesQueryParamFilter.Builder updatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public HrisListTimeOffPoliciesQueryParamFilter.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
-
type
public HrisListTimeOffPoliciesQueryParamFilter.Builder type(Type type)
Filter to select time-off policies by type
-
type
public HrisListTimeOffPoliciesQueryParamFilter.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends Type> type)
Filter to select time-off policies by type
-
build
public HrisListTimeOffPoliciesQueryParamFilter build()
-
-