Class AtsListApplicationDocumentsQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationDocumentsQueryParamFilter
-
public class AtsListApplicationDocumentsQueryParamFilter extends java.lang.ObjectAtsListApplicationDocumentsQueryParamFilterATS Document Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsListApplicationDocumentsQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description AtsListApplicationDocumentsQueryParamFilter()AtsListApplicationDocumentsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsListApplicationDocumentsQueryParamFilter.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>type()Filter to select documents by typeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>updatedAfter()Use a string with a date to only select results updated after that given dateAtsListApplicationDocumentsQueryParamFilterwithType(java.lang.String type)Filter to select documents by typeAtsListApplicationDocumentsQueryParamFilterwithType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)Filter to select documents by typeAtsListApplicationDocumentsQueryParamFilterwithUpdatedAfter(java.lang.String updatedAfter)Use a string with a date to only select results updated after that given dateAtsListApplicationDocumentsQueryParamFilterwithUpdatedAfter(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
-
AtsListApplicationDocumentsQueryParamFilter
public AtsListApplicationDocumentsQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
-
AtsListApplicationDocumentsQueryParamFilter
public AtsListApplicationDocumentsQueryParamFilter()
-
-
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
-
type
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
Filter to select documents by type
-
builder
public static final AtsListApplicationDocumentsQueryParamFilter.Builder builder()
-
withUpdatedAfter
public AtsListApplicationDocumentsQueryParamFilter withUpdatedAfter(java.lang.String updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public AtsListApplicationDocumentsQueryParamFilter 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
-
withType
public AtsListApplicationDocumentsQueryParamFilter withType(java.lang.String type)
Filter to select documents by type
-
withType
public AtsListApplicationDocumentsQueryParamFilter withType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
Filter to select documents by type
-
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
-
-