| Modifier and Type | Method and Description |
|---|---|
Request.Invocation.ResultReference |
Request.Invocation.createReference(String path) |
| Constructor and Description |
|---|
GetPushSubscriptionMethodCall(String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference) |
SetPushSubscriptionMethodCall(String accountId,
String ifInState,
Map<String,PushSubscription> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference) |
| Constructor and Description |
|---|
GetEmailMethodCall(String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference,
String[] bodyProperties,
Boolean fetchTextBodyValues,
Boolean fetchHTMLBodyValues,
Boolean fetchAllBodyValues,
Long maxBodyValueBytes) |
SetEmailMethodCall(String accountId,
String ifInState,
Map<String,Email> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference) |
| Constructor and Description |
|---|
GetIdentityMethodCall(String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference) |
SetIdentityMethodCall(String accountId,
String ifInState,
Map<String,Identity> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference) |
| Constructor and Description |
|---|
GetMailboxMethodCall(String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference,
Request.Invocation.ResultReference propertiesReference) |
SetMailboxMethodCall(String accountId,
String ifInState,
Map<String,Mailbox> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference,
Boolean onDestroyRemoveEmails) |
| Constructor and Description |
|---|
GetSearchSnippetsMethodCall(@NonNull String accountId,
String[] emailIds,
Filter<Email> filter,
Request.Invocation.ResultReference emailIdsReference) |
| Constructor and Description |
|---|
GetMethodCall(@NonNull String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference) |
SetMethodCall(@NonNull String accountId,
String ifInState,
Map<String,T> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference) |
| Constructor and Description |
|---|
GetEmailSubmissionMethodCall(String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference) |
SetEmailSubmissionMethodCall(String accountId,
String ifInState,
Map<String,EmailSubmission> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference,
Map<String,Map<String,Object>> onSuccessUpdateEmail,
List<String> onSuccessDestroyEmail) |
| Constructor and Description |
|---|
GetThreadMethodCall(String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference) |
| Constructor and Description |
|---|
GetVacationResponseMethodCall(String accountId,
String[] ids,
String[] properties,
Request.Invocation.ResultReference idsReference) |
SetVacationResponseMethodCall(String accountId,
String ifInState,
Map<String,VacationResponse> create,
Map<String,Map<String,Object>> update,
String[] destroy,
Request.Invocation.ResultReference destroyReference) |
Copyright © 2020. All rights reserved.