Class DocumentsListDrivesRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListDrivesRequest.Builder
-
- Enclosing class:
- DocumentsListDrivesRequest
public static final class DocumentsListDrivesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DocumentsListDrivesRequestbuild()DocumentsListDrivesRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)DocumentsListDrivesRequest.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)DocumentsListDrivesRequest.Builderfilter(DocumentsListDrivesQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseDocumentsListDrivesRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends DocumentsListDrivesQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseDocumentsListDrivesRequest.Buildernext(java.lang.String next)The unified cursorDocumentsListDrivesRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorDocumentsListDrivesRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListDrivesRequest.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.DocumentsListDrivesRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)DocumentsListDrivesRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)DocumentsListDrivesRequest.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' keyDocumentsListDrivesRequest.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' keyDocumentsListDrivesRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)DocumentsListDrivesRequest.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)DocumentsListDrivesRequest.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.DocumentsListDrivesRequest.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.DocumentsListDrivesRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public DocumentsListDrivesRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.Builder filter(DocumentsListDrivesQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
filter
public DocumentsListDrivesRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends DocumentsListDrivesQueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
page
@Deprecated public DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public DocumentsListDrivesRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public DocumentsListDrivesRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public DocumentsListDrivesRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public DocumentsListDrivesRequest.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 DocumentsListDrivesRequest.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
-
build
public DocumentsListDrivesRequest build()
-
-