Class HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder
-
- Enclosing class:
- HrisListEmployeeTimeOffPoliciesQueryParamFilter
public static final class HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListEmployeeTimeOffPoliciesQueryParamFilterbuild()HrisListEmployeeTimeOffPoliciesQueryParamFilter.Buildertype(QueryParamType type)Filter to select time-off policies by typeHrisListEmployeeTimeOffPoliciesQueryParamFilter.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamType> type)Filter to select time-off policies by typeHrisListEmployeeTimeOffPoliciesQueryParamFilter.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateHrisListEmployeeTimeOffPoliciesQueryParamFilter.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Method Detail
-
updatedAfter
public HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
Use a string with a date to only select results updated after that given date
-
type
public HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder type(QueryParamType type)
Filter to select time-off policies by type
-
type
public HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamType> type)
Filter to select time-off policies by type
-
build
public HrisListEmployeeTimeOffPoliciesQueryParamFilter build()
-
-