Package app.knock.api.services.blocking
Class TenantServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.TenantService
public final class TenantServiceImpl implements TenantService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TenantService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BulkServicebulk()TenantListPagelist(TenantListParams params, RequestOptions requestOptions)Stringdelete(TenantDeleteParams params, RequestOptions requestOptions)Tenantget(TenantGetParams params, RequestOptions requestOptions)Tenantset(TenantSetParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.blocking.TenantService
delete, delete, delete, delete, delete, get, get, get, get, get, list, list, list, set, set, set, set, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
TenantService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
bulk
BulkService bulk()
-
list
TenantListPage list(TenantListParams params, RequestOptions requestOptions)
-
delete
String delete(TenantDeleteParams params, RequestOptions requestOptions)
-
get
Tenant get(TenantGetParams params, RequestOptions requestOptions)
-
set
Tenant set(TenantSetParams params, RequestOptions requestOptions)
-
-
-
-