public class DeleteManagerRequestManager extends RequestExecutor<java.lang.String>
ManagersApi. Use this class if you want to delete
managers through fluent API in chained fashion, for instance:
KontaktCloud kontaktCloud = KontaktCloudFactory.create();
kontaktCloud.managers().delete(ID).execute();
| Constructor and Description |
|---|
DeleteManagerRequestManager(ManagersService managersService,
java.util.UUID managerId)
Constructs request executor initialized with corresponding service class and manager's id.
|
execute, executepublic DeleteManagerRequestManager(ManagersService managersService, java.util.UUID managerId)
managersService - the managers API service.managerId - the manager's unique identifier.