Class AtsListApplicationDocumentsQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationDocumentsQueryParamFilter.Builder
-
- Enclosing class:
- AtsListApplicationDocumentsQueryParamFilter
public static final class AtsListApplicationDocumentsQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListApplicationDocumentsQueryParamFilterbuild()AtsListApplicationDocumentsQueryParamFilter.Buildertype(java.lang.String type)Filter to select documents by typeAtsListApplicationDocumentsQueryParamFilter.Buildertype(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)Filter to select documents by typeAtsListApplicationDocumentsQueryParamFilter.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateAtsListApplicationDocumentsQueryParamFilter.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Method Detail
-
updatedAfter
public AtsListApplicationDocumentsQueryParamFilter.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public AtsListApplicationDocumentsQueryParamFilter.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
Use a string with a date to only select results updated after that given date
-
type
public AtsListApplicationDocumentsQueryParamFilter.Builder type(java.lang.String type)
Filter to select documents by type
-
type
public AtsListApplicationDocumentsQueryParamFilter.Builder type(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
Filter to select documents by type
-
build
public AtsListApplicationDocumentsQueryParamFilter build()
-
-