A B C D E F G H I J M N O P R S T U V W Y

A

Account - Class in ru.metrika4j.entity
Аккаунт, представителем которого является текущий пользователь
Account(String) - Constructor for class ru.metrika4j.entity.Account
 
Account() - Constructor for class ru.metrika4j.entity.Account
 
AccountApi - Interface in ru.metrika4j
API для работы с аккаунтами, представителем которых является текущий пользователь
addDelegate(String, String) - Method in interface ru.metrika4j.DelegateApi
 
allowed - Variable in class ru.metrika4j.entity.Counter.Informer
 
ApiContext - Interface in ru.metrika4j.impl
Интерфейс для работы внутренних компонентов API
ApiFactory - Class in ru.metrika4j
Класс, создающий экземпляр MetrikaApi.
ApiFactory() - Constructor for class ru.metrika4j.ApiFactory
 
async - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 
AuthException - Exception in ru.metrika4j.error
Ошибка авторизации
AuthException() - Constructor for exception ru.metrika4j.error.AuthException
 

B

build() - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
build() - Method in interface ru.metrika4j.ReportBuilder
Выполняет фактическое построение отчёта.

C

changeGrant(int, Grant.Permission, String, String, boolean) - Method in interface ru.metrika4j.GrantApi
 
clickmap - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 
colorArrow - Variable in class ru.metrika4j.entity.Counter.Informer
 
colorEnd - Variable in class ru.metrika4j.entity.Counter.Informer
 
colorStart - Variable in class ru.metrika4j.entity.Counter.Informer
 
colorText - Variable in class ru.metrika4j.entity.Counter.Informer
 
Counter - Class in ru.metrika4j.entity
Cчётчик.
Counter() - Constructor for class ru.metrika4j.entity.Counter
 
Counter.CodeOptions - Class in ru.metrika4j.entity
 
Counter.CodeOptions() - Constructor for class ru.metrika4j.entity.Counter.CodeOptions
 
Counter.CounterType - Enum in ru.metrika4j.entity
Тип счётчика
Counter.Informer - Class in ru.metrika4j.entity
 
Counter.Informer() - Constructor for class ru.metrika4j.entity.Counter.Informer
 
Counter.Informer.HtmlType - Enum in ru.metrika4j.entity
Тип HTML-кода счетчика.
Counter.Informer.Indicator - Enum in ru.metrika4j.entity
 
Counter.Monitoring - Class in ru.metrika4j.entity
 
Counter.Monitoring() - Constructor for class ru.metrika4j.entity.Counter.Monitoring
 
Counter.Permission - Enum in ru.metrika4j.entity
Уровень доступа к счётчику
Counter.Status - Enum in ru.metrika4j.entity
 
CounterDetails - Enum in ru.metrika4j.entity
Типы детализации возвращаемой информации о счётчике при запросам к API
createCounter(Counter) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
createCounter(Counter) - Method in interface ru.metrika4j.MetrikaApi
Создаёт новый счетчик в аккаунте текущего пользователя
createDepthGoal(String, int) - Static method in class ru.metrika4j.entity.Goal
 
createEntity(int, T) - Method in interface ru.metrika4j.entity.EntityApi
Создает объект-сущность на базе заданного образца (т.е. на вход дается объект-сущность с заполненным полями, Метрика создаёт такой же)
createFilter(Filter.Attr, Filter.Type, String, Filter.Action) - Static method in class ru.metrika4j.entity.Filter
 
createGrant(int, Grant.Permission, String, String) - Method in interface ru.metrika4j.GrantApi
 
createMetrikaAPI(HttpTransport, JsonMapper) - Static method in class ru.metrika4j.ApiFactory
 
createMetrikaAPI(String, JsonMapper) - Static method in class ru.metrika4j.ApiFactory
 
createOnlyMirrorsFilter() - Static method in class ru.metrika4j.entity.Filter
 
createUrlGoal(String, Goal.Condition[]) - Static method in class ru.metrika4j.entity.Goal
 
createUrlGoal(String, Goal.ConditionType, String) - Static method in class ru.metrika4j.entity.Goal
 

D

dayAgo() - Method in class ru.metrika4j.MetrikaDate
 
Delegate - Class in ru.metrika4j.entity
Представитель - аккаунт, которому предоставлен доступ к аккаунту текущего пользователя
Delegate() - Constructor for class ru.metrika4j.entity.Delegate
 
Delegate(String, String) - Constructor for class ru.metrika4j.entity.Delegate
 
Delegate(String) - Constructor for class ru.metrika4j.entity.Delegate
 
DelegateApi - Interface in ru.metrika4j
API для работы с делегатами
deleteAccount(String) - Method in interface ru.metrika4j.AccountApi
 
