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