Class DocumentsListFilesQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListFilesQueryParamFilter.Builder
-
- Enclosing class:
- DocumentsListFilesQueryParamFilter
public static final class DocumentsListFilesQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentsListFilesQueryParamFilterbuild()DocumentsListFilesQueryParamFilter.Buildercontent(java.lang.String content)Search if the contents of the file contains the string (contents can include file metadata)DocumentsListFilesQueryParamFilter.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)Search if the contents of the file contains the string (contents can include file metadata)DocumentsListFilesQueryParamFilter.BuildercreatedAfter(java.time.OffsetDateTime createdAfter)Use a string with a date to only select results created after that given dateDocumentsListFilesQueryParamFilter.BuildercreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter)Use a string with a date to only select results created after that given dateDocumentsListFilesQueryParamFilter.BuilderdriveId(java.lang.String driveId)Use to only include Files within the specified DriveDocumentsListFilesQueryParamFilter.BuilderdriveId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId)Use to only include Files within the specified DriveDocumentsListFilesQueryParamFilter.BuilderfolderId(java.lang.String folderId)Use to only include Files within the specified Folder.DocumentsListFilesQueryParamFilter.BuilderfolderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)Use to only include Files within the specified Folder.DocumentsListFilesQueryParamFilter.Buildername(java.lang.String name)Search if the name of the file contains the stringDocumentsListFilesQueryParamFilter.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Search if the name of the file contains the stringDocumentsListFilesQueryParamFilter.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateDocumentsListFilesQueryParamFilter.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 DocumentsListFilesQueryParamFilter.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
updatedAfter
public DocumentsListFilesQueryParamFilter.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
-
name
public DocumentsListFilesQueryParamFilter.Builder name(java.lang.String name)
Search if the name of the file contains the string
-
name
public DocumentsListFilesQueryParamFilter.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Search if the name of the file contains the string
-
content
public DocumentsListFilesQueryParamFilter.Builder content(java.lang.String content)
Search if the contents of the file contains the string (contents can include file metadata)
-
content
public DocumentsListFilesQueryParamFilter.Builder content(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
Search if the contents of the file contains the string (contents can include file metadata)
-
createdAfter
public DocumentsListFilesQueryParamFilter.Builder createdAfter(java.time.OffsetDateTime createdAfter)
Use a string with a date to only select results created after that given date
-
createdAfter
public DocumentsListFilesQueryParamFilter.Builder createdAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter)
Use a string with a date to only select results created after that given date
-
driveId
public DocumentsListFilesQueryParamFilter.Builder driveId(java.lang.String driveId)
Use to only include Files within the specified Drive
-
driveId
public DocumentsListFilesQueryParamFilter.Builder driveId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId)
Use to only include Files within the specified Drive
-
folderId
public DocumentsListFilesQueryParamFilter.Builder folderId(java.lang.String folderId)
Use to only include Files within the specified Folder. Required when requesting nested items
-
folderId
public DocumentsListFilesQueryParamFilter.Builder folderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)
Use to only include Files within the specified Folder. Required when requesting nested items
-
build
public DocumentsListFilesQueryParamFilter build()
-
-