Class FileSharesLeaseResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<FileSharesLeaseHeaders,LeaseShareResponseInner>
com.azure.resourcemanager.storage.models.FileSharesLeaseResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<LeaseShareResponseInner>
public final class FileSharesLeaseResponse
extends com.azure.core.http.rest.ResponseBase<FileSharesLeaseHeaders,LeaseShareResponseInner>
Contains all response data for the lease operation.
-
Constructor Summary
ConstructorsConstructorDescriptionFileSharesLeaseResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LeaseShareResponseInner value, FileSharesLeaseHeaders headers) Creates an instance of FileSharesLeaseResponse. -
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode
-
Constructor Details
-
Method Details
-
getValue
Gets the deserialized response body.- Specified by:
getValuein interfacecom.azure.core.http.rest.Response<LeaseShareResponseInner>- Overrides:
getValuein classcom.azure.core.http.rest.ResponseBase<FileSharesLeaseHeaders,LeaseShareResponseInner> - Returns:
- the deserialized response body.
-