Class HrisListEmployeeTimeOffBalancesQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeTimeOffBalancesQueryParamFilter
-
public class HrisListEmployeeTimeOffBalancesQueryParamFilter extends java.lang.ObjectHrisListEmployeeTimeOffBalancesQueryParamFilterHRIS Time Off Balance filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisListEmployeeTimeOffBalancesQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description HrisListEmployeeTimeOffBalancesQueryParamFilter()HrisListEmployeeTimeOffBalancesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListEmployeeTimeOffBalancesQueryParamFilter.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>policyIds()List of policy ids to filter time off balances by.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>updatedAfter()Use a string with a date to only select results updated after that given dateHrisListEmployeeTimeOffBalancesQueryParamFilterwithPolicyIds(java.util.List<java.lang.String> policyIds)List of policy ids to filter time off balances by.HrisListEmployeeTimeOffBalancesQueryParamFilterwithPolicyIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)List of policy ids to filter time off balances by.HrisListEmployeeTimeOffBalancesQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListEmployeeTimeOffBalancesQueryParamFilterwithUpdatedAfter(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
-
HrisListEmployeeTimeOffBalancesQueryParamFilter
public HrisListEmployeeTimeOffBalancesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)
-
HrisListEmployeeTimeOffBalancesQueryParamFilter
public HrisListEmployeeTimeOffBalancesQueryParamFilter()
-
-
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
-
policyIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> policyIds()
List of policy ids to filter time off balances by.
-
builder
public static HrisListEmployeeTimeOffBalancesQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListEmployeeTimeOffBalancesQueryParamFilter withUpdatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public HrisListEmployeeTimeOffBalancesQueryParamFilter 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
-
withPolicyIds
public HrisListEmployeeTimeOffBalancesQueryParamFilter withPolicyIds(java.util.List<java.lang.String> policyIds)
List of policy ids to filter time off balances by.
-
withPolicyIds
public HrisListEmployeeTimeOffBalancesQueryParamFilter withPolicyIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> policyIds)
List of policy ids to filter time off balances by.
-
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
-
-