| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.HttpHeaders |
getHeaders()
Gets the headers from the HTTP sub-response.
|
com.azure.core.http.HttpRequest |
getRequest()
Gets the sub-request which resulted in this
TableTransactionActionResponse. |
int |
getStatusCode()
Gets the HTTP sub-response status code.
|
Object |
getValue()
Gets the deserialized value of the HTTP sub-response, if present.
|
public com.azure.core.http.HttpRequest getRequest()
TableTransactionActionResponse.getRequest in interface com.azure.core.http.rest.Response<Object>TableTransactionActionResponse.public int getStatusCode()
getStatusCode in interface com.azure.core.http.rest.Response<Object>public com.azure.core.http.HttpHeaders getHeaders()
getHeaders in interface com.azure.core.http.rest.Response<Object>Copyright © 2021 Microsoft Corporation. All rights reserved.