diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 0f9c517c59a2..57475c61db5e 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -178,6 +178,7 @@ com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-email;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-developer-loadtesting;1.0.0-beta.2;1.0.0
com.azure:azure-identity-extensions;1.1.1;1.2.0-beta.2
+com.azure:azure-template-contoso;1.0.0-beta.1;1.0.0-beta.1
com.azure.spring:spring-cloud-azure-appconfiguration-config-web;2.11.0;4.0.0-beta.2
com.azure.spring:spring-cloud-azure-appconfiguration-config;2.11.0;4.0.0-beta.2
com.azure.spring:spring-cloud-azure-feature-management-web;2.10.0;4.0.0-beta.4
diff --git a/pom.xml b/pom.xml
index d3b512dfab72..785ec1a9309d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,7 @@
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return a widget along with {@link Response} on successful completion of {@link Mono}. + */ + @Generated + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * result (Optional): { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * } + * }+ * + * @param widgetName The widget name. + * @param operationId The unique ID of the operation. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return status of a Widget operation along with {@link Response} on successful completion of {@link Mono}. + */ + @Generated + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono
Request Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + *
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param widget A widget. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link PollerFlux} for polling of a widget. + */ + @Generated + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public PollerFlux
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link PollerFlux} for polling of provides status details for long running operations. + */ + @Generated + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public PollerFlux
Query Parameters + * + *
Name | Type | Required | Description |
---|---|---|---|
top | Integer | No | The number of result items to return. |
skip | Integer | No | The number of result items to skip. |
maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return paged collection of Widget items as paginated response with {@link PagedFlux}. + */ + @Generated + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedFlux
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return a widget along with {@link Response}. + */ + @Generated + @ServiceMethod(returns = ReturnType.SINGLE) + public Response
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * result (Optional): { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * } + * }+ * + * @param widgetName The widget name. + * @param operationId The unique ID of the operation. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return status of a Widget operation along with {@link Response}. + */ + @Generated + @ServiceMethod(returns = ReturnType.SINGLE) + public Response
Request Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + *
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param widget A widget. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link SyncPoller} for polling of a widget. + */ + @Generated + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public SyncPoller
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link SyncPoller} for polling of provides status details for long running operations. + */ + @Generated + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public SyncPoller
Query Parameters + * + *
Name | Type | Required | Description |
---|---|---|---|
top | Integer | No | The number of result items to return. |
skip | Integer | No | The number of result items to skip. |
maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return paged collection of Widget items as paginated response with {@link PagedIterable}. + */ + @Generated + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return a widget along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return a widget along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * result (Optional): { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * } + * }+ * + * @param widgetName The widget name. + * @param operationId The unique ID of the operation. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return status of a Widget operation along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * result (Optional): { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * } + * }+ * + * @param widgetName The widget name. + * @param operationId The unique ID of the operation. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return status of a Widget operation along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response
Request Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + *
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param widget A widget. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return a widget along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono
Request Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + *
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param widget A widget. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link PollerFlux} for polling of a widget. + */ + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public PollerFlux
Request Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + *
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param widgetName The widget name. + * @param widget A widget. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link SyncPoller} for polling of a widget. + */ + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public SyncPoller
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return provides status details for long running operations along with {@link Response} on successful completion + * of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link PollerFlux} for polling of provides status details for long running operations. + */ + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public PollerFlux
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link SyncPoller} for polling of provides status details for long running operations. + */ + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public SyncPoller
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link PollerFlux} for polling of provides status details for long running operations. + */ + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public PollerFlux
Response Body Schema + * + *
{@code + * { + * id: String (Required) + * status: String(InProgress/Succeeded/Failed/Canceled) (Required) + * error: ResponseError (Optional) + * } + * }+ * + * @param widgetName The widget name. + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return the {@link SyncPoller} for polling of provides status details for long running operations. + */ + @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION) + public SyncPoller
Query Parameters + * + *
Name | Type | Required | Description |
---|---|---|---|
top | Integer | No | The number of result items to return. |
skip | Integer | No | The number of result items to skip. |
maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return paged collection of Widget items along with {@link PagedResponse} on successful completion of {@link + * Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono
Query Parameters + * + *
Name | Type | Required | Description |
---|---|---|---|
top | Integer | No | The number of result items to return. |
skip | Integer | No | The number of result items to skip. |
maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return paged collection of Widget items as paginated response with {@link PagedFlux}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedFlux
Query Parameters + * + *
Name | Type | Required | Description |
---|---|---|---|
top | Integer | No | The number of result items to return. |
skip | Integer | No | The number of result items to skip. |
maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param requestOptions The options to configure the HTTP request before HTTP client sends it. + * @throws HttpResponseException thrown if the request is rejected by server. + * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. + * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404. + * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409. + * @return paged collection of Widget items as paginated response with {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable
Response Body Schema + * + *
{@code + * { + * name: String (Required) + * manufacturerId: String (Required) + * sharedModel (Optional): { + * tag: String (Required) + * createdDate: OffsetDateTime (Required) + * } + * } + * }+ * + * @param nextLink The URL to get the next list of items + *
The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Widget items along with {@link PagedResponse} on successful completion of {@link
+ * Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono