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