Class DocumentsListDrivesResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListDrivesResponse.Builder
-
- Enclosing class:
- DocumentsListDrivesResponse
public static final class DocumentsListDrivesResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentsListDrivesResponsebuild()DocumentsListDrivesResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationDocumentsListDrivesResponse.BuilderdrivesPaginated(DrivesPaginated drivesPaginated)The list of drives was retrieved.DocumentsListDrivesResponse.BuilderdrivesPaginated(java.util.Optional<? extends DrivesPaginated> drivesPaginated)The list of drives was retrieved.DocumentsListDrivesResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)DocumentsListDrivesResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingDocumentsListDrivesResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public DocumentsListDrivesResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public DocumentsListDrivesResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public DocumentsListDrivesResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
drivesPaginated
public DocumentsListDrivesResponse.Builder drivesPaginated(DrivesPaginated drivesPaginated)
The list of drives was retrieved.
-
drivesPaginated
public DocumentsListDrivesResponse.Builder drivesPaginated(java.util.Optional<? extends DrivesPaginated> drivesPaginated)
The list of drives was retrieved.
-
headers
public DocumentsListDrivesResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public DocumentsListDrivesResponse build()
-
-