Class HrisListEmployeeCustomFieldDefinitionsQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeCustomFieldDefinitionsQueryParamFilter.Builder
-
- Enclosing class:
- HrisListEmployeeCustomFieldDefinitionsQueryParamFilter
public static final class HrisListEmployeeCustomFieldDefinitionsQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListEmployeeCustomFieldDefinitionsQueryParamFilterbuild()HrisListEmployeeCustomFieldDefinitionsQueryParamFilter.BuilderupdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateHrisListEmployeeCustomFieldDefinitionsQueryParamFilter.BuilderupdatedAfter(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 HrisListEmployeeCustomFieldDefinitionsQueryParamFilter.Builder updatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public HrisListEmployeeCustomFieldDefinitionsQueryParamFilter.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
Use a string with a date to only select results updated after that given date
-
build
public HrisListEmployeeCustomFieldDefinitionsQueryParamFilter build()
-
-