Package zendesk.support.requestlist
Interface RequestInfoDataSource
- 
- All Known Implementing Classes:
 - RequestInfoDataSource.Disk, RequestInfoDataSource.LocalDataSource, RequestInfoDataSource.Network, RequestInfoDataSource.RemoteDataSource, RequestInfoDataSource.Repository
 
public interface RequestInfoDataSource 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static classRequestInfoDataSource.Diskstatic classRequestInfoDataSource.LocalDataSourcestatic classRequestInfoDataSource.Networkstatic classRequestInfoDataSource.RemoteDataSourcestatic classRequestInfoDataSource.Repository 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidload(<any> callback) 
 - 
 
- 
- 
Field Detail
- 
LOCAL
static final java.lang.String LOCAL
- See Also:
 - Constant Field Values
 
 
- 
REMOTE
static final java.lang.String REMOTE
- See Also:
 - Constant Field Values
 
 
 - 
 
 -