Package | Description |
---|---|
org.openapitools.client.api |
Modifier and Type | Method and Description |
---|---|
ResourceOptionsDto |
GroupApi.availableGroupInstanceOperations(String id)
Group Resource Instance Options
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
ResourceOptionsDto |
GroupApi.availableGroupMembersOperations(String id)
Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ResourceOptionsDto |
GroupApi.availableGroupOperations()
Group Resource Options
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
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 |
TenantApi.availableTenantGroupMembersOperations(String id)
Tenant Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ResourceOptionsDto |
TenantApi.availableTenantInstanceOperations(String id)
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.
|
ResourceOptionsDto |
TenantApi.availableTenantResourceOperations()
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.
|
ResourceOptionsDto |
TenantApi.availableTenantUserMembersOperations(String id)
Tenant User Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
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> |
GroupApi.availableGroupInstanceOperationsWithHttpInfo(String id)
Group Resource Instance Options
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
ApiResponse<ResourceOptionsDto> |
GroupApi.availableGroupMembersOperationsWithHttpInfo(String id)
Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ApiResponse<ResourceOptionsDto> |
GroupApi.availableGroupOperationsWithHttpInfo()
Group Resource Options
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
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> |
TenantApi.availableTenantGroupMembersOperationsWithHttpInfo(String id)
Tenant Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ApiResponse<ResourceOptionsDto> |
TenantApi.availableTenantInstanceOperationsWithHttpInfo(String id)
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.
|
ApiResponse<ResourceOptionsDto> |
TenantApi.availableTenantResourceOperationsWithHttpInfo()
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.
|
ApiResponse<ResourceOptionsDto> |
TenantApi.availableTenantUserMembersOperationsWithHttpInfo(String id)
Tenant User Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
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 |
GroupApi.availableGroupInstanceOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Group Resource Instance Options (asynchronously)
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
okhttp3.Call |
GroupApi.availableGroupMembersOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Group Membership Resource Options (asynchronously)
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
GroupApi.availableGroupOperationsAsync(ApiCallback<ResourceOptionsDto> _callback)
Group Resource Options (asynchronously)
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
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 |
TenantApi.availableTenantGroupMembersOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Tenant Group Membership Resource Options (asynchronously)
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
TenantApi.availableTenantInstanceOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Tenant Resource Options (asynchronously)
The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.
|
okhttp3.Call |
TenantApi.availableTenantResourceOperationsAsync(ApiCallback<ResourceOptionsDto> _callback)
Tenant Resource Options (asynchronously)
The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.
|
okhttp3.Call |
TenantApi.availableTenantUserMembersOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Tenant User Membership Resource Options (asynchronously)
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
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.