Class AtsListJobsQueryParamFilter


  • public class AtsListJobsQueryParamFilter
    extends java.lang.Object
    AtsListJobsQueryParamFilter

    ATS Jobs filters

    • Constructor Detail

      • AtsListJobsQueryParamFilter

        public AtsListJobsQueryParamFilter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter,
                                           org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter,
                                           org.openapitools.jackson.nullable.JsonNullable<? extends AtsListJobsQueryParamStatus> status,
                                           org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)
      • AtsListJobsQueryParamFilter

        public AtsListJobsQueryParamFilter()
    • Method Detail

      • updatedAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter()
        Use a string with a date to only select results updated after that given date
      • createdAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter()
        Use a string with a date to only select results created after that given date
      • status

        @Deprecated
        public org.openapitools.jackson.nullable.JsonNullable<AtsListJobsQueryParamStatus> 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
      • withUpdatedAfter

        public AtsListJobsQueryParamFilter withUpdatedAfter​(java.time.OffsetDateTime 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.time.OffsetDateTime> updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withCreatedAfter

        public AtsListJobsQueryParamFilter withCreatedAfter​(java.time.OffsetDateTime 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.time.OffsetDateTime> createdAfter)
        Use a string with a date to only select results created after that given date
      • withStatus

        @Deprecated
        public AtsListJobsQueryParamFilter withStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListJobsQueryParamStatus> 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
      • 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