|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Metric in com.google.code.facebookapi |
|---|
| Methods in com.google.code.facebookapi that return Metric | |
|---|---|
static Metric |
Metric.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Metric[] |
Metric.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Method parameters in com.google.code.facebookapi with type arguments of type Metric | |
|---|---|
T |
IFacebookRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
T |
ExtensibleClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
T |
IFacebookRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
long start,
long end)
Deprecated. |
T |
ExtensibleClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
long start,
long end)
Deprecated. |
T |
IFacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
Returns values for the application metrics displayed on the Usage and HTTP Request tabs of the application's Insights page. |
T |
ExtensibleClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
|
T |
IFacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
Deprecated. use admin_getMetrics(Set, Date, Date, long); |
T |
ExtensibleClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
Deprecated. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||