|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.apibuilder.ApiBuilder com.jakewharton.pingdom.PingdomApiBuilder<Message> com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
public static final class SettingsService.ModifyBuilder
Request builder for SettingsService.modify()
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jakewharton.pingdom.PingdomApiBuilder |
---|
PingdomApiBuilder.HttpMethod |
Field Summary |
---|
Fields inherited from class com.jakewharton.apibuilder.ApiBuilder |
---|
API_URL_PLACEHOLDER_END, API_URL_PLACEHOLDER_START |
Methods inherited from class com.jakewharton.pingdom.PingdomApiBuilder |
---|
execute, field, fire, parameter, parameter, parameter, parameter, postParameter, postParameter, postParameter, postParameter, postParameter |
Methods inherited from class com.jakewharton.apibuilder.ApiBuilder |
---|
buildUrl, buildUrl, encodeUrl, field, field, field, field, field, hasField, hasParameter, parameter, parameter, parameter, parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SettingsService.ModifyBuilder firstName(String firstName)
firstName
- Value.
public SettingsService.ModifyBuilder lastName(String lastName)
lastName
- Value.
public SettingsService.ModifyBuilder company(String company)
company
- Value.
public SettingsService.ModifyBuilder email(String email)
Email.
NOTE: Your email is used for authentication purposes such as using this API or logging into the Pingdom Panel.
email
- Value.
public SettingsService.ModifyBuilder cellPhone(String cellPhone)
Cellphone (without country code).
(Requires cellCountryCode(String)
and
cellCountryIso(String)
)
cellPhone
- Value.
public SettingsService.ModifyBuilder cellCountryCode(String cellCountryCode)
cellCountryCode
- Value (example: 1 (USA) or 46 (Sweden)).
public SettingsService.ModifyBuilder cellCountryIso(String cellCountryIso)
cellCountryIso
- Value (example: US (USA) or SE (Sweden)).
public SettingsService.ModifyBuilder phone(String phone)
Phone (without country code).
(Requires phoneCountryCode(String)
and
phoneCountryIso(String)
)
phone
- Value.
public SettingsService.ModifyBuilder phoneCountryCode(String phoneCountryCode)
phoneCountryCode
- Value (example: 1 (USA) or 46 (Sweden)).
public SettingsService.ModifyBuilder phoneCountryIso(String phoneCountryIso)
phoneCountryIso
- Value (example: US (USA) or SE (Sweden)).
public SettingsService.ModifyBuilder address(String address)
address
- Value.
public SettingsService.ModifyBuilder address2(String address2)
address2
- Value.
public SettingsService.ModifyBuilder zip(String zip)
zip
- Value.
public SettingsService.ModifyBuilder location(String location)
location
- Value.
public SettingsService.ModifyBuilder state(String state)
state
- Value.
public SettingsService.ModifyBuilder autoLogout(boolean autoLogout)
autoLogout
- Value.
public SettingsService.ModifyBuilder regionId(int regionId)
regionId
- Value.
Reference.getRegions()
public SettingsService.ModifyBuilder timeZoneId(int timeZoneId)
timeZoneId
- Value.
Reference.getTimeZones()
public SettingsService.ModifyBuilder dateTimeFormatId(int dateTimeFormatId)
dateTimeFormatId
- Value.
Reference.getDateTimeFormats()
public SettingsService.ModifyBuilder numberFormatId(int numberFormatId)
numberFormatId
- Value.
Reference.getNumberFormats()
public SettingsService.ModifyBuilder publicReportCustomDesign(boolean publicReportCustomDesign)
publicReportCustomDesign
- Value.
public SettingsService.ModifyBuilder publicReportTextColor(String publicReportTextColor)
publicReportTextColor
- Value (example: FEFFFE or 99CC00).
public SettingsService.ModifyBuilder publicReportBackgroundColor(String publicReportBackgroundColor)
publicReportBackgroundColor
- Value (example: FEFFFE or 99CC00).
public SettingsService.ModifyBuilder publicReportLogoUrl(String publicReportLogoUrl)
publicReportLogoUrl
- Value (example: stats.pingdom.com/images/logo.png).
public SettingsService.ModifyBuilder publicReportMonths(PublicReportMonths publicReportsMonths)
publicReportsMonths
- Value (none, all, 3).
public SettingsService.ModifyBuilder publicReportShowOverview(boolean publicReportsShowOverview)
publicReportsShowOverview
- Value.
public SettingsService.ModifyBuilder publicReportCustomDomain(String publicReportsCustomDomain)
Public reports, custom domain.
Must be a DNS CNAME with target stats.pingdom.com.
publicReportsCustomDomain
- Value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |