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 class
RequestInfoDataSource.Disk
static class
RequestInfoDataSource.LocalDataSource
static class
RequestInfoDataSource.Network
static class
RequestInfoDataSource.RemoteDataSource
static class
RequestInfoDataSource.Repository
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
load(<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
-
-