All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
WhatsAppBusinessProfile |
copyFrom(WhatsAppBusinessProfile instance) |
WhatsAppBusinessProfile |
fetch() |
static WhatsAppBusinessProfile |
fetchById(Long id,
APIContext context) |
static WhatsAppBusinessProfile |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WhatsAppBusinessProfile> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WhatsAppBusinessProfile> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<WhatsAppBusinessProfile> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<WhatsAppBusinessProfile>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
WhatsAppBusinessProfile.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
Object |
getFieldNameVerification() |
Object |
getFieldWhatsappBusinessApiData() |
String |
getId() |
static APIRequest.ResponseParser<WhatsAppBusinessProfile> |
getParser() |
static WhatsAppBusinessProfile |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<WhatsAppBusinessProfile> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
WhatsAppBusinessProfile.APIRequestUpdate |
update() |