All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AgencyClientDeclaration |
copyFrom(AgencyClientDeclaration instance) |
AgencyClientDeclaration |
fetch() |
static AgencyClientDeclaration |
fetchById(Long id,
APIContext context) |
static AgencyClientDeclaration |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AgencyClientDeclaration> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AgencyClientDeclaration> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AgencyClientDeclaration> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AgencyClientDeclaration>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AgencyClientDeclaration.APIRequestGet |
get() |
APIContext |
getContext() |
Long |
getFieldAgencyRepresentingClient() |
Long |
getFieldClientBasedInFrance() |
String |
getFieldClientCity() |
String |
getFieldClientCountryCode() |
String |
getFieldClientEmailAddress() |
String |
getFieldClientName() |
String |
getFieldClientPostalCode() |
String |
getFieldClientProvince() |
String |
getFieldClientStreet() |
String |
getFieldClientStreet2() |
Long |
getFieldHasWrittenMandateFromAdvertiser() |
String |
getFieldId() |
Long |
getFieldIsClientPayingInvoices() |
String |
getId() |
static APIRequest.ResponseParser<AgencyClientDeclaration> |
getParser() |
static AgencyClientDeclaration |
loadJSON(String json,
APIContext context) |
static APINodeList<AgencyClientDeclaration> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |