### 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: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" 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 xMsClientRequestId 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: "UUID" - 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 xMsClientRequestId property: The tracking ID sent with the request to help with debugging." parameters: - description: "the xMsClientRequestId value to set." name: "xMsClientRequestId" type: "UUID" 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: "" 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