All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AnalyticsSegment |
copyFrom(AnalyticsSegment instance) |
AnalyticsSegment |
fetch() |
static AnalyticsSegment |
fetchById(Long id,
APIContext context) |
static AnalyticsSegment |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AnalyticsSegment> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AnalyticsSegment> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AnalyticsSegment> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AnalyticsSegment>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AnalyticsSegment.APIRequestGet |
get() |
APIContext |
getContext() |
List<String> |
getFieldCustomAudienceIneligiblityReasons() |
String |
getFieldDescription() |
Long |
getFieldEstimatedCustomAudienceSize() |
List<Object> |
getFieldEventInfoRules() |
List<Object> |
getFieldEventRules() |
String |
getFieldFilterSet() |
Boolean |
getFieldHasDemographicRules() |
String |
getFieldId() |
Boolean |
getFieldIsAllUser() |
Boolean |
getFieldIsEligibleForPushCampaign() |
Boolean |
getFieldIsInternal() |
String |
getFieldName() |
List<Object> |
getFieldPercentileRules() |
Long |
getFieldTimeLastSeen() |
Long |
getFieldTimeLastUpdated() |
List<Object> |
getFieldUserPropertyRules() |
List<Object> |
getFieldWebParamRules() |
String |
getId() |
static APIRequest.ResponseParser<AnalyticsSegment> |
getParser() |
static AnalyticsSegment |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AnalyticsSegment> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |