Class HrisListDepartmentGroupsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListDepartmentGroupsQueryParamFilter
-
public class HrisListDepartmentGroupsQueryParamFilter extends java.lang.ObjectHrisListDepartmentGroupsQueryParamFilterFilter parameters that allow greater customisation of the list response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisListDepartmentGroupsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description HrisListDepartmentGroupsQueryParamFilter()HrisListDepartmentGroupsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisListDepartmentGroupsQueryParamFilter.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()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 dateHrisListDepartmentGroupsQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListDepartmentGroupsQueryParamFilterwithUpdatedAfter(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 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter()
Use a string with a date to only select results updated after that given date
-
builder
public static HrisListDepartmentGroupsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public HrisListDepartmentGroupsQueryParamFilter withUpdatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public HrisListDepartmentGroupsQueryParamFilter 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
-
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
-
-