public final class ContainerGetAccessPolicyResponse extends com.microsoft.rest.v2.RestResponse<ContainerGetAccessPolicyHeaders,List<SignedIdentifier>>
| Constructor and Description |
|---|
ContainerGetAccessPolicyResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ContainerGetAccessPolicyHeaders headers,
Map<String,String> rawHeaders,
List<SignedIdentifier> body)
Creates an instance of ContainerGetAccessPolicyResponse.
|
| Modifier and Type | Method and Description |
|---|---|
List<SignedIdentifier> |
body() |
ContainerGetAccessPolicyHeaders |
headers() |
public ContainerGetAccessPolicyResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ContainerGetAccessPolicyHeaders headers,
Map<String,String> rawHeaders,
List<SignedIdentifier> 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 ContainerGetAccessPolicyHeaders headers()
headers in class com.microsoft.rest.v2.RestResponse<ContainerGetAccessPolicyHeaders,List<SignedIdentifier>>public List<SignedIdentifier> body()
body in class com.microsoft.rest.v2.RestResponse<ContainerGetAccessPolicyHeaders,List<SignedIdentifier>>Copyright © 2019 Microsoft Corporation. All rights reserved.