Class TableTransactionActionResponse

  • All Implemented Interfaces:
    com.azure.core.http.rest.Response<Object>

    public final class TableTransactionActionResponse
    extends Object
    implements com.azure.core.http.rest.Response<Object>
    The response of a REST sub-request contained within the response of a transaction request.
    • Method Detail

      • getStatusCode

        public int getStatusCode()
        Gets the HTTP sub-response status code.
        Specified by:
        getStatusCode in interface com.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:
        getHeaders in interface com.azure.core.http.rest.Response<Object>
        Returns:
        The HTTP sub-response headers.
      • getValue

        public Object getValue()
        Gets the deserialized value of the HTTP sub-response, if present.
        Specified by:
        getValue in interface com.azure.core.http.rest.Response<Object>
        Returns:
        The deserialized value of the HTTP sub-response, if present.