deleteCounter(int) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
deleteCounter(int) - Method in interface ru.metrika4j.MetrikaApi
Удаляет счетчик с заданным идентификатором
deleteDelegate(String) - Method in interface ru.metrika4j.DelegateApi
 
deleteEntity(int, K) - Method in interface ru.metrika4j.entity.EntityApi
Удаляет из Метрики объект-сущность
deleteGrant(int, String) - Method in interface ru.metrika4j.GrantApi
 
denial - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 
deserialize(JsonParser, DeserializationContext) - Method in class ru.metrika4j.json.jackson.MetrikaBooleanDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class ru.metrika4j.json.jackson.MetrikaBooleanDeserializer
 
doRequest(String, HttpMethod, String) - Method in interface ru.metrika4j.http.HttpTransport
Отправляет HTTP запрос по заданному адресу и возвращает ответ в виде строки.
doRequest(String, HttpMethod, String) - Method in class ru.metrika4j.http.HttpUrlConnectionTransport
 

E

emails - Variable in class ru.metrika4j.entity.Counter.Monitoring
 
enabled - Variable in class ru.metrika4j.entity.Counter.Informer
 
enableMonitoring - Variable in class ru.metrika4j.entity.Counter.Monitoring
 
enableSms - Variable in class ru.metrika4j.entity.Counter.Monitoring
 
Entity<K> - Interface in ru.metrika4j.entity
Сущность (цель, фильтр и т.п.), у которой есть идентификатор
EntityApi<T extends Entity<K>,K> - Interface in ru.metrika4j.entity
Абстрактный API для работы с объектами-сущностями (целями, фильтрами, правами доступа, операциями)
entityToString(Object) - Method in class ru.metrika4j.json.jackson.JacksonMapper
 
entityToString(Object) - Method in interface ru.metrika4j.json.JsonMapper
Сериализует Java объект в строковое JSON представление
entityToString(Object) - Method in class ru.metrika4j.json.org.OrgJsonMapper
 
equals(Object) - Method in class ru.metrika4j.entity.Filter
 
equals(Object) - Method in class ru.metrika4j.entity.Goal.Condition
 
equals(Object) - Method in class ru.metrika4j.entity.Goal
 
equals(Object) - Method in class ru.metrika4j.entity.Grant
 
equals(Object) - Method in class ru.metrika4j.MetrikaDate
 
Example - Class in ru.metrika4j
Примеры использования Metrika4j
Example() - Constructor for class ru.metrika4j.Example
 
externalLinks - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 

F

Filter - Class in ru.metrika4j.entity
 
Filter() - Constructor for class ru.metrika4j.entity.Filter
 
Filter.Action - Enum in ru.metrika4j.entity
 
Filter.Attr - Enum in ru.metrika4j.entity
 
Filter.Status - Enum in ru.metrika4j.entity
 
Filter.Type - Enum in ru.metrika4j.entity
 
FilterApi - Interface in ru.metrika4j
API для работы с фильтрами.

G

getAccountApi() - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getAccountApi() - Method in interface ru.metrika4j.MetrikaApi
 
getAccounts() - Method in interface ru.metrika4j.AccountApi
 
getAction() - Method in class ru.metrika4j.entity.Filter
 
getAction() - Method in class ru.metrika4j.entity.Operation
 
getArray(String) - Method in class ru.metrika4j.impl.ReportImpl
 
getArray(String) - Method in class ru.metrika4j.impl.ReportItemImpl
 
getArray(String) - Method in interface ru.metrika4j.Report
Возвращает массив с дополнительными результатами отчёта
getArray(String) - Method in interface ru.metrika4j.ReportItem
Возвращает содержимое поля со вложенным массивом, или null, если поля с таким именем не существует
getAttr() - Method in class ru.metrika4j.entity.Filter
 
getAttr() - Method in class ru.metrika4j.entity.Operation
 
getCode() - Method in class ru.metrika4j.entity.Counter
 
getCode() - Method in class ru.metrika4j.entity.MetrikaError
Код ошибки.
getCodeOptions() - Method in class ru.metrika4j.entity.Counter
 
getCodeStatus() - Method in class ru.metrika4j.entity.Counter
 
getComment() - Method in class ru.metrika4j.entity.Delegate
 
getComment() - Method in class ru.metrika4j.entity.Grant
 
getConditions() - Method in class ru.metrika4j.entity.Goal
 
getCounter(int, CounterDetails...) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getCounter(int, CounterDetails...) - Method in interface ru.metrika4j.MetrikaApi
Возвращает счетчик по его идентификатору
getCounterId() - Method in class ru.metrika4j.impl.ReportImpl
 
getCounterId() - Method in interface ru.metrika4j.Report
Возвращает идентификатор счётчика, для которого построен отчёт
getCounters(CounterDetails...) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getCounters(CounterDetails...) - Method in interface ru.metrika4j.MetrikaApi
Возвращает список всех счетчиков, доступных в текущем аккаунте Я.Метрики
getCreatedAt() - Method in class ru.metrika4j.entity.Account
 
getCreatedAt() - Method in class ru.metrika4j.entity.Delegate
 
getCreatedAt() - Method in class ru.metrika4j.entity.Grant
 
getData() - Method in class ru.metrika4j.impl.ReportImpl
 
getData() - Method in interface ru.metrika4j.Report
Возвращает массив основных результатов отчёта (соответствует параметру data в выходных данных отчёта)
getDateFrom() - Method in class ru.metrika4j.impl.ReportImpl
 
getDateFrom() - Method in interface ru.metrika4j.Report
Возвращает начало интервала времени, за который построен отчёт
getDateTo() - Method in class ru.metrika4j.impl.ReportImpl
 
getDateTo() - Method in interface ru.metrika4j.Report
Возвращает конец интервала времени, за который построен отчёт
getDay() - Method in class ru.metrika4j.MetrikaDate
 
getDelegateApi() - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getDelegateApi() - Method in interface ru.metrika4j.MetrikaApi
 
getDelegates() - Method in interface ru.metrika4j.DelegateApi
 
getDepth() - Method in class ru.metrika4j.entity.Goal
 
getDouble(String) - Method in class ru.metrika4j.impl.ReportItemImpl
 
getDouble(String) - Method in interface ru.metrika4j.ReportItem
Возвращает содержимое поля, интерпретируемое как число с плавающей точкой, или null, если поля с таким именем не существует
getDoubleField(String) - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
getDoubleField(String) - Method in interface ru.metrika4j.json.JsonObject
Возвращает значение поля в JSON объекте или null, если такого поля не существует, или значение поля невозможно привести к типу Double
getDoubleField(String) - Method in class ru.metrika4j.json.org.OrgJsonObject
 
getEntities(int) - Method in interface ru.metrika4j.entity.EntityApi
Получить все объекты-сущности для заданного счетчика
getEntity(int, K) - Method in interface ru.metrika4j.entity.EntityApi
Получить все объекты-сущность с заданным идентификатором для заданного счетчика
getErrors() - Method in exception ru.metrika4j.error.ServerException
Список ошибок, которые вернул сервер Метрики
getFilterApi() - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getFilterApi() - Method in interface ru.metrika4j.MetrikaApi
 
getFilters() - Method in class ru.metrika4j.entity.Counter
 
getGoalApi() - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getGoalApi() - Method in interface ru.metrika4j.MetrikaApi
 
getGoalId() - Method in class ru.metrika4j.impl.ReportImpl
 
getGoalId() - Method in interface ru.metrika4j.Report
Возвращает идентификатор цели для целевого отчёта, или null для нецелевого отчёта
getGoals() - Method in class ru.metrika4j.entity.Counter
 
getGrant(int, String) - Method in interface ru.metrika4j.GrantApi
 
getGrantApi() - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getGrantApi() - Method in interface ru.metrika4j.MetrikaApi
 
getGrants() - Method in class ru.metrika4j.entity.Counter
 
getGrants(int) - Method in interface ru.metrika4j.GrantApi
 
getId() - Method in class ru.metrika4j.entity.Counter
 
getId() - Method in interface ru.metrika4j.entity.Entity
 
getId() - Method in class ru.metrika4j.entity.Filter
 
getId() - Method in class ru.metrika4j.entity.Goal
 
getId() - Method in class ru.metrika4j.entity.Grant
 
getId() - Method in class ru.metrika4j.entity.MetrikaError
 
getId() - Method in class ru.metrika4j.entity.Operation
 
getInt(String) - Method in class ru.metrika4j.impl.ReportItemImpl
 
getInt(String) - Method in interface ru.metrika4j.ReportItem
Возвращает содержимое целочисленного поля или null, если поля с таким именем не существует
getIntField(String) - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
getIntField(String) - Method in interface ru.metrika4j.json.JsonObject
Возвращает целочисленное значение поля в JSON объекте или null, если такого поля не существует, или значение поля невозможно привести к типу Integer
getIntField(String) - Method in class ru.metrika4j.json.org.OrgJsonObject
 
getMirrors() - Method in class ru.metrika4j.entity.Counter
 
getMonitoring() - Method in class ru.metrika4j.entity.Counter
 
getMonth() - Method in class ru.metrika4j.MetrikaDate
 
getName() - Method in class ru.metrika4j.entity.Counter
 
getName() - Method in class ru.metrika4j.entity.Goal
 
