TableTransactionActionResponse Class
- java.
lang. Object - com.
azure. data. tables. models. TableTransactionActionResponse
- com.
Implements
public final class TableTransactionActionResponse
implements Response<Object>
The response of a REST sub-request contained within the response of a transaction request.
Method Summary
Modifier and Type | Method and Description |
---|---|
Http |
getHeaders()
Gets the headers from the HTTP sub-response. |
Http |
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. |
Methods inherited from java.lang.Object
Method Details
getHeaders
public HttpHeaders getHeaders()
Gets the headers from the HTTP sub-response.
Returns:
getRequest
public HttpRequest getRequest()
Gets the sub-request which resulted in this TableTransactionActionResponse.
Returns:
getStatusCode
public int getStatusCode()
Gets the HTTP sub-response status code.
Returns:
getValue
public Object getValue()
Gets the deserialized value of the HTTP sub-response, if present.
Returns:
Applies to
Azure SDK for Java