Class UserConversationUpdater
- java.lang.Object
-
- com.twilio.base.Updater<UserConversation>
-
- com.twilio.rest.conversations.v1.service.user.UserConversationUpdater
-
public class UserConversationUpdater extends Updater<UserConversation>
-
-
Constructor Summary
Constructors Constructor Description UserConversationUpdater(String pathChatServiceSid, String pathUserSid, String pathConversationSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserConversationUpdatersetLastReadMessageIndex(Integer lastReadMessageIndex)UserConversationUpdatersetLastReadTimestamp(ZonedDateTime lastReadTimestamp)UserConversationUpdatersetNotificationLevel(UserConversation.NotificationLevel notificationLevel)UserConversationupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setNotificationLevel
public UserConversationUpdater setNotificationLevel(UserConversation.NotificationLevel notificationLevel)
-
setLastReadTimestamp
public UserConversationUpdater setLastReadTimestamp(ZonedDateTime lastReadTimestamp)
-
setLastReadMessageIndex
public UserConversationUpdater setLastReadMessageIndex(Integer lastReadMessageIndex)
-
update
public UserConversation update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<UserConversation>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-