Class DocumentsGetFolderRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsGetFolderRequest.Builder
-
- Enclosing class:
- DocumentsGetFolderRequest
public static final class DocumentsGetFolderRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentsGetFolderRequestbuild()DocumentsGetFolderRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)DocumentsGetFolderRequest.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)DocumentsGetFolderRequest.Builderid(java.lang.String id)DocumentsGetFolderRequest.Builderinclude(java.lang.String include)The comma separated list of fields that will be included in the responseDocumentsGetFolderRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseDocumentsGetFolderRequest.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' keyDocumentsGetFolderRequest.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' keyDocumentsGetFolderRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)DocumentsGetFolderRequest.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)DocumentsGetFolderRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public DocumentsGetFolderRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public DocumentsGetFolderRequest.Builder id(java.lang.String id)
-
raw
public DocumentsGetFolderRequest.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 DocumentsGetFolderRequest.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 DocumentsGetFolderRequest.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 DocumentsGetFolderRequest.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 DocumentsGetFolderRequest.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 DocumentsGetFolderRequest.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)
-
include
public DocumentsGetFolderRequest.Builder include(java.lang.String include)
The comma separated list of fields that will be included in the response
-
include
public DocumentsGetFolderRequest.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 DocumentsGetFolderRequest build()
-
-