|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterDetails | |
---|---|
ru.metrika4j | Центральный класс Metrika4j - MetrikaApi . |
ru.metrika4j.entity | Сущности, с которыми работает Metrika4j: счетчики, цели и т.п. |
ru.metrika4j.impl |
Uses of CounterDetails in ru.metrika4j |
---|
Methods in ru.metrika4j with parameters of type CounterDetails | |
---|---|
Counter |
MetrikaApi.getCounter(int id,
CounterDetails... details)
Возвращает счетчик по его идентификатору |
Counter[] |
MetrikaApi.getCounters(CounterDetails... details)
Возвращает список всех счетчиков, доступных в текущем аккаунте Я.Метрики |
Uses of CounterDetails in ru.metrika4j.entity |
---|
Methods in ru.metrika4j.entity that return CounterDetails | |
---|---|
static CounterDetails |
CounterDetails.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CounterDetails[] |
CounterDetails.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of CounterDetails in ru.metrika4j.impl |
---|
Methods in ru.metrika4j.impl with parameters of type CounterDetails | |
---|---|
Counter |
MetrikaApiImpl.getCounter(int id,
CounterDetails... details)
|
Counter[] |
MetrikaApiImpl.getCounters(CounterDetails... details)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |