Class AtsListJobsQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListJobsQueryParamFilter.Builder
-
- Enclosing class:
- AtsListJobsQueryParamFilter
public static final class AtsListJobsQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListJobsQueryParamFilterbuild()AtsListJobsQueryParamFilter.BuildercreatedAfter(java.lang.String createdAfter)Use a string with a date to only select results created after that given dateAtsListJobsQueryParamFilter.BuildercreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter)Use a string with a date to only select results created after that given dateAtsListJobsQueryParamFilter.BuilderjobStatus(JobStatus jobStatus)The job_status of the jobAtsListJobsQueryParamFilter.BuilderjobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)The job_status of the jobAtsListJobsQueryParamFilter.Builderstatus(Status status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListJobsQueryParamFilter.Builderstatus(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListJobsQueryParamFilter.BuilderupdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateAtsListJobsQueryParamFilter.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 AtsListJobsQueryParamFilter.Builder updatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public AtsListJobsQueryParamFilter.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
-
createdAfter
public AtsListJobsQueryParamFilter.Builder createdAfter(java.lang.String createdAfter)
Use a string with a date to only select results created after that given date
-
createdAfter
public AtsListJobsQueryParamFilter.Builder createdAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter)
Use a string with a date to only select results created after that given date
-
status
@Deprecated public AtsListJobsQueryParamFilter.Builder status(Status status)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The status of the job
-
status
@Deprecated public AtsListJobsQueryParamFilter.Builder status(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The status of the job
-
jobStatus
public AtsListJobsQueryParamFilter.Builder jobStatus(JobStatus jobStatus)
The job_status of the job
-
jobStatus
public AtsListJobsQueryParamFilter.Builder jobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)
The job_status of the job
-
build
public AtsListJobsQueryParamFilter build()
-
-