Class SyncMapItemDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<SyncMapItem>
-
- com.twilio.rest.preview.sync.service.syncmap.SyncMapItemDeleter
-
public class SyncMapItemDeleter extends Deleter<SyncMapItem>
-
-
Constructor Summary
Constructors Constructor Description SyncMapItemDeleter(String pathServiceSid, String pathMapSid, String pathKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandelete(TwilioRestClient client)Execute a request using specified client.SyncMapItemDeletersetIfMatch(String ifMatch)-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Method Detail
-
setIfMatch
public SyncMapItemDeleter setIfMatch(String ifMatch)
-
delete
public boolean delete(TwilioRestClient client)
Description copied from class:DeleterExecute a request using specified client.- Specified by:
deletein classDeleter<SyncMapItem>- Parameters:
client- client used to make request- Returns:
- true if the object was deleted
-
-