Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Count> |
IAddressBookPromise.count(ItemFlagFilter arg0) |
Modifier and Type | Method and Description |
---|---|
void |
IAddressBookAsync.count(ItemFlagFilter arg0,
AsyncHandler<Count> handler) |
Modifier and Type | Method and Description |
---|---|
Count |
AddressBookService.count(ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Count> |
IMailboxItemsPromise.count(ItemFlagFilter arg0) |
Modifier and Type | Method and Description |
---|---|
void |
IMailboxItemsAsync.count(ItemFlagFilter arg0,
AsyncHandler<Count> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Count> |
IDbMailboxRecordsPromise.count(ItemFlagFilter arg0) |
Modifier and Type | Method and Description |
---|---|
void |
IDbMailboxRecordsAsync.count(ItemFlagFilter arg0,
AsyncHandler<Count> handler) |
Modifier and Type | Method and Description |
---|---|
Count |
NoopMailboxRecordService.count(ItemFlagFilter filter) |
Count |
BaseMailboxRecordsService.count(ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Count> |
ICalendarPromise.count(ItemFlagFilter arg0) |
Modifier and Type | Method and Description |
---|---|
void |
ICalendarAsync.count(ItemFlagFilter arg0,
AsyncHandler<Count> handler) |
Modifier and Type | Method and Description |
---|---|
Count |
CalendarAuditProxy.count(ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
Count |
CalendarService.count(ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
Count |
ICountingSupport.count(ItemFlagFilter filter)
Count items matching an
ItemFlagFilter |
Count |
IContainerManagement.getItemCount() |
static Count |
Count.of(int v) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Count> |
ICountingSupportPromise.count(ItemFlagFilter filter) |
java.util.concurrent.CompletableFuture<Count> |
IContainerManagementPromise.getItemCount() |
Modifier and Type | Method and Description |
---|---|
void |
ICountingSupportAsync.count(ItemFlagFilter filter,
AsyncHandler<Count> handler) |
void |
IContainerManagementAsync.getItemCount(AsyncHandler<Count> handler) |
Modifier and Type | Method and Description |
---|---|
Count |
ContainerStoreService.count(ItemFlagFilter filter) |
Count |
ContainerManagement.getItemCount() |
Modifier and Type | Method and Description |
---|---|
Count |
IMapiFolder.count(ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Count> |
IMapiFolderPromise.count(ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
IMapiFolderAsync.count(ItemFlagFilter filter,
AsyncHandler<Count> handler) |
Modifier and Type | Method and Description |
---|---|
Count |
MapiFolderService.count(ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Count> |
ITodoListPromise.count(ItemFlagFilter arg0) |
Modifier and Type | Method and Description |
---|---|
void |
ITodoListAsync.count(ItemFlagFilter arg0,
AsyncHandler<Count> handler) |
Modifier and Type | Method and Description |
---|---|
Count |
TodoListService.count(ItemFlagFilter filter) |
Copyright © 2021. All Rights Reserved.