All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
PublisherBlockList |
copyFrom(PublisherBlockList instance) |
PublisherBlockList.APIRequestCreateAppendPublisherUrl |
createAppendPublisherUrl() |
PublisherBlockList.APIRequestDelete |
delete() |
PublisherBlockList |
fetch() |
static PublisherBlockList |
fetchById(Long id,
APIContext context) |
static PublisherBlockList |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PublisherBlockList> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PublisherBlockList> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PublisherBlockList> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PublisherBlockList>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PublisherBlockList.APIRequestGet |
get() |
APIContext |
getContext() |
List<Object> |
getFieldAppPublishers() |
String |
getFieldBusinessOwnerId() |
String |
getFieldId() |
Boolean |
getFieldIsAutoBlockingOn() |
Boolean |
getFieldIsEligibleAtCampaignLevel() |
String |
getFieldLastUpdateTime() |
String |
getFieldLastUpdateUser() |
String |
getFieldName() |
String |
getFieldOwnerAdAccountId() |
List<Object> |
getFieldWebPublishers() |
String |
getId() |
PublisherBlockList.APIRequestGetPagedWebPublishers |
getPagedWebPublishers() |
static APIRequest.ResponseParser<PublisherBlockList> |
getParser() |
static PublisherBlockList |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PublisherBlockList> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
PublisherBlockList.APIRequestUpdate |
update() |