Package | Description |
---|---|
org.openapitools.client.api |
Modifier and Type | Method and Description |
---|---|
ResourceOptionsDto |
UserApi.availableOperations()
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
ResourceOptionsDto |
UserApi.availableUserOperations(String id)
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResourceOptionsDto> |
UserApi.availableOperationsWithHttpInfo()
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
ApiResponse<ResourceOptionsDto> |
UserApi.availableUserOperationsWithHttpInfo(String id)
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
UserApi.availableOperationsAsync(ApiCallback<ResourceOptionsDto> _callback)
Options (asynchronously)
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
okhttp3.Call |
UserApi.availableUserOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Options (asynchronously)
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
Copyright © 2022. All rights reserved.