public final class BlockBlobsGetBlockListResponse extends com.microsoft.rest.v2.RestResponse<BlockBlobsGetBlockListHeaders,BlockList>
| Constructor and Description |
|---|
BlockBlobsGetBlockListResponse(int statusCode,
BlockBlobsGetBlockListHeaders headers,
Map<String,String> rawHeaders,
BlockList body)
Creates an instance of BlockBlobsGetBlockListResponse.
|
| Modifier and Type | Method and Description |
|---|---|
BlockList |
body() |
BlockBlobsGetBlockListHeaders |
headers() |
public BlockBlobsGetBlockListResponse(int statusCode,
BlockBlobsGetBlockListHeaders headers,
Map<String,String> rawHeaders,
BlockList body)
statusCode - the status code of the HTTP response.headers - the deserialized headers of the HTTP response.rawHeaders - the raw headers of the HTTP response.body - the deserialized body of the HTTP response.public BlockBlobsGetBlockListHeaders headers()
headers in class com.microsoft.rest.v2.RestResponse<BlockBlobsGetBlockListHeaders,BlockList>public BlockList body()
body in class com.microsoft.rest.v2.RestResponse<BlockBlobsGetBlockListHeaders,BlockList>Copyright © 2018. All rights reserved.