| Package | Description |
|---|---|
| rs.ltt.jmap.common.entity.filter | |
| rs.ltt.jmap.common.entity.query | |
| rs.ltt.jmap.common.method.call.mailbox |
| Modifier and Type | Method and Description |
|---|---|
int |
MailboxFilterCondition.compareTo(Filter<Mailbox> filter) |
| Modifier and Type | Method and Description |
|---|---|
static MailboxQuery |
MailboxQuery.of(Filter<Mailbox> filter) |
static MailboxQuery |
MailboxQuery.of(Filter<Mailbox> filter,
Comparator[] comparators) |
static MailboxQuery |
MailboxQuery.of(Filter<Mailbox> filter,
Comparator[] comparators,
Boolean sortAsTree,
Boolean filterAsTree) |
| Constructor and Description |
|---|
QueryChangesMailboxMethodCall(String accountId,
Filter<Mailbox> filter,
Comparator[] sort,
String sinceQueryState,
Long maxChanges,
String upToId,
Boolean calculateTotal) |
QueryMailboxMethodCall(@NonNull String accountId,
Filter<Mailbox> filter,
Comparator[] sort,
Long position,
String anchor,
Long anchorOffset,
Long limit,
Boolean sortAsTree,
Boolean filterAsTree,
Boolean calculateTotal) |
SetMailboxMethodCall(String accountId,
String ifInState,
Map<String,Mailbox> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference,
Boolean onDestroyRemoveEmails) |
Copyright © 2020. All rights reserved.