getNextPage() - Method in class ru.metrika4j.impl.ReportImpl
 
getNextPage() - Method in interface ru.metrika4j.Report
Возвращает "следующую страницу" отчёта, если она существует, или null
getObjectArray(String) - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
getObjectArray(String) - Method in interface ru.metrika4j.json.JsonObject
Возвращает значение поля в JSON объекте, являющееся массивом JSON объектов, или null, если такого поля не существует, или значение поля не является массивом JSON объектов
getObjectArray(String) - Method in class ru.metrika4j.json.org.OrgJsonObject
 
getObjectField(String) - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
getObjectField(String) - Method in interface ru.metrika4j.json.JsonObject
Возвращает значение поля в JSON объекте, тоже являющееся JSON объектом, или null, если такого поля не существует, или значение поля не является JSON объектом
getObjectField(String) - Method in class ru.metrika4j.json.org.OrgJsonObject
 
getOperationApi() - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getOperationApi() - Method in interface ru.metrika4j.MetrikaApi
 
getOperations() - Method in class ru.metrika4j.entity.Counter
 
getOwnerLogin() - Method in class ru.metrika4j.entity.Counter
 
getPerm() - Method in class ru.metrika4j.entity.Grant
 
getPermission() - Method in class ru.metrika4j.entity.Counter
 
getRecord(String) - Method in class ru.metrika4j.impl.ReportItemImpl
 
getRecord(String) - Method in interface ru.metrika4j.ReportItem
Возвращает содержимое поля со вложенной структурой, или null, если поля с таким именем не существует
getResponseByPath(String) - Method in interface ru.metrika4j.impl.ApiContext
 
getResponseByPath(String) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getResponseByPath(String, HttpMethod, String) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getResponseByUrl(String) - Method in interface ru.metrika4j.impl.ApiContext
 
getResponseByUrl(String) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getResponseByUrl(String, HttpMethod, String) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
getSite() - Method in class ru.metrika4j.entity.Counter
 
getSrcNode() - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
getStatus() - Method in class ru.metrika4j.entity.Filter
 
getStatus() - Method in class ru.metrika4j.entity.Operation
 
getString(String) - Method in class ru.metrika4j.impl.ReportItemImpl
 
getString(String) - Method in interface ru.metrika4j.ReportItem
Возвращает содержимое поля или null, если поля с таким именем не существует
getStringField(String) - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
getStringField(String) - Method in interface ru.metrika4j.json.JsonObject
Возвращает строковое значение поля в JSON объекте или null, если такого поля не существует, или значение поля невозможно привести к типу String
getStringField(String) - Method in class ru.metrika4j.json.org.OrgJsonObject
 
getText() - Method in class ru.metrika4j.entity.MetrikaError
Текcтовое описание ошибки (если есть)
getTotals() - Method in class ru.metrika4j.impl.ReportImpl
 
getTotals() - Method in interface ru.metrika4j.Report
Итоговые данные отчёта
getType() - Method in class ru.metrika4j.entity.Counter
 
getType() - Method in class ru.metrika4j.entity.Filter
 
getType() - Method in class ru.metrika4j.entity.Goal.Condition
 
getType() - Method in class ru.metrika4j.entity.Goal
 
getUrl() - Method in class ru.metrika4j.entity.Goal.Condition
 
getUserLogin() - Method in class ru.metrika4j.entity.Account
 
getUserLogin() - Method in class ru.metrika4j.entity.Delegate
 
getUserLogin() - Method in class ru.metrika4j.entity.Grant
 
getValue() - Method in class ru.metrika4j.entity.Filter
 
getValue() - Method in class ru.metrika4j.entity.Operation
 
getYear() - Method in class ru.metrika4j.MetrikaDate
 
Goal - Class in ru.metrika4j.entity
 
Goal() - Constructor for class ru.metrika4j.entity.Goal
 
Goal.Condition - Class in ru.metrika4j.entity
 
Goal.Condition() - Constructor for class ru.metrika4j.entity.Goal.Condition
 
Goal.Condition(String, Goal.ConditionType) - Constructor for class ru.metrika4j.entity.Goal.Condition
 
Goal.ConditionType - Enum in ru.metrika4j.entity
 
Goal.GoalType - Enum in ru.metrika4j.entity
 
GoalApi - Interface in ru.metrika4j
API для работы с целями
Grant - Class in ru.metrika4j.entity
 
Grant() - Constructor for class ru.metrika4j.entity.Grant
 
Grant(String, Grant.Permission, String) - Constructor for class ru.metrika4j.entity.Grant
 
Grant(String, Grant.Permission) - Constructor for class ru.metrika4j.entity.Grant
 
