Class AuthorizationServersListSecretsResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<AuthorizationServersListSecretsHeaders,AuthorizationServerSecretsContractInner>
com.azure.resourcemanager.apimanagement.models.AuthorizationServersListSecretsResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<AuthorizationServerSecretsContractInner>
public final class AuthorizationServersListSecretsResponse
extends com.azure.core.http.rest.ResponseBase<AuthorizationServersListSecretsHeaders,AuthorizationServerSecretsContractInner>
Contains all response data for the listSecrets operation.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationServersListSecretsResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationServerSecretsContractInner value, AuthorizationServersListSecretsHeaders headers) Creates an instance of AuthorizationServersListSecretsResponse. -
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode
-
Constructor Details
-
AuthorizationServersListSecretsResponse
public AuthorizationServersListSecretsResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationServerSecretsContractInner value, AuthorizationServersListSecretsHeaders headers) Creates an instance of AuthorizationServersListSecretsResponse.- Parameters:
request- the request which resulted in this AuthorizationServersListSecretsResponse.statusCode- the status code of the HTTP response.rawHeaders- the raw headers of the HTTP response.value- the deserialized value of the HTTP response.headers- the deserialized headers of the HTTP response.
-
-
Method Details
-
getValue
Gets the deserialized response body.- Specified by:
getValuein interfacecom.azure.core.http.rest.Response<AuthorizationServerSecretsContractInner>- Overrides:
getValuein classcom.azure.core.http.rest.ResponseBase<AuthorizationServersListSecretsHeaders,AuthorizationServerSecretsContractInner> - Returns:
- the deserialized response body.
-