public class AppData
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AppData.MetaData  | 
| Modifier and Type | Field and Description | 
|---|---|
LazyLoaded<BodyOptions,AirSyncBaseResponse> | 
body  | 
AppData.MetaData | 
metadata  | 
ItemOperationsRequest.Fetch.Options | 
options  | 
ItemDataType | 
type  | 
| Constructor and Description | 
|---|
AppData()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AppData | 
of(AttachmentResponse attach,
  LazyLoaded<BodyOptions,AirSyncBaseResponse> bodyLoader,
  ItemOperationsRequest.Fetch.Options options)  | 
static AppData | 
of(CalendarResponse event)  | 
static AppData | 
of(ContactResponse contact)  | 
static AppData | 
of(EmailResponse email,
  LazyLoaded<BodyOptions,AirSyncBaseResponse> bodyLoader)  | 
static AppData | 
of(TasksResponse tr)  | 
public AppData.MetaData metadata
public ItemDataType type
public LazyLoaded<BodyOptions,AirSyncBaseResponse> body
public ItemOperationsRequest.Fetch.Options options
public static AppData of(EmailResponse email, LazyLoaded<BodyOptions,AirSyncBaseResponse> bodyLoader)
public static AppData of(AttachmentResponse attach, LazyLoaded<BodyOptions,AirSyncBaseResponse> bodyLoader, ItemOperationsRequest.Fetch.Options options)
public static AppData of(ContactResponse contact)
public static AppData of(CalendarResponse event)
public static AppData of(TasksResponse tr)
Copyright © 2021. All Rights Reserved.