Class AtsListJobsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListJobsQueryParamFilter
-
public class AtsListJobsQueryParamFilter extends java.lang.ObjectAtsListJobsQueryParamFilterATS Jobs filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsListJobsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description AtsListJobsQueryParamFilter()AtsListJobsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter, org.openapitools.jackson.nullable.JsonNullable<? extends Status> status, org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AtsListJobsQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>createdAfter()Use a string with a date to only select results created after that given datebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobStatus>jobStatus()The job_status of the joborg.openapitools.jackson.nullable.JsonNullable<Status>status()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.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 dateAtsListJobsQueryParamFilterwithCreatedAfter(java.lang.String createdAfter)Use a string with a date to only select results created after that given dateAtsListJobsQueryParamFilterwithCreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter)Use a string with a date to only select results created after that given dateAtsListJobsQueryParamFilterwithJobStatus(JobStatus jobStatus)The job_status of the jobAtsListJobsQueryParamFilterwithJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)The job_status of the jobAtsListJobsQueryParamFilterwithStatus(Status status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListJobsQueryParamFilterwithStatus(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.AtsListJobsQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateAtsListJobsQueryParamFilterwithUpdatedAfter(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
-
AtsListJobsQueryParamFilter
public AtsListJobsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter, org.openapitools.jackson.nullable.JsonNullable<? extends Status> status, org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)
-
AtsListJobsQueryParamFilter
public AtsListJobsQueryParamFilter()
-
-
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
-
createdAfter
public 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 org.openapitools.jackson.nullable.JsonNullable<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 org.openapitools.jackson.nullable.JsonNullable<JobStatus> jobStatus()
The job_status of the job
-
builder
public static final AtsListJobsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public AtsListJobsQueryParamFilter withUpdatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public AtsListJobsQueryParamFilter 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
-
withCreatedAfter
public AtsListJobsQueryParamFilter withCreatedAfter(java.lang.String createdAfter)
Use a string with a date to only select results created after that given date
-
withCreatedAfter
public AtsListJobsQueryParamFilter withCreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter)
Use a string with a date to only select results created after that given date
-
withStatus
@Deprecated public AtsListJobsQueryParamFilter withStatus(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
-
withStatus
@Deprecated public AtsListJobsQueryParamFilter withStatus(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
-
withJobStatus
public AtsListJobsQueryParamFilter withJobStatus(JobStatus jobStatus)
The job_status of the job
-
withJobStatus
public AtsListJobsQueryParamFilter withJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)
The job_status of the job
-
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
-
-