PerformReminderActionResponse |
Service.getClientAccessToken(ClientAccessTokenRequest clientAccessTokenRequest)
Gets the client access token.
|
PerformReminderActionResponse |
Service.getClientAccessToken(java.util.List<ClientAccessTokenRequest> clientAccessTokenRequests)
Gets the client access token.
|
PerformReminderActionResponse |
Service.getClientAccessToken(java.lang.String id,
ClientAccessTokenType type)
Gets the client access token.
|
PerformReminderActionResponse |
Service.performReminderAction(ItemId ItemId,
ReminderActionType type)
Perform reminder action.
|
PerformReminderActionResponse |
Service.performReminderAction(ItemId ItemId,
ReminderActionType type,
java.util.Date newReminderTime)
Perform reminder action.
|
PerformReminderActionResponse |
Service.performReminderAction(java.util.List<ReminderItemAction> reminderItemActions)
Perform reminder action.
|
PerformReminderActionResponse |
Service.performReminderAction(ReminderItemAction reminderItemAction)
Perform reminder action.
|