Class DocumentsListFilesRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListFilesRequest.Builder
-
- Enclosing class:
- DocumentsListFilesRequest
public static final class DocumentsListFilesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DocumentsListFilesRequestbuild()DocumentsListFilesRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)DocumentsListFilesRequest.Builderfields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)DocumentsListFilesRequest.Builderfilter(DocumentsListFilesQueryParamFilter filter)Documents Files FilterDocumentsListFilesRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends DocumentsListFilesQueryParamFilter> filter)Documents Files FilterDocumentsListFilesRequest.BuilderfolderId(java.lang.String folderId)Use to only include Files within the specified Folder.DocumentsListFilesRequest.BuilderfolderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)Use to only include Files within the specified Folder.DocumentsListFilesRequest.Builderinclude(java.lang.String include)The comma separated list of fields that will be included in the responseDocumentsListFilesRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseDocumentsListFilesRequest.BuildernestedItems(java.lang.String nestedItems)When "true" and used with filter[folder_id], the response includes Files and Files within descendant FoldersDocumentsListFilesRequest.BuildernestedItems(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nestedItems)When "true" and used with filter[folder_id], the response includes Files and Files within descendant FoldersDocumentsListFilesRequest.Buildernext(java.lang.String next)The unified cursorDocumentsListFilesRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorDocumentsListFilesRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListFilesRequest.Builderpage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListFilesRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)DocumentsListFilesRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)DocumentsListFilesRequest.Builderproxy(java.util.Map<java.lang.String,java.lang.Object> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyDocumentsListFilesRequest.Builderproxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyDocumentsListFilesRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)DocumentsListFilesRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)DocumentsListFilesRequest.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListFilesRequest.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListFilesRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifierDocumentsListFilesRequest.BuilderxStackoneApiSessionToken(java.lang.String xStackoneApiSessionToken)The session tokenDocumentsListFilesRequest.BuilderxStackoneApiSessionToken(java.util.Optional<java.lang.String> xStackoneApiSessionToken)The session token
-
-
-
Method Detail
-
xAccountId
public DocumentsListFilesRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
xStackoneApiSessionToken
public DocumentsListFilesRequest.Builder xStackoneApiSessionToken(java.lang.String xStackoneApiSessionToken)
The session token
-
xStackoneApiSessionToken
public DocumentsListFilesRequest.Builder xStackoneApiSessionToken(java.util.Optional<java.lang.String> xStackoneApiSessionToken)
The session token
-
raw
public DocumentsListFilesRequest.Builder raw(boolean raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
raw
public DocumentsListFilesRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
proxy
public DocumentsListFilesRequest.Builder proxy(java.util.Map<java.lang.String,java.lang.Object> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
proxy
public DocumentsListFilesRequest.Builder proxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
fields
public DocumentsListFilesRequest.Builder fields(java.lang.String fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
fields
public DocumentsListFilesRequest.Builder fields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
filter
public DocumentsListFilesRequest.Builder filter(DocumentsListFilesQueryParamFilter filter)
Documents Files Filter
-
filter
public DocumentsListFilesRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends DocumentsListFilesQueryParamFilter> filter)
Documents Files Filter
-
page
@Deprecated public DocumentsListFilesRequest.Builder page(java.lang.String page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
page
@Deprecated public DocumentsListFilesRequest.Builder page(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
pageSize
public DocumentsListFilesRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public DocumentsListFilesRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public DocumentsListFilesRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public DocumentsListFilesRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public DocumentsListFilesRequest.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
updatedAfter
@Deprecated public DocumentsListFilesRequest.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
folderId
public DocumentsListFilesRequest.Builder folderId(java.lang.String folderId)
Use to only include Files within the specified Folder. Required when requesting nested items
-
folderId
public DocumentsListFilesRequest.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
-
nestedItems
public DocumentsListFilesRequest.Builder nestedItems(java.lang.String nestedItems)
When "true" and used with filter[folder_id], the response includes Files and Files within descendant Folders
-
nestedItems
public DocumentsListFilesRequest.Builder nestedItems(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nestedItems)
When "true" and used with filter[folder_id], the response includes Files and Files within descendant Folders
-
include
public DocumentsListFilesRequest.Builder include(java.lang.String include)
The comma separated list of fields that will be included in the response
-
include
public DocumentsListFilesRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of fields that will be included in the response
-
build
public DocumentsListFilesRequest build()
-
-