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