Grant.Permission - Enum in ru.metrika4j.entity
 
GrantApi - Interface in ru.metrika4j
API для работы с правами доступа
groupBy(ReportBuilder.Group) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
groupBy(ReportBuilder.Group) - Method in interface ru.metrika4j.ReportBuilder
Задаёт группировку данных по времени.

H

hasDay() - Method in class ru.metrika4j.MetrikaDate
 
hasField(String) - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
hasField(String) - Method in interface ru.metrika4j.json.JsonObject
Возвращает true если в JSON объекте есть поле с заданным именем
hasField(String) - Method in class ru.metrika4j.json.org.OrgJsonObject
 
hashCode() - Method in class ru.metrika4j.entity.Filter
 
hashCode() - Method in class ru.metrika4j.entity.Goal.Condition
 
hashCode() - Method in class ru.metrika4j.entity.Goal
 
hashCode() - Method in class ru.metrika4j.entity.Grant
 
hashCode() - Method in class ru.metrika4j.MetrikaDate
 
hasNextPage() - Method in class ru.metrika4j.impl.ReportImpl
 
hasNextPage() - Method in interface ru.metrika4j.Report
Возвращает true, если есть следующая "страница" данных отчёта.
HttpMethod - Enum in ru.metrika4j.http
 
HttpTransport - Interface in ru.metrika4j.http
Интерфейс HTTP транспорта.
HttpUrlConnectionTransport - Class in ru.metrika4j.http
Реализация транспорта на базе класса HttpURLConnection, входящего в JDK.
HttpUrlConnectionTransport(String) - Constructor for class ru.metrika4j.http.HttpUrlConnectionTransport
 

I

indicator - Variable in class ru.metrika4j.entity.Counter.Informer
 
informer - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 

J

JacksonJsonObject - Class in ru.metrika4j.json.jackson
 
JacksonJsonObject(JsonNode) - Constructor for class ru.metrika4j.json.jackson.JacksonJsonObject
 
JacksonMapper - Class in ru.metrika4j.json.jackson
Реализация JsonMapper, основанная на Jackson Java JSON-processor.
JacksonMapper() - Constructor for class ru.metrika4j.json.jackson.JacksonMapper
 
JsonMapper - Interface in ru.metrika4j.json
Обработчик JSON: парсинг, сериализация/десериализация Java объектов.
JsonObject - Interface in ru.metrika4j.json
Внутреннее представление JSON объекта
jsonObjectToEntity(JsonObject, Class<T>) - Method in class ru.metrika4j.json.jackson.JacksonMapper
 
jsonObjectToEntity(JsonObject, Class<T>) - Method in interface ru.metrika4j.json.JsonMapper
Создает Java объект (сущность из пакета entity) на основе JSON-объекта.
jsonObjectToEntity(JsonObject, Class<T>) - Method in class ru.metrika4j.json.org.OrgJsonMapper
 
JsonSerializationException - Exception in ru.metrika4j.error
Ошибка, возникшая при сериализации сущности в JSON формат.
JsonSerializationException(String, Throwable) - Constructor for exception ru.metrika4j.error.JsonSerializationException
 
JsonSerializationException(Throwable) - Constructor for exception ru.metrika4j.error.JsonSerializationException
 

M

main(String[]) - Static method in class ru.metrika4j.Example
 
makeReportBuilder(Reports, int) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
makeReportBuilder(Reports, int) - Method in interface ru.metrika4j.MetrikaApi
Возвращает построитель для заданного отчёта
Metrika4jException - Exception in ru.metrika4j.error
Базовый класс для исключений Metrika4j
Metrika4jException() - Constructor for exception ru.metrika4j.error.Metrika4jException
 
Metrika4jException(String) - Constructor for exception ru.metrika4j.error.Metrika4jException
 
Metrika4jException(String, Throwable) - Constructor for exception ru.metrika4j.error.Metrika4jException
 
Metrika4jException(Throwable) - Constructor for exception ru.metrika4j.error.Metrika4jException
 
MetrikaApi - Interface in ru.metrika4j
API Яндекс.Метрики.
MetrikaApiImpl - Class in ru.metrika4j.impl
 
MetrikaApiImpl(HttpTransport, JsonMapper) - Constructor for class ru.metrika4j.impl.MetrikaApiImpl
 
MetrikaBooleanDeserializer - Class in ru.metrika4j.json.jackson
Десериализатор, умеющий воспринимать строки "0" и "1" в качестве boolean значений
MetrikaBooleanDeserializer(Class<Boolean>) - Constructor for class ru.metrika4j.json.jackson.MetrikaBooleanDeserializer
 
MetrikaDate - Class in ru.metrika4j
Представление даты в API Яндекс.Метрики.
MetrikaDate(int, int, int) - Constructor for class ru.metrika4j.MetrikaDate
 
MetrikaDate() - Constructor for class ru.metrika4j.MetrikaDate
 
MetrikaDate(String) - Constructor for class ru.metrika4j.MetrikaDate
Конструирует дату из формата YYYYMMDD или YYYYMM, используемого в API
MetrikaError - Class in ru.metrika4j.entity
Ошибка, возвращаемая сервером API Метрики
MetrikaError(Integer, String, String) - Constructor for class ru.metrika4j.entity.MetrikaError
 
MetrikaError() - Constructor for class ru.metrika4j.entity.MetrikaError
 
MetrikaNamingStrategy - Class in ru.metrika4j.json.jackson
Транслирует имена из Java naming convention (Camel Case) в С naming convention (underscores)
MetrikaNamingStrategy() - Constructor for class ru.metrika4j.json.jackson.MetrikaNamingStrategy
 
monthAgo() - Method in class ru.metrika4j.MetrikaDate
 

N

nameForField(MapperConfig<?>, AnnotatedField, String) - Method in class ru.metrika4j.json.jackson.MetrikaNamingStrategy
 
nameForGetterMethod(MapperConfig<?>, AnnotatedMethod, String) - Method in class ru.metrika4j.json.jackson.MetrikaNamingStrategy
 
nameForSetterMethod(MapperConfig<?>, AnnotatedMethod, String) - Method in class ru.metrika4j.json.jackson.MetrikaNamingStrategy
 
NoDataException - Exception in ru.metrika4j.error
Ошибка, возникающая при отсутствии данных в отчете
NoDataException(String, MetrikaError[]) - Constructor for exception ru.metrika4j.error.NoDataException
 

O

Operation - Class in ru.metrika4j.entity
 
Operation() - Constructor for class ru.metrika4j.entity.Operation
 
Operation.Action - Enum in ru.metrika4j.entity
 
Operation.Attr - Enum in ru.metrika4j.entity
 
Operation.Status - Enum in ru.metrika4j.entity
 
OperationApi - Interface in ru.metrika4j
 
OrgJsonMapper - Class in ru.metrika4j.json.org
Облегченный JSON Mapper, годный для мобильных приложений под Android.
OrgJsonMapper() - Constructor for class ru.metrika4j.json.org.OrgJsonMapper
 
OrgJsonObject - Class in ru.metrika4j.json.org
 
OrgJsonObject(JSONObject) - Constructor for class ru.metrika4j.json.org.OrgJsonObject
 

P

params - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 
ParseException - Exception in ru.metrika4j.error
Ошибка парсинга JSON-ответа от сервера API Метрики
ParseException(String, Throwable) - Constructor for exception ru.metrika4j.error.ParseException
 
plusDays(int) - Method in class ru.metrika4j.MetrikaDate
 

R

Report - Interface in ru.metrika4j
Отчёт системы Яндекс.Метрика.
ReportBuilder - Interface in ru.metrika4j
Построитель отчетов.
ReportBuilder.Group - Enum in ru.metrika4j
Способ группировки данных по времени в отчёте
ReportBuilder.TableMode - Enum in ru.metrika4j
Способ представления результатов отчёта
ReportBuilderImpl - Class in ru.metrika4j.impl
 
ReportBuilderImpl(String, int, ApiContext) - Constructor for class ru.metrika4j.impl.ReportBuilderImpl
 
ReportImpl - Class in ru.metrika4j.impl
 
ReportItem - Interface in ru.metrika4j
Одна запись с результатами отчёта.
ReportItemImpl - Class in ru.metrika4j.impl
 
ReportItemImpl(JsonObject) - Constructor for class ru.metrika4j.impl.ReportItemImpl
 
Reports - Enum in ru.metrika4j
Отчёты, доступные в API Яндекс.Метрики
reverseSortBy(String) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
reverseSortBy(String) - Method in interface ru.metrika4j.ReportBuilder
Задаёт сортировку по убыванию по произвольному полю отчёта
ru.metrika4j - package ru.metrika4j
Центральный класс Metrika4j - MetrikaApi.
ru.metrika4j.entity - package ru.metrika4j.entity
Сущности, с которыми работает Metrika4j: счетчики, цели и т.п.
ru.metrika4j.error - package ru.metrika4j.error
 
ru.metrika4j.http - package ru.metrika4j.http
 
ru.metrika4j.impl - package ru.metrika4j.impl
 
ru.metrika4j.json - package ru.metrika4j.json
 
ru.metrika4j.json.jackson - package ru.metrika4j.json.jackson
 
ru.metrika4j.json.org - package ru.metrika4j.json.org
 

S

