|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of OffsetBasePoint in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return OffsetBasePoint | |
|---|---|
OffsetBasePoint |
PagedView.getOffsetBasePoint()
Gets the base point of the offset. |
static OffsetBasePoint |
OffsetBasePoint.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OffsetBasePoint[] |
OffsetBasePoint.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in microsoft.exchange.webservices.data with parameters of type OffsetBasePoint | |
|---|---|
void |
PagedView.setOffsetBasePoint(OffsetBasePoint offsetBasePoint)
Sets the base point of the offset. |
| Constructors in microsoft.exchange.webservices.data with parameters of type OffsetBasePoint | |
|---|---|
ConversationIndexedItemView(int pageSize,
int offset,
OffsetBasePoint offsetBasePoint)
Initializes a new instance of the ItemView class. |
|
FolderView(int pageSize,
int offset,
OffsetBasePoint offsetBasePoint)
Initializes a new instance of the FolderView class. |
|
ItemView(int pageSize,
int offset,
OffsetBasePoint offsetBasePoint)
Initializes a new instance of the ItemView class. |
|
PagedView(int pageSize,
int offset,
OffsetBasePoint offsetBasePoint)
Initializes a new instance of the "PagedView" class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||