azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Req...

60 строки
3.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.RequestOptions"
fullName: "com.azure.search.models.RequestOptions"
name: "RequestOptions"
nameWithType: "RequestOptions"
summary: "Additional parameters for a set of operations."
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 **RequestOptions**"
constructors:
- uid: "com.azure.search.models.RequestOptions.RequestOptions()"
fullName: "com.azure.search.models.RequestOptions.RequestOptions()"
name: "RequestOptions()"
nameWithType: "RequestOptions.RequestOptions()"
syntax: "public RequestOptions()"
methods:
- uid: "com.azure.search.models.RequestOptions.getXMsClientRequestId()"
fullName: "com.azure.search.models.RequestOptions.getXMsClientRequestId()"
name: "getXMsClientRequestId()"
nameWithType: "RequestOptions.getXMsClientRequestId()"
summary: "Get the x<wbr>MsClient<wbr>Request<wbr>Id property: The tracking ID sent with the request to help with debugging."
syntax: "public UUID getXMsClientRequestId()"
desc: "Get the xMsClientRequestId property: The tracking ID sent with the request to help with debugging."
returns:
description: "the xMsClientRequestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.search.models.RequestOptions.setXMsClientRequestId(java.util.UUID)"
fullName: "com.azure.search.models.RequestOptions.setXMsClientRequestId(UUID xMsClientRequestId)"
name: "setXMsClientRequestId(UUID xMsClientRequestId)"
nameWithType: "RequestOptions.setXMsClientRequestId(UUID xMsClientRequestId)"
summary: "Set the x<wbr>MsClient<wbr>Request<wbr>Id property: The tracking ID sent with the request to help with debugging."
parameters:
- description: "the xMsClientRequestId value to set."
name: "xMsClientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public RequestOptions setXMsClientRequestId(UUID xMsClientRequestId)"
desc: "Set the xMsClientRequestId property: The tracking ID sent with the request to help with debugging."
returns:
description: "the RequestOptions object itself."
type: "<xref href=\"com.azure.search.models.RequestOptions?alt=com.azure.search.models.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Additional parameters for a set of operations."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1