public class BatchInboxUpdateRequest extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BatchInboxUpdateRequest.MessageSelection | 
| static class  | BatchInboxUpdateRequest.UpdateType | 
| Constructor and Description | 
|---|
| BatchInboxUpdateRequest(BatchInboxUpdateRequest.UpdateType type,
                       List<String> uuids) | 
| BatchInboxUpdateRequest(BatchInboxUpdateRequest.UpdateType type,
                       MessageFolder folder,
                       BatchInboxUpdateRequest.MessageSelection selection)Batch update for all messages in a folder. | 
| BatchInboxUpdateRequest(BatchInboxUpdateRequest.UpdateType type,
                       MessageFolder folder,
                       BatchInboxUpdateRequest.MessageSelection selection,
                       List<String> uuids)Batch update for all messages in a folder, with exclusion list. | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageFolder | getFolder()Gets the folder parameter. | 
| BatchInboxUpdateRequest.MessageSelection | getSelection()Gets the selection type. | 
| BatchInboxUpdateRequest.UpdateType | getType()Gets the type. | 
| List<String> | getUuids()Gets the list of UUIDs. | 
public BatchInboxUpdateRequest(BatchInboxUpdateRequest.UpdateType type, List<String> uuids)
public BatchInboxUpdateRequest(BatchInboxUpdateRequest.UpdateType type, MessageFolder folder, BatchInboxUpdateRequest.MessageSelection selection)
type - BatchInboxUpdateRequest.UpdateType the update typefolder - MessageFolder the source folderselection - BatchInboxUpdateRequest.MessageSelection the message selection criteriapublic BatchInboxUpdateRequest(BatchInboxUpdateRequest.UpdateType type, MessageFolder folder, BatchInboxUpdateRequest.MessageSelection selection, List<String> uuids)
type - BatchInboxUpdateRequest.UpdateType the update typefolder - MessageFolder the source folderselection - BatchInboxUpdateRequest.MessageSelection the message selection criteriauuids - List of String messages uuids to excludepublic BatchInboxUpdateRequest.UpdateType getType()
public MessageFolder getFolder()
MessageFolderpublic BatchInboxUpdateRequest.MessageSelection getSelection()
BatchInboxUpdateRequest.MessageSelection the selection typeCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.