public class DeleteReceiverRequestExecutor extends RequestExecutor<java.lang.String>
ReceiversApi. Use this class if you want to delete
receivers through fluent API in chained fashion, for example:
KontaktCloud kontaktCloud = KontaktCloudFactory.create();
kontaktCloud.receivers().delete(ID).execute();
| Constructor and Description |
|---|
DeleteReceiverRequestExecutor(ReceiversService receiversService,
java.util.UUID id)
Constructs request executor initialized with corresponding service class and receiver's identifier.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
params()
Composes the request's parameters in map.
|
protected <any> |
prepareCall()
Prepares a request to execute.
|
execute, executepublic DeleteReceiverRequestExecutor(ReceiversService receiversService, java.util.UUID id)
receiversService - the receivers API service.id - the receiver's identifier.protected <any> prepareCall()
prepareCall in class RequestExecutor<java.lang.String>protected java.util.Map<java.lang.String,java.lang.String> params()
params in class RequestExecutor<java.lang.String>