Class TenantAccessUpdateResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<TenantAccessUpdateHeaders,AccessInformationContractInner>
com.azure.resourcemanager.apimanagement.models.TenantAccessUpdateResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<AccessInformationContractInner>
public final class TenantAccessUpdateResponse
extends com.azure.core.http.rest.ResponseBase<TenantAccessUpdateHeaders,AccessInformationContractInner>
Contains all response data for the update operation.
-
Constructor Summary
ConstructorsConstructorDescriptionTenantAccessUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AccessInformationContractInner value, TenantAccessUpdateHeaders headers) Creates an instance of TenantAccessUpdateResponse. -
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode
-
Constructor Details
-
TenantAccessUpdateResponse
public TenantAccessUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AccessInformationContractInner value, TenantAccessUpdateHeaders headers) Creates an instance of TenantAccessUpdateResponse.- Parameters:
request- the request which resulted in this TenantAccessUpdateResponse.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<AccessInformationContractInner>- Overrides:
getValuein classcom.azure.core.http.rest.ResponseBase<TenantAccessUpdateHeaders,AccessInformationContractInner> - Returns:
- the deserialized response body.
-