Class DocumentsListFoldersQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListFoldersQueryParamFilter.Builder
-
- Enclosing class:
- DocumentsListFoldersQueryParamFilter
public static final class DocumentsListFoldersQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentsListFoldersQueryParamFilterbuild()DocumentsListFoldersQueryParamFilter.BuilderdriveId(java.lang.String driveId)Use to only include Folders within the specified DriveDocumentsListFoldersQueryParamFilter.BuilderdriveId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId)Use to only include Folders within the specified DriveDocumentsListFoldersQueryParamFilter.BuilderfolderId(java.lang.String folderId)Use to only include Folders within the specified Folder.DocumentsListFoldersQueryParamFilter.BuilderfolderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)Use to only include Folders within the specified Folder.DocumentsListFoldersQueryParamFilter.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateDocumentsListFoldersQueryParamFilter.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 DocumentsListFoldersQueryParamFilter.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public DocumentsListFoldersQueryParamFilter.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
-
driveId
public DocumentsListFoldersQueryParamFilter.Builder driveId(java.lang.String driveId)
Use to only include Folders within the specified Drive
-
driveId
public DocumentsListFoldersQueryParamFilter.Builder driveId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId)
Use to only include Folders within the specified Drive
-
folderId
public DocumentsListFoldersQueryParamFilter.Builder folderId(java.lang.String folderId)
Use to only include Folders within the specified Folder. Required when requesting nested items
-
folderId
public DocumentsListFoldersQueryParamFilter.Builder folderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)
Use to only include Folders within the specified Folder. Required when requesting nested items
-
build
public DocumentsListFoldersQueryParamFilter build()
-
-