Class AtsListCandidatesQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListCandidatesQueryParamFilter
-
public class AtsListCandidatesQueryParamFilter extends java.lang.ObjectAtsListCandidatesQueryParamFilterATS Candidate Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsListCandidatesQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description AtsListCandidatesQueryParamFilter()AtsListCandidatesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsListCandidatesQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAfter()Use a string with a date to only select results created after that given dateorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>email()Filter to select candidates by emailbooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAfter()Use a string with a date to only select results updated after that given dateAtsListCandidatesQueryParamFilterwithCreatedAfter(java.time.OffsetDateTime createdAfter)Use a string with a date to only select results created after that given dateAtsListCandidatesQueryParamFilterwithCreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter)Use a string with a date to only select results created after that given dateAtsListCandidatesQueryParamFilterwithEmail(java.lang.String email)Filter to select candidates by emailAtsListCandidatesQueryParamFilterwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)Filter to select candidates by emailAtsListCandidatesQueryParamFilterwithUpdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateAtsListCandidatesQueryParamFilterwithUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Constructor Detail
-
AtsListCandidatesQueryParamFilter
public AtsListCandidatesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
-
AtsListCandidatesQueryParamFilter
public AtsListCandidatesQueryParamFilter()
-
-
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
-
email
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
Filter to select candidates by email
-
builder
public static AtsListCandidatesQueryParamFilter.Builder builder()
-
withUpdatedAfter
public AtsListCandidatesQueryParamFilter withUpdatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public AtsListCandidatesQueryParamFilter 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 AtsListCandidatesQueryParamFilter withCreatedAfter(java.time.OffsetDateTime createdAfter)
Use a string with a date to only select results created after that given date
-
withCreatedAfter
public AtsListCandidatesQueryParamFilter 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
-
withEmail
public AtsListCandidatesQueryParamFilter withEmail(java.lang.String email)
Filter to select candidates by email
-
withEmail
public AtsListCandidatesQueryParamFilter withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
Filter to select candidates by email
-
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
-
-