Class AtsListApplicationsQueryParamFilter


  • public class AtsListApplicationsQueryParamFilter
    extends java.lang.Object
    AtsListApplicationsQueryParamFilter - ATS Application Filter
    • 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
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
        Filter to select applications by job_id
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object