Class AtsListApplicationsScheduledInterviewsQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationsScheduledInterviewsQueryParamFilter.Builder
-
- Enclosing class:
- AtsListApplicationsScheduledInterviewsQueryParamFilter
public static final class AtsListApplicationsScheduledInterviewsQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListApplicationsScheduledInterviewsQueryParamFilterbuild()AtsListApplicationsScheduledInterviewsQueryParamFilter.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateAtsListApplicationsScheduledInterviewsQueryParamFilter.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Method Detail
-
updatedAfter
public AtsListApplicationsScheduledInterviewsQueryParamFilter.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public AtsListApplicationsScheduledInterviewsQueryParamFilter.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
Use a string with a date to only select results updated after that given date
-
build
public AtsListApplicationsScheduledInterviewsQueryParamFilter build()
-
-