All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
PagePostExperiment |
copyFrom(PagePostExperiment instance) |
PagePostExperiment.APIRequestDelete |
delete() |
PagePostExperiment |
fetch() |
static PagePostExperiment |
fetchById(Long id,
APIContext context) |
static PagePostExperiment |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PagePostExperiment> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PagePostExperiment> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PagePostExperiment> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PagePostExperiment>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PagePostExperiment.APIRequestGet |
get() |
APIContext |
getContext() |
Object |
getFieldAutoResolveSettings() |
String |
getFieldControlVideoId() |
String |
getFieldCreationTime() |
User |
getFieldCreator() |
String |
getFieldDeclaredWinningTime() |
String |
getFieldDeclaredWinningVideoId() |
String |
getFieldDescription() |
List<String> |
getFieldExperimentVideoIds() |
String |
getFieldId() |
List<Map<String,List<Map<Long,Object>>>> |
getFieldInsightSnapshots() |
String |
getFieldName() |
String |
getFieldOptimizationGoal() |
String |
getFieldPublishStatus() |
String |
getFieldPublishTime() |
String |
getFieldScheduledExperimentTimestamp() |
String |
getFieldUpdatedTime() |
String |
getId() |
static APIRequest.ResponseParser<PagePostExperiment> |
getParser() |
PagePostExperiment.APIRequestGetVideoInsights |
getVideoInsights() |
static PagePostExperiment |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PagePostExperiment> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |