All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
WhatsAppBusinessAccount |
copyFrom(WhatsAppBusinessAccount instance) |
WhatsAppBusinessAccount.APIRequestCreateAssignedUser |
createAssignedUser() |
WhatsAppBusinessAccount.APIRequestCreateMessageTemplate |
createMessageTemplate() |
WhatsAppBusinessAccount.APIRequestCreatePhoneNumber |
createPhoneNumber() |
WhatsAppBusinessAccount.APIRequestCreateProductCatalog |
createProductCatalog() |
WhatsAppBusinessAccount.APIRequestCreateSubscribedApp |
createSubscribedApp() |
WhatsAppBusinessAccount.APIRequestDeleteAssignedUsers |
deleteAssignedUsers() |
WhatsAppBusinessAccount.APIRequestDeleteMessageTemplates |
deleteMessageTemplates() |
WhatsAppBusinessAccount.APIRequestDeleteProductCatalogs |
deleteProductCatalogs() |
WhatsAppBusinessAccount.APIRequestDeleteSubscribedApps |
deleteSubscribedApps() |
WhatsAppBusinessAccount |
fetch() |
static WhatsAppBusinessAccount |
fetchById(Long id,
APIContext context) |
static WhatsAppBusinessAccount |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WhatsAppBusinessAccount> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WhatsAppBusinessAccount> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<WhatsAppBusinessAccount> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<WhatsAppBusinessAccount>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
WhatsAppBusinessAccount.APIRequestGet |
get() |
WhatsAppBusinessAccount.APIRequestGetAssignedUsers |
getAssignedUsers() |
WhatsAppBusinessAccount.APIRequestGetAudiences |
getAudiences() |
APIContext |
getContext() |
WhatsAppBusinessAccount.APIRequestGetConversationAnalytics |
getConversationAnalytics() |
WhatsAppBusinessAccount.APIRequestGetExtensions |
getExtensions() |
String |
getFieldAccountReviewStatus() |
Object |
getFieldAnalytics() |
String |
getFieldBusinessVerificationStatus() |
String |
getFieldCountry() |
Long |
getFieldCreationTime() |
String |
getFieldCurrency() |
String |
getFieldId() |
String |
getFieldMessageTemplateNamespace() |
String |
getFieldName() |
Object |
getFieldOnBehalfOfBusinessInfo() |
Business |
getFieldOwnerBusiness() |
Object |
getFieldOwnerBusinessInfo() |
String |
getFieldOwnershipType() |
String |
getFieldPrimaryFundingId() |
String |
getFieldPurchaseOrderNumber() |
String |
getFieldStatus() |
String |
getFieldTimezoneId() |
String |
getId() |
WhatsAppBusinessAccount.APIRequestGetMessageTemplates |
getMessageTemplates() |
static APIRequest.ResponseParser<WhatsAppBusinessAccount> |
getParser() |
WhatsAppBusinessAccount.APIRequestGetPhoneNumbers |
getPhoneNumbers() |
WhatsAppBusinessAccount.APIRequestGetProductCatalogs |
getProductCatalogs() |
WhatsAppBusinessAccount.APIRequestGetSchedules |
getSchedules() |
WhatsAppBusinessAccount.APIRequestGetSubscribedApps |
getSubscribedApps() |
static WhatsAppBusinessAccount |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<WhatsAppBusinessAccount> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |