Modifier and Type | Method and Description |
---|---|
AppData |
IContentsExporter.loadStructure(BackendSession bs,
BodyOptions bodyOptions,
ItemChangeReference ir) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<AppData> |
ItemChangeReference.getData() |
java.util.Map<java.lang.Long,AppData> |
IContentsExporter.loadStructures(BackendSession bs,
BodyOptions bodyOptions,
ItemDataType type,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
void |
ItemChangeReference.setData(AppData appMeta) |
Modifier and Type | Method and Description |
---|---|
AppData |
ContentsExporter.loadStructure(BackendSession bs,
BodyOptions bodyOptions,
ItemChangeReference ic) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
ContentsExporter.loadStructures(BackendSession bs,
BodyOptions bodyOptions,
ItemDataType type,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
AppData |
CalendarBackend.fetch(BackendSession bs,
ItemChangeReference ic) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
CalendarBackend.fetchMultiple(BackendSession bs,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
AppData |
ContactsBackend.fetch(BackendSession bs,
ItemChangeReference ic) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
ContactsBackend.fetchMultiple(BackendSession bs,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
AppData |
MailBackend.fetch(BackendSession bs,
BodyOptions bodyParams,
ItemChangeReference ic) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
MailBackend.fetchMultiple(BackendSession bs,
BodyOptions bodyParams,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
AppData |
TaskBackend.fetch(BackendSession bs,
ItemChangeReference ic) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
TaskBackend.fetchMultiple(BackendSession bs,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
static AppData |
AppData.of(AttachmentResponse attach,
LazyLoaded<BodyOptions,AirSyncBaseResponse> bodyLoader,
ItemOperationsRequest.Fetch.Options options) |
static AppData |
AppData.of(CalendarResponse event) |
static AppData |
AppData.of(ContactResponse contact) |
static AppData |
AppData.of(EmailResponse email,
LazyLoaded<BodyOptions,AirSyncBaseResponse> bodyLoader) |
static AppData |
AppData.of(TasksResponse tr) |
Modifier and Type | Field and Description |
---|---|
AppData |
ItemOperationsResponse.Fetch.properties |
Modifier and Type | Field and Description |
---|---|
java.util.Optional<AppData> |
CollectionSyncResponse.ServerChange.data |
java.util.Optional<AppData> |
CollectionSyncResponse.ServerResponse.fetch
data is present on Fetch
|
Modifier and Type | Method and Description |
---|---|
void |
AppDataFormatter.append(IResponseBuilder b,
double protocolVersion,
AppData data,
Callback<IResponseBuilder> done) |
void |
InlineBodyOutput.appendAttachment(IResponseBuilder builder,
double protocolVersion,
AppData ad,
Callback<IResponseBuilder> done) |
void |
IBodyOutput.appendAttachment(IResponseBuilder builder,
double protocolVersion,
AppData ad,
Callback<IResponseBuilder> done) |
void |
InlineBodyOutput.appendBody(IResponseBuilder builder,
double protocolVersion,
AppData ad,
Callback<IResponseBuilder> done) |
void |
IBodyOutput.appendBody(IResponseBuilder builder,
double protocolVersion,
AppData ad,
Callback<IResponseBuilder> done) |
Modifier and Type | Method and Description |
---|---|
void |
MultipartBodyOutput.appendAttachment(IResponseBuilder builder,
double protocolVersion,
AppData ad,
Callback<IResponseBuilder> done) |
void |
MultipartBodyOutput.appendBody(IResponseBuilder builder,
double protocolVersion,
AppData ad,
Callback<IResponseBuilder> done) |
Copyright © 2021. All Rights Reserved.