72 строки
5.4 KiB
YAML
72 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.data.tables.models.TableTransactionActionResponse"
|
|
fullName: "com.azure.data.tables.models.TableTransactionActionResponse"
|
|
name: "TableTransactionActionResponse"
|
|
nameWithType: "TableTransactionActionResponse"
|
|
summary: "The response of a REST sub-request contained within the response of a transaction request."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **TableTransactionActionResponse**</br> implements <xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
methods:
|
|
- uid: "com.azure.data.tables.models.TableTransactionActionResponse.getHeaders()"
|
|
fullName: "com.azure.data.tables.models.TableTransactionActionResponse.getHeaders()"
|
|
name: "getHeaders()"
|
|
nameWithType: "TableTransactionActionResponse.getHeaders()"
|
|
summary: "Gets the headers from the HTTP sub-response."
|
|
syntax: "public HttpHeaders getHeaders()"
|
|
desc: "Gets the headers from the HTTP sub-response."
|
|
returns:
|
|
description: "The HTTP sub-response headers."
|
|
type: "<xref href=\"com.azure.core.http.HttpHeaders?alt=com.azure.core.http.HttpHeaders&text=HttpHeaders\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.data.tables.models.TableTransactionActionResponse.getRequest()"
|
|
fullName: "com.azure.data.tables.models.TableTransactionActionResponse.getRequest()"
|
|
name: "getRequest()"
|
|
nameWithType: "TableTransactionActionResponse.getRequest()"
|
|
summary: "Gets the sub-request which resulted in this <xref uid=\"com.azure.data.tables.models.TableTransactionActionResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableTransactionActionResponse\"></xref>."
|
|
syntax: "public HttpRequest getRequest()"
|
|
desc: "Gets the sub-request which resulted in this <xref uid=\"com.azure.data.tables.models.TableTransactionActionResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableTransactionActionResponse\"></xref>."
|
|
returns:
|
|
description: "The sub-request which resulted in this <xref uid=\"com.azure.data.tables.models.TableTransactionActionResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableTransactionActionResponse\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.HttpRequest?alt=com.azure.core.http.HttpRequest&text=HttpRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.data.tables.models.TableTransactionActionResponse.getStatusCode()"
|
|
fullName: "com.azure.data.tables.models.TableTransactionActionResponse.getStatusCode()"
|
|
name: "getStatusCode()"
|
|
nameWithType: "TableTransactionActionResponse.getStatusCode()"
|
|
summary: "Gets the HTTP sub-response status code."
|
|
syntax: "public int getStatusCode()"
|
|
desc: "Gets the HTTP sub-response status code."
|
|
returns:
|
|
description: "The status code of the HTTP sub-response."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.data.tables.models.TableTransactionActionResponse.getValue()"
|
|
fullName: "com.azure.data.tables.models.TableTransactionActionResponse.getValue()"
|
|
name: "getValue()"
|
|
nameWithType: "TableTransactionActionResponse.getValue()"
|
|
summary: "Gets the deserialized value of the HTTP sub-response, if present."
|
|
syntax: "public Object getValue()"
|
|
desc: "Gets the deserialized value of the HTTP sub-response, if present."
|
|
returns:
|
|
description: "The deserialized value of the HTTP sub-response, if present."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
type: "class"
|
|
desc: "The response of a REST sub-request contained within the response of a transaction request."
|
|
implements:
|
|
- "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
metadata: {}
|
|
package: "com.azure.data.tables.models"
|
|
artifact: com.azure:azure-data-tables:12.4.6
|