| Modifier and Type | Method and Description | 
|---|---|
AppData | 
IContentsExporter.loadStructure(BackendSession bs,
             BodyOptions bodyOptions,
             ItemChangeReference ir)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<AppData> | 
ItemChangeReference.getData()  | 
java.util.Map<java.lang.String,AppData> | 
IContentsExporter.loadStructures(BackendSession bs,
              BodyOptions bodyOptions,
              ItemDataType type,
              int collectionId,
              java.util.List<java.lang.String> uids)  | 
| 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.String,AppData> | 
ContentsExporter.loadStructures(BackendSession bs,
              BodyOptions bodyOptions,
              ItemDataType type,
              int collectionId,
              java.util.List<java.lang.String> uids)  | 
| Modifier and Type | Method and Description | 
|---|---|
AppData | 
CalendarBackend.fetch(BackendSession bs,
     ItemChangeReference ic)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,AppData> | 
CalendarBackend.fetchMultiple(BackendSession bs,
             int collectionId,
             java.util.List<java.lang.String> uids)  | 
| Modifier and Type | Method and Description | 
|---|---|
AppData | 
ContactsBackend.fetch(BackendSession bs,
     ItemChangeReference ic)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,AppData> | 
ContactsBackend.fetchMultiple(BackendSession bs,
             int collectionId,
             java.util.List<java.lang.String> uids)  | 
| 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.String,AppData> | 
MailBackend.fetchMultiple(BackendSession bs,
             BodyOptions bodyParams,
             int collectionId,
             java.util.List<java.lang.String> uids)  | 
| Modifier and Type | Method and Description | 
|---|---|
AppData | 
TaskBackend.fetch(BackendSession bs,
     ItemChangeReference ic)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,AppData> | 
TaskBackend.fetchMultiple(BackendSession bs,
             int collectionId,
             java.util.List<java.lang.String> uids)  | 
| 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 | 
|---|---|
com.google.common.base.Optional<AppData> | 
CollectionSyncResponse.ServerChange.data  | 
com.google.common.base.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.