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