|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicReportMonths | |
---|---|
com.jakewharton.pingdom.entities | Immutable POJOs which provide native object representation of the JSON returned by remote API calls. |
com.jakewharton.pingdom.enumerations | All Pingdom-defined enumerations which are used both in request responses as well as building remote requests. |
com.jakewharton.pingdom.services | Service classes provide implementations for the interaction with and assembling of specific remote API calls. |
Uses of PublicReportMonths in com.jakewharton.pingdom.entities |
---|
Methods in com.jakewharton.pingdom.entities that return PublicReportMonths | |
---|---|
PublicReportMonths |
Settings.PublicReports.getMonths()
Number of months to show. |
Uses of PublicReportMonths in com.jakewharton.pingdom.enumerations |
---|
Methods in com.jakewharton.pingdom.enumerations that return PublicReportMonths | |
---|---|
static PublicReportMonths |
PublicReportMonths.fromValue(String value)
|
static PublicReportMonths |
PublicReportMonths.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PublicReportMonths[] |
PublicReportMonths.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of PublicReportMonths in com.jakewharton.pingdom.services |
---|
Methods in com.jakewharton.pingdom.services with parameters of type PublicReportMonths | |
---|---|
SettingsService.ModifyBuilder |
SettingsService.ModifyBuilder.publicReportMonths(PublicReportMonths publicReportsMonths)
Public reports, number of months to show. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |