public final class ContainersListBlobHierarchySegmentResponse extends com.microsoft.rest.v2.RestResponse<ContainersListBlobHierarchySegmentHeaders,ListBlobsHierarchyResponse>
| Constructor and Description |
|---|
ContainersListBlobHierarchySegmentResponse(int statusCode,
ContainersListBlobHierarchySegmentHeaders headers,
Map<String,String> rawHeaders,
ListBlobsHierarchyResponse body)
Creates an instance of ContainersListBlobHierarchySegmentResponse.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsHierarchyResponse |
body() |
ContainersListBlobHierarchySegmentHeaders |
headers() |
public ContainersListBlobHierarchySegmentResponse(int statusCode,
ContainersListBlobHierarchySegmentHeaders headers,
Map<String,String> rawHeaders,
ListBlobsHierarchyResponse 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 ContainersListBlobHierarchySegmentHeaders headers()
headers in class com.microsoft.rest.v2.RestResponse<ContainersListBlobHierarchySegmentHeaders,ListBlobsHierarchyResponse>public ListBlobsHierarchyResponse body()
body in class com.microsoft.rest.v2.RestResponse<ContainersListBlobHierarchySegmentHeaders,ListBlobsHierarchyResponse>Copyright © 2018. All rights reserved.