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