Package com.azure.data.tables.models
Class TableTransactionActionResponse
- java.lang.Object
-
- com.azure.data.tables.models.TableTransactionActionResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.core.http.HttpHeadersgetHeaders()Gets the headers from the HTTP sub-response.com.azure.core.http.HttpRequestgetRequest()Gets the sub-request which resulted in thisTableTransactionActionResponse.intgetStatusCode()Gets the HTTP sub-response status code.ObjectgetValue()Gets the deserialized value of the HTTP sub-response, if present.
-
-
-
Method Detail
-
getRequest
public com.azure.core.http.HttpRequest getRequest()
Gets the sub-request which resulted in thisTableTransactionActionResponse.- Specified by:
getRequestin interfacecom.azure.core.http.rest.Response<Object>- Returns:
- The sub-request which resulted in this
TableTransactionActionResponse.
-
getStatusCode
public int getStatusCode()
Gets the HTTP sub-response status code.- Specified by:
getStatusCodein interfacecom.azure.core.http.rest.Response<Object>- Returns:
- The status code of the HTTP sub-response.
-
getHeaders
public com.azure.core.http.HttpHeaders getHeaders()
Gets the headers from the HTTP sub-response.- Specified by:
getHeadersin interfacecom.azure.core.http.rest.Response<Object>- Returns:
- The HTTP sub-response headers.
-
-