ServerException - Exception in ru.metrika4j.error
Ошибка, возникшая при обработке запроса сервером API Метрики
ServerException(String, MetrikaError[]) - Constructor for exception ru.metrika4j.error.ServerException
 
setAction(Filter.Action) - Method in class ru.metrika4j.entity.Filter
 
setAction(Operation.Action) - Method in class ru.metrika4j.entity.Operation
 
setAttr(Filter.Attr) - Method in class ru.metrika4j.entity.Filter
 
setAttr(Operation.Attr) - Method in class ru.metrika4j.entity.Operation
 
setCode(String) - Method in class ru.metrika4j.entity.Counter
 
setCodeOptions(Counter.CodeOptions) - Method in class ru.metrika4j.entity.Counter
 
setCodeStatus(Counter.Status) - Method in class ru.metrika4j.entity.Counter
 
setComment(String) - Method in class ru.metrika4j.entity.Delegate
 
setComment(String) - Method in class ru.metrika4j.entity.Grant
 
setConditions(Goal.Condition[]) - Method in class ru.metrika4j.entity.Goal
 
setCreatedAt(String) - Method in class ru.metrika4j.entity.Account
 
setCreatedAt(String) - Method in class ru.metrika4j.entity.Delegate
 
setCreatedAt(String) - Method in class ru.metrika4j.entity.Grant
 
setDepth(int) - Method in class ru.metrika4j.entity.Goal
 
setFilters(Filter[]) - Method in class ru.metrika4j.entity.Counter
 
setGoals(Goal[]) - Method in class ru.metrika4j.entity.Counter
 
setGrants(Grant[]) - Method in class ru.metrika4j.entity.Counter
 
setId(int) - Method in class ru.metrika4j.entity.Counter
 
setId(int) - Method in class ru.metrika4j.entity.Filter
 
setId(int) - Method in class ru.metrika4j.entity.Goal
 
setId(int) - Method in class ru.metrika4j.entity.Operation
 
setMirrors(String[]) - Method in class ru.metrika4j.entity.Counter
 
setMonitoring(Counter.Monitoring) - Method in class ru.metrika4j.entity.Counter
 
setName(String) - Method in class ru.metrika4j.entity.Counter
 
setName(String) - Method in class ru.metrika4j.entity.Goal
 
setOperations(Operation[]) - Method in class ru.metrika4j.entity.Counter
 
setOwnerLogin(String) - Method in class ru.metrika4j.entity.Counter
 
setPerm(Grant.Permission) - Method in class ru.metrika4j.entity.Grant
 
setPermission(Counter.Permission) - Method in class ru.metrika4j.entity.Counter
 
setSite(String) - Method in class ru.metrika4j.entity.Counter
 
setStatus(Filter.Status) - Method in class ru.metrika4j.entity.Filter
 
setStatus(Operation.Status) - Method in class ru.metrika4j.entity.Operation
 
setType(Counter.CounterType) - Method in class ru.metrika4j.entity.Counter
 
setType(Filter.Type) - Method in class ru.metrika4j.entity.Filter
 
setType(Goal.ConditionType) - Method in class ru.metrika4j.entity.Goal.Condition
 
setType(Goal.GoalType) - Method in class ru.metrika4j.entity.Goal
 
setUrl(String) - Method in class ru.metrika4j.entity.Goal.Condition
 
setUserLogin(String) - Method in class ru.metrika4j.entity.Account
 
setUserLogin(String) - Method in class ru.metrika4j.entity.Delegate
 
setUserLogin(String) - Method in class ru.metrika4j.entity.Grant
 
setValue(String) - Method in class ru.metrika4j.entity.Filter
 
setValue(String) - Method in class ru.metrika4j.entity.Operation
 
size - Variable in class ru.metrika4j.entity.Counter.Informer
 
smsAllowed - Variable in class ru.metrika4j.entity.Counter.Monitoring
 
smsTime - Variable in class ru.metrika4j.entity.Counter.Monitoring
 
sortBy(String) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
sortBy(String) - Method in interface ru.metrika4j.ReportBuilder
Задаёт сортировку по возрастанию по произвольному полю отчёта
stringToJsonObject(String) - Method in class ru.metrika4j.json.jackson.JacksonMapper
 
stringToJsonObject(String) - Method in interface ru.metrika4j.json.JsonMapper
Парсит JSON строку и создает на её основе Json-объект.
stringToJsonObject(String) - Method in class ru.metrika4j.json.org.OrgJsonMapper
 

T

toApiString() - Method in class ru.metrika4j.MetrikaDate
Представляет дату в формате YYYYMMDD или YYYYMM, используемом в API
today() - Static method in class ru.metrika4j.MetrikaDate
 
toJavaDate() - Method in class ru.metrika4j.MetrikaDate
 
