Class HrisListEmployeeTimeOffPoliciesQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeTimeOffPoliciesQueryParamFilter
-
public class HrisListEmployeeTimeOffPoliciesQueryParamFilter extends java.lang.ObjectHrisListEmployeeTimeOffPoliciesQueryParamFilterHRIS Time-Off Policies filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description HrisListEmployeeTimeOffPoliciesQueryParamFilter()HrisListEmployeeTimeOffPoliciesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamType> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<QueryParamType>type()Filter to select time-off policies by typeorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAfter()Use a string with a date to only select results updated after that given dateHrisListEmployeeTimeOffPoliciesQueryParamFilterwithType(QueryParamType type)Filter to select time-off policies by typeHrisListEmployeeTimeOffPoliciesQueryParamFilterwithType(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamType> type)Filter to select time-off policies by typeHrisListEmployeeTimeOffPoliciesQueryParamFilterwithUpdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateHrisListEmployeeTimeOffPoliciesQueryParamFilterwithUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Constructor Detail
-
HrisListEmployeeTimeOffPoliciesQueryParamFilter
public HrisListEmployeeTimeOffPoliciesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamType> type)
-
HrisListEmployeeTimeOffPoliciesQueryParamFilter
public HrisListEmployeeTimeOffPoliciesQueryParamFilter()
-
-
Method Detail
-
updatedAfter
public 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 org.openapitools.jackson.nullable.JsonNullable<QueryParamType> type()
Filter to select time-off policies by type
-
builder
public static HrisListEmployeeTimeOffPoliciesQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListEmployeeTimeOffPoliciesQueryParamFilter withUpdatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public HrisListEmployeeTimeOffPoliciesQueryParamFilter withUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
Use a string with a date to only select results updated after that given date
-
withType
public HrisListEmployeeTimeOffPoliciesQueryParamFilter withType(QueryParamType type)
Filter to select time-off policies by type
-
withType
public HrisListEmployeeTimeOffPoliciesQueryParamFilter withType(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamType> type)
Filter to select time-off policies by type
-
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
-
-