Class AtsListApplicationsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationsQueryParamFilter
-
public class AtsListApplicationsQueryParamFilter extends java.lang.ObjectAtsListApplicationsQueryParamFilterATS Application Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsListApplicationsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description AtsListApplicationsQueryParamFilter()AtsListApplicationsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> stage)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsListApplicationsQueryParamFilter.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<java.lang.String>jobId()Filter to select applications by job_idorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>stage()Filter to select applications by stage and sub-stagejava.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 dateAtsListApplicationsQueryParamFilterwithCreatedAfter(java.lang.String createdAfter)Use a string with a date to only select results created after that given dateAtsListApplicationsQueryParamFilterwithCreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter)Use a string with a date to only select results created after that given dateAtsListApplicationsQueryParamFilterwithJobId(java.lang.String jobId)Filter to select applications by job_idAtsListApplicationsQueryParamFilterwithJobId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)Filter to select applications by job_idAtsListApplicationsQueryParamFilterwithStage(java.lang.String stage)Filter to select applications by stage and sub-stageAtsListApplicationsQueryParamFilterwithStage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> stage)Filter to select applications by stage and sub-stageAtsListApplicationsQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateAtsListApplicationsQueryParamFilterwithUpdatedAfter(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
-
AtsListApplicationsQueryParamFilter
public AtsListApplicationsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> stage)
-
AtsListApplicationsQueryParamFilter
public AtsListApplicationsQueryParamFilter()
-
-
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
-
jobId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId()
Filter to select applications by job_id
-
stage
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> stage()
Filter to select applications by stage and sub-stage
-
builder
public static final AtsListApplicationsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public AtsListApplicationsQueryParamFilter withUpdatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public AtsListApplicationsQueryParamFilter 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 AtsListApplicationsQueryParamFilter withCreatedAfter(java.lang.String createdAfter)
Use a string with a date to only select results created after that given date
-
withCreatedAfter
public AtsListApplicationsQueryParamFilter 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
-
withJobId
public AtsListApplicationsQueryParamFilter withJobId(java.lang.String jobId)
Filter to select applications by job_id
-
withJobId
public AtsListApplicationsQueryParamFilter withJobId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
Filter to select applications by job_id
-
withStage
public AtsListApplicationsQueryParamFilter withStage(java.lang.String stage)
Filter to select applications by stage and sub-stage
-
withStage
public AtsListApplicationsQueryParamFilter withStage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> stage)
Filter to select applications by stage and sub-stage
-
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
-
-