public final class ContainerListBlobFlatSegmentResponse extends com.microsoft.rest.v2.RestResponse<ContainerListBlobFlatSegmentHeaders,ListBlobsFlatSegmentResponse>
| Constructor and Description |
|---|
ContainerListBlobFlatSegmentResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ContainerListBlobFlatSegmentHeaders headers,
Map<String,String> rawHeaders,
ListBlobsFlatSegmentResponse body)
Creates an instance of ContainerListBlobFlatSegmentResponse.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsFlatSegmentResponse |
body() |
ContainerListBlobFlatSegmentHeaders |
headers() |
public ContainerListBlobFlatSegmentResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ContainerListBlobFlatSegmentHeaders headers,
Map<String,String> rawHeaders,
ListBlobsFlatSegmentResponse body)
request - the request which resulted in this {response.Name}.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 ContainerListBlobFlatSegmentHeaders headers()
headers in class com.microsoft.rest.v2.RestResponse<ContainerListBlobFlatSegmentHeaders,ListBlobsFlatSegmentResponse>public ListBlobsFlatSegmentResponse body()
body in class com.microsoft.rest.v2.RestResponse<ContainerListBlobFlatSegmentHeaders,ListBlobsFlatSegmentResponse>This documentation was released into the public domain.