Class DocumentsListFoldersRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListFoldersRequest.Builder
-
- Enclosing class:
- DocumentsListFoldersRequest
public static final class DocumentsListFoldersRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DocumentsListFoldersRequestbuild()DocumentsListFoldersRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)DocumentsListFoldersRequest.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)DocumentsListFoldersRequest.Builderfilter(DocumentsListFoldersQueryParamFilter filter)Documents Folders FilterDocumentsListFoldersRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends DocumentsListFoldersQueryParamFilter> filter)Documents Folders FilterDocumentsListFoldersRequest.BuilderfolderId(java.lang.String folderId)Use to only include Folders within the specified Folder.DocumentsListFoldersRequest.BuilderfolderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)Use to only include Folders within the specified Folder.DocumentsListFoldersRequest.Builderinclude(java.lang.String include)The comma separated list of fields that will be included in the responseDocumentsListFoldersRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseDocumentsListFoldersRequest.BuildernestedItems(java.lang.String nestedItems)When "true" and used with filter[folder_id], the response includes Folders and their descendant FoldersDocumentsListFoldersRequest.BuildernestedItems(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nestedItems)When "true" and used with filter[folder_id], the response includes Folders and their descendant FoldersDocumentsListFoldersRequest.Buildernext(java.lang.String next)The unified cursorDocumentsListFoldersRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorDocumentsListFoldersRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListFoldersRequest.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.DocumentsListFoldersRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)DocumentsListFoldersRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)DocumentsListFoldersRequest.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' keyDocumentsListFoldersRequest.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' keyDocumentsListFoldersRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)DocumentsListFoldersRequest.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)DocumentsListFoldersRequest.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListFoldersRequest.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.DocumentsListFoldersRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public DocumentsListFoldersRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.Builder filter(DocumentsListFoldersQueryParamFilter filter)
Documents Folders Filter
-
filter
public DocumentsListFoldersRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends DocumentsListFoldersQueryParamFilter> filter)
Documents Folders Filter
-
page
@Deprecated public DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public DocumentsListFoldersRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public DocumentsListFoldersRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public DocumentsListFoldersRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.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 DocumentsListFoldersRequest.Builder folderId(java.lang.String folderId)
Use to only include Folders within the specified Folder. Required when requesting nested items
-
folderId
public DocumentsListFoldersRequest.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
-
nestedItems
public DocumentsListFoldersRequest.Builder nestedItems(java.lang.String nestedItems)
When "true" and used with filter[folder_id], the response includes Folders and their descendant Folders
-
nestedItems
public DocumentsListFoldersRequest.Builder nestedItems(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nestedItems)
When "true" and used with filter[folder_id], the response includes Folders and their descendant Folders
-
include
public DocumentsListFoldersRequest.Builder include(java.lang.String include)
The comma separated list of fields that will be included in the response
-
include
public DocumentsListFoldersRequest.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 DocumentsListFoldersRequest build()
-
-