Class UserChannelUpdater
- java.lang.Object
-
- com.twilio.base.Updater<UserChannel>
-
- com.twilio.rest.ipmessaging.v2.service.user.UserChannelUpdater
-
public class UserChannelUpdater extends Updater<UserChannel>
-
-
Constructor Summary
Constructors Constructor Description UserChannelUpdater(String pathServiceSid, String pathUserSid, String pathChannelSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserChannelUpdatersetLastConsumedMessageIndex(Integer lastConsumedMessageIndex)UserChannelUpdatersetLastConsumptionTimestamp(ZonedDateTime lastConsumptionTimestamp)UserChannelUpdatersetNotificationLevel(UserChannel.NotificationLevel notificationLevel)UserChannelupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setNotificationLevel
public UserChannelUpdater setNotificationLevel(UserChannel.NotificationLevel notificationLevel)
-
setLastConsumedMessageIndex
public UserChannelUpdater setLastConsumedMessageIndex(Integer lastConsumedMessageIndex)
-
setLastConsumptionTimestamp
public UserChannelUpdater setLastConsumptionTimestamp(ZonedDateTime lastConsumptionTimestamp)
-
update
public UserChannel update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<UserChannel>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-