toString() - Method in class ru.metrika4j.entity.Account
 
toString() - Method in class ru.metrika4j.entity.Counter.Monitoring
 
toString() - Method in class ru.metrika4j.entity.Counter
 
toString() - Method in class ru.metrika4j.entity.Delegate
 
toString() - Method in class ru.metrika4j.entity.Filter
 
toString() - Method in class ru.metrika4j.entity.Goal
 
toString() - Method in class ru.metrika4j.entity.Grant
 
toString() - Method in class ru.metrika4j.entity.Operation
 
toString() - Method in class ru.metrika4j.impl.ReportItemImpl
 
toString() - Method in class ru.metrika4j.json.jackson.JacksonJsonObject
 
toString() - Method in class ru.metrika4j.json.org.OrgJsonObject
 
trackHash - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 
TransportException - Exception in ru.metrika4j.error
Ошибка передачи данных, на транспортном уровне (сокеты, HTTP)
TransportException(String) - Constructor for exception ru.metrika4j.error.TransportException
 
TransportException(Throwable) - Constructor for exception ru.metrika4j.error.TransportException
 
type - Variable in class ru.metrika4j.entity.Counter.Informer
 

U

updateAccounts(Account[]) - Method in interface ru.metrika4j.AccountApi
 
updateCounter(Counter) - Method in class ru.metrika4j.impl.MetrikaApiImpl
 
updateCounter(Counter) - Method in interface ru.metrika4j.MetrikaApi
Изменяет счетчик в аккаунте текущего пользователя
updateDelegateList(Delegate[]) - Method in interface ru.metrika4j.DelegateApi
 
updateEntity(int, T) - Method in interface ru.metrika4j.entity.EntityApi
Изменяет объект-сущность в Метрике, основываясь на заданном образце.
url - Variable in enum ru.metrika4j.Reports
 
ut - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 

V

valueOf(String) - Static method in enum ru.metrika4j.entity.Counter.CounterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Counter.Informer.HtmlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Counter.Informer.Indicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Counter.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Counter.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.CounterDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Filter.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Filter.Attr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Filter.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Filter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Goal.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Goal.GoalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Grant.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Operation.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Operation.Attr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.entity.Operation.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.ReportBuilder.Group
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.ReportBuilder.TableMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.metrika4j.Reports
Returns the enum constant of this type with the specified name.
values() - Static method in enum ru.metrika4j.entity.Counter.CounterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Counter.Informer.HtmlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Counter.Informer.Indicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Counter.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Counter.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.CounterDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Filter.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Filter.Attr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Filter.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Filter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Goal.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Goal.GoalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Grant.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Operation.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Operation.Attr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.entity.Operation.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.ReportBuilder.Group
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.ReportBuilder.TableMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.metrika4j.Reports
Returns an array containing the constants of this enum type, in the order they are declared.
visor - Variable in class ru.metrika4j.entity.Counter.CodeOptions
 

W

weekAgo() - Method in class ru.metrika4j.MetrikaDate
 
withDateFrom(MetrikaDate) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
withDateFrom(MetrikaDate) - Method in interface ru.metrika4j.ReportBuilder
Задаёт нижнюю границу временного интервала, по которому будет построен отчёт.
withDateTo(MetrikaDate) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
withDateTo(MetrikaDate) - Method in interface ru.metrika4j.ReportBuilder
Задаёт верхнюю границу временного интервала, по которому будет построен отчёт.
withGoal(Integer) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
withGoal(Integer) - Method in interface ru.metrika4j.ReportBuilder
Задаёт идентификатор цели, для получения целевого отчёта.
withItemsPerPage(Integer) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
withItemsPerPage(Integer) - Method in interface ru.metrika4j.ReportBuilder
Задаёт количество записей на одну "страницу" отчёта
withMirrorId(Integer) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
withMirrorId(Integer) - Method in interface ru.metrika4j.ReportBuilder
Задаёт фильтрацию по указанному зеркалу сайта.
withParameter(String, String) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
withParameter(String, String) - Method in interface ru.metrika4j.ReportBuilder
Задаёт входной параметр отчёта с произвольным именем.
withTableMode(ReportBuilder.TableMode) - Method in class ru.metrika4j.impl.ReportBuilderImpl
 
withTableMode(ReportBuilder.TableMode) - Method in interface ru.metrika4j.ReportBuilder
Задаёт представление результатов отчета - в виде таблиц или в виде дерева.

Y

yearAgo() - Method in class ru.metrika4j.MetrikaDate
 
yesterday() - Static method in class ru.metrika4j.MetrikaDate
 

A B C D E F G H I J M N O P R S T U V W Y

Copyright © 2011. All Rights Reserved.