A B C D E F G I L M N O P R S T U V W Z

A

Actions - Class in com.jakewharton.pingdom.entities
Represents a Pingdom actions object.
Actions() - Constructor for class com.jakewharton.pingdom.entities.Actions
 
Actions.Alert - Class in com.jakewharton.pingdom.entities
Represents a Pingdom alert object.
Actions.Alert() - Constructor for class com.jakewharton.pingdom.entities.Actions.Alert
 
actionsService() - Method in class com.jakewharton.pingdom.ServiceManager
Get actions service instance.
ActionsService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote actions service.
ActionsService() - Constructor for class com.jakewharton.pingdom.services.ActionsService
 
ActionsService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for ActionsService.get().
activate(int) - Method in class com.jakewharton.pingdom.services.ReportsPublicService
Activate public report for a specified check.
additionalEmails(List<String>) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.CreateBuilder
Additional receiving emails.
additionalEmails(List<String>) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.ModifyBuilder
Additional receiving emails.
address(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Address line 1.
address2(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Address line 2.
AlertStatus - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom alert status enumeration.
AlertVia - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom alert via enumeration.
Analysis - Class in com.jakewharton.pingdom.entities
Represents a Pingdom analysis object.
Analysis() - Constructor for class com.jakewharton.pingdom.entities.Analysis
 
analysisService() - Method in class com.jakewharton.pingdom.ServiceManager
Get analysis service instance.
AnalysisService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote analysis service.
AnalysisService() - Constructor for class com.jakewharton.pingdom.services.AnalysisService
 
AnalysisService.ListBuilder - Class in com.jakewharton.pingdom.services
Request builder for AnalysisService.list(int).
asDns() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.DnsType.
asHttp() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.HttpType.
asHttpCustom() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.HttpCustomType.
asImap() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.ImapType.
asPing() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.PingType.
asPop3() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.Pop3Type.
asSmtp() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.SmtpType.
asTcp() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.TcpType.
asUdp() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Wrap type object as an Check.UdpType.
auto(boolean) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Automatic period.
autoLogout(boolean) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Enable auto-logout.

B

banners - Variable in class com.jakewharton.pingdom.entities.ReportShared
 
BannerType - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom banner type enumeration.
Base64 - Class in com.jakewharton.pingdom.util
Provides serialization and deserialization between a regular string and a base-64 encoded string.
Base64.InputStream - Class in com.jakewharton.pingdom.util
The Class InputStream.
Base64.InputStream(InputStream) - Constructor for class com.jakewharton.pingdom.util.Base64.InputStream
Instantiates a new input stream.
Base64.InputStream(InputStream, int) - Constructor for class com.jakewharton.pingdom.util.Base64.InputStream
Instantiates a new input stream.
Base64.OutputStream - Class in com.jakewharton.pingdom.util
The Class OutputStream.
Base64.OutputStream(OutputStream) - Constructor for class com.jakewharton.pingdom.util.Base64.OutputStream
Instantiates a new output stream.
Base64.OutputStream(OutputStream, int) - Constructor for class com.jakewharton.pingdom.util.Base64.OutputStream
Instantiates a new output stream.
byCountry(boolean) - Method in class com.jakewharton.pingdom.services.SummaryAverageService.GetBuilder
Split response times into country groups.
byProbe(boolean) - Method in class com.jakewharton.pingdom.services.SummaryAverageService.GetBuilder
Split response times into probe groups

C

cellCountryCode(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Cellphone country code.
cellCountryIso(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Cellphone country ISO code.
cellPhone(String) - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
Cellphone number, without the country code part.
cellPhone(String) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Cellphone number, without the country code part.
cellPhone(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Cellphone (without country code).
Check - Class in com.jakewharton.pingdom.entities
Represents a Pingdom check object.
Check() - Constructor for class com.jakewharton.pingdom.entities.Check
 
Check.CheckTypeBase - Class in com.jakewharton.pingdom.entities
An encompassing base class which allows for the deserialization of all complex check-type objects to a single native object.
Check.CheckTypeBase() - Constructor for class com.jakewharton.pingdom.entities.Check.CheckTypeBase
 
Check.CheckTypeWrapper - Class in com.jakewharton.pingdom.entities
Wrapper for CheckType which allows for deserializing either the simple string type or a more complex object representation of the type with a single class.
Check.CheckTypeWrapper(CheckType, Check.CheckTypeBase) - Constructor for class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
 
Check.DnsType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for a DNS check type.
Check.HttpCustomType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for an HTTP custom check type.
Check.HttpType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for an HTTP check type.
Check.ImapType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for an HTTP check type.
Check.PingType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for a ping check type.
Check.Pop3Type - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for a POP 3 check type.
Check.SmtpType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for an SMTP check type.
Check.TcpType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for a TCP check type.
Check.UdpType - Class in com.jakewharton.pingdom.entities
Check.CheckTypeBase wrapper which only exposes methods appropriate for a UDP check type.
checkId(int) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.CreateBuilder
Check identifier.
checkId(int) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.ModifyBuilder
Check identifier.
checkId(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Identifier of target check.
checkIds(List<Integer>) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Limit results to actions generated from these checks.
checkService() - Method in class com.jakewharton.pingdom.ServiceManager
Get check service instance.
CheckService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote check service.
CheckService() - Constructor for class com.jakewharton.pingdom.services.CheckService
 
CheckService.CreateBuilder - Class in com.jakewharton.pingdom.services
Request builder for CheckService.create(String, String, CheckType).
CheckService.DeleteBuilder - Class in com.jakewharton.pingdom.services
Request builder for CheckService.delete(int).
CheckService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for CheckService.get(int).
CheckService.ListBuilder - Class in com.jakewharton.pingdom.services
Request builder for CheckService.list().
CheckStatus - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom check status enumeration.
CheckType - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom check type enumeration.
close() - Method in class com.jakewharton.pingdom.util.Base64.OutputStream
 
com.jakewharton.pingdom - package com.jakewharton.pingdom
Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Pingdom RESTful API.
com.jakewharton.pingdom.entities - package com.jakewharton.pingdom.entities
Immutable POJOs which provide native object representation of the JSON returned by remote API calls.
com.jakewharton.pingdom.enumerations - package 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 - package com.jakewharton.pingdom.services
Service classes provide implementations for the interaction with and assembling of specific remote API calls.
com.jakewharton.pingdom.util - package com.jakewharton.pingdom.util
Utilities for handling the interaction with remote APIs.
company(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Company.
Contact - Class in com.jakewharton.pingdom.entities
Represents a Pingdom contact object.
Contact() - Constructor for class com.jakewharton.pingdom.entities.Contact
 
contactIds(List<Integer>) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Limit results to actions sent to these contacts.
contactIds(List<Integer>) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Contact identifiers.
contactIds(List<Integer>) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.CreateBuilder
Receiving contact identifiers.
contactIds(List<Integer>) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.ModifyBuilder
Receiving contact identifiers.
contactService() - Method in class com.jakewharton.pingdom.ServiceManager
Get contact service instance.
ContactService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote contact service.
ContactService() - Constructor for class com.jakewharton.pingdom.services.ContactService
 
ContactService.CreateBuilder - Class in com.jakewharton.pingdom.services
Request builder for ContactService.create(String).
ContactService.DeleteBuilder - Class in com.jakewharton.pingdom.services
Request builder for ContactService.delete(int).
ContactService.ListBuilder - Class in com.jakewharton.pingdom.services
Request builder for ContactService.list().
ContactService.ModifyBuilder - Class in com.jakewharton.pingdom.services
Request builder for ContactService.modify(int).
countryCode(String) - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
Cellphone country code (Requires cellphone and countryiso).
countryCode(String) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Cellphone country code (Requires cellphone and countryiso).
countryIso(String) - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
Cellphone country ISO code.
countryIso(String) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Cellphone country ISO code.
create(String, String, CheckType) - Method in class com.jakewharton.pingdom.services.CheckService
Creates a new check with settings specified by provided parameters.
create(String) - Method in class com.jakewharton.pingdom.services.ContactService
Create a new contact.
create(String) - Method in class com.jakewharton.pingdom.services.ReportsEmailService
Creates a new email report.
create() - Method in class com.jakewharton.pingdom.services.ReportsSharedService
Create a shared report (banner).

D

dateTimeFormatId(int) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Date/time format identifier.
deactivate(int) - Method in class com.jakewharton.pingdom.services.ReportsPublicService
Deactivate public report for a specified check.
DECODE - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant DECODE.
decode(byte[]) - Static method in class com.jakewharton.pingdom.util.Base64
Decode.
decode(byte[], int, int, int) - Static method in class com.jakewharton.pingdom.util.Base64
Decode.
decode(String) - Static method in class com.jakewharton.pingdom.util.Base64
Decode.
decode(String, int) - Static method in class com.jakewharton.pingdom.util.Base64
Decode.
decodeFileToFile(String, String) - Static method in class com.jakewharton.pingdom.util.Base64
Decode file to file.
decodeFromFile(String) - Static method in class com.jakewharton.pingdom.util.Base64
Decode from file.
decodeToFile(String, String) - Static method in class com.jakewharton.pingdom.util.Base64
Decode to file.
decodeToObject(String) - Static method in class com.jakewharton.pingdom.util.Base64
Decode to object.
decodeToObject(String, int, ClassLoader) - Static method in class com.jakewharton.pingdom.util.Base64
Decode to object.
defaultSmsProvider(String) - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
Default SMS provider.
defaultSmsProvider(String) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Default SMS provider.
delete(String) - Method in class com.jakewharton.pingdom.PingdomApiService
Execute request using HTTP DELETE.
delete(int) - Method in class com.jakewharton.pingdom.services.CheckService
Deletes a check.
delete(int) - Method in class com.jakewharton.pingdom.services.ContactService
Deletes a contact.
delete(int) - Method in class com.jakewharton.pingdom.services.ReportsEmailService
Delete an email report.
delete(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService
Delete a shared report (banner).
directTwitter(boolean) - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
Send twitter messages as Direct Messages.
directTwitter(boolean) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Send twitter messages as Direct Messages.
DO_BREAK_LINES - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant DO_BREAK_LINES.
DONT_GUNZIP - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant DONT_GUNZIP.

E

email(String) - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
Email.
email(String) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Email.
email(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Email.
ENCODE - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant ENCODE.
encode(ByteBuffer, ByteBuffer) - Static method in class com.jakewharton.pingdom.util.Base64
Encode.
encode(ByteBuffer, CharBuffer) - Static method in class com.jakewharton.pingdom.util.Base64
Encode.
encodeBytes(byte[]) - Static method in class com.jakewharton.pingdom.util.Base64
Encode bytes.
encodeBytes(byte[], int) - Static method in class com.jakewharton.pingdom.util.Base64
Encode bytes.
encodeBytes(byte[], int, int) - Static method in class com.jakewharton.pingdom.util.Base64
Encode bytes.
encodeBytes(byte[], int, int, int) - Static method in class com.jakewharton.pingdom.util.Base64
Encode bytes.
encodeBytesToBytes(byte[]) - Static method in class com.jakewharton.pingdom.util.Base64
Encode bytes to bytes.
encodeBytesToBytes(byte[], int, int, int) - Static method in class com.jakewharton.pingdom.util.Base64
Encode bytes to bytes.
encodeFileToFile(String, String) - Static method in class com.jakewharton.pingdom.util.Base64
Encode file to file.
encodeFromFile(String) - Static method in class com.jakewharton.pingdom.util.Base64
Encode from file.
encodeObject(Serializable) - Static method in class com.jakewharton.pingdom.util.Base64
Encode object.
encodeObject(Serializable, int) - Static method in class com.jakewharton.pingdom.util.Base64
Encode object.
encodeToFile(byte[], String) - Static method in class com.jakewharton.pingdom.util.Base64
Encode to file.
Error - Class in com.jakewharton.pingdom.entities
Represents a Pingdom error object.
Error() - Constructor for class com.jakewharton.pingdom.entities.Error
 
execute() - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Execute the remote API method and return the JSON object result.
execute() - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.CheckService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.CheckService.ListBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.ContactService.ListBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.ProbeService.ListBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.ReportsEmailService.ListBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.ReportsPublicService.ListBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.ReportsSharedService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.SettingsService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.SummaryAverageService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.SummaryOutageService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.SummaryPerformanceService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.SummaryProbeService.GetBuilder
 
execute() - Method in class com.jakewharton.pingdom.services.TraceRouteService.TraceBuilder
 

F

field(String, K) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a URL field value.
fire() - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Execute remote API method and unmarshall the result to its native type.
firstName(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
First name.
flushBase64() - Method in class com.jakewharton.pingdom.util.Base64.OutputStream
Flush base64.
frequency(ReportFrequency) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.CreateBuilder
Report frequency.
frequency(ReportFrequency) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.ModifyBuilder
Report frequency.
from(Date) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Only include actions generated later than this timestamp.
from(Date) - Method in class com.jakewharton.pingdom.services.ResultsService.GetBuilder
Start of period.
from(Date) - Method in class com.jakewharton.pingdom.services.SummaryAverageService.GetBuilder
Start time of period.
from(Date) - Method in class com.jakewharton.pingdom.services.SummaryOutageService.GetBuilder
Start time of period.
from(Date) - Method in class com.jakewharton.pingdom.services.SummaryPerformanceService.GetBuilder
Start time of period.
from(Date) - Method in class com.jakewharton.pingdom.services.SummaryProbeService.GetBuilder
Start time of period.
fromDay(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Period start: day.
fromMonth(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Period start: month.
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.AlertStatus
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.AlertVia
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.BannerType
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.CheckStatus
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.CheckType
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.PerformanceResolution
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.PublicReportMonths
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.ReportFrequency
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.SharedReportType
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.SmsProvider
 
fromValue(String) - Static method in enum com.jakewharton.pingdom.enumerations.StateStatus
 
fromYear(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Period start: year.

G

get(String) - Method in class com.jakewharton.pingdom.PingdomApiService
Execute request using HTTP GET.
get() - Method in class com.jakewharton.pingdom.services.ActionsService
Get actions (alerts) that have been generated for your account.
get(int) - Method in class com.jakewharton.pingdom.services.CheckService
Returns a detailed description of a specified check.
get() - Method in class com.jakewharton.pingdom.services.ReferenceService
Get a reference of regions, timezones and date/time/number formats and their identifiers.
get() - Method in class com.jakewharton.pingdom.services.ReportsSharedService
Returns shared reports (banners).
get(int) - Method in class com.jakewharton.pingdom.services.ResultsService
Return raw test results for a specified check.
get() - Method in class com.jakewharton.pingdom.services.ServerTimeService
Get the current time of the API server.
get() - Method in class com.jakewharton.pingdom.services.SettingsService
Returns all account-specific settings.
get(int) - Method in class com.jakewharton.pingdom.services.SummaryAverageService
Get a summarized response time / uptime value for a specified check and time period.
get(int) - Method in class com.jakewharton.pingdom.services.SummaryOutageService
Get a list of status changes for a specified check and time period.
get(int) - Method in class com.jakewharton.pingdom.services.SummaryPerformanceService
Get the average response time and uptime for a list of intervals.
get(int) - Method in class com.jakewharton.pingdom.services.SummaryProbeService
Get a list of probes that performed tests for a specified check during a specified period.
getAccountCreated() - Method in class com.jakewharton.pingdom.entities.Settings
Account creation timestamp.
getActive() - Method in class com.jakewharton.pingdom.entities.Probe
Is the probe currently active?.
getAdditionalEmails() - Method in class com.jakewharton.pingdom.entities.ReportSubscription
Additional receiving emails.
getAdditionalUrls() - Method in class com.jakewharton.pingdom.entities.Check.HttpCustomType
Full URL (including hostname) to target additional XML file.
getAddress() - Method in class com.jakewharton.pingdom.entities.Settings
Address line 1.
getAddress2() - Method in class com.jakewharton.pingdom.entities.Settings
Address line 2.
getAlerts() - Method in class com.jakewharton.pingdom.entities.Actions
Alert entries.
getAnalysisId() - Method in class com.jakewharton.pingdom.entities.RawResults.Results
Analysis identifier.
getAuto() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Automatic period activated?
getAutoLogout() - Method in class com.jakewharton.pingdom.entities.Settings
Enable auto-logout.
getAverageResponse() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Day
Average response time for this interval in milliseconds.
getAverageResponse() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Hour
Average response time for this interval in milliseconds.
getAverageResponse() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Week
Average response time for this interval in milliseconds.
getAvgResponse() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime
Total average response time in milliseconds.
getAvgResponse() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.ProbeResponseTime
Group average response time in milliseconds.
getBackgroundColor() - Method in class com.jakewharton.pingdom.entities.Settings.PublicReports
Background color.
getBanners() - Method in class com.jakewharton.pingdom.entities.ReportShared
Get a list of banners.
getCellPhone() - Method in class com.jakewharton.pingdom.entities.Contact
Contact cellphone.
getCellPhone() - Method in class com.jakewharton.pingdom.entities.Settings
Cellphone.
getCharged() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
True if your account was charged for this message.
getCheckId() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Identifier of check.
getCheckId() - Method in class com.jakewharton.pingdom.entities.ReportPublic
Check identifier.
getCheckId() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Check identifier
getCheckId() - Method in class com.jakewharton.pingdom.entities.ReportSubscription
Check identifier for check subscriptions.
getCheckName() - Method in class com.jakewharton.pingdom.entities.ReportPublic
Check name
getCity() - Method in class com.jakewharton.pingdom.entities.Probe
City.
getCompany() - Method in class com.jakewharton.pingdom.entities.Settings
Company.
getContactId() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Identifier of alerted contact.
getContactIds() - Method in class com.jakewharton.pingdom.entities.ReportSubscription
Identifier for receiving contacts.
getContactName() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Name of alerted contact.
getCountry() - Method in class com.jakewharton.pingdom.entities.Probe
Country.
getCountry() - Method in class com.jakewharton.pingdom.entities.Settings
Country.
getCountryIso() - Method in class com.jakewharton.pingdom.entities.Probe
Country ISO code.
getCountryIso() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.ProbeResponseTime
Country group ISO code.
getCreated() - Method in class com.jakewharton.pingdom.entities.Check
Creating time.
getCustomDesign() - Method in class com.jakewharton.pingdom.entities.Settings.PublicReports
Use custom design for public reports.
getCustomDomain() - Method in class com.jakewharton.pingdom.entities.Settings.PublicReports
Custom domain.
getDateFormat() - Method in class com.jakewharton.pingdom.entities.Settings
Date format.
getDateTimeFormats() - Method in class com.jakewharton.pingdom.entities.Reference
Get a list of date/time formats.
getDays() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance
List of days.
getDefaultSmsProvider() - Method in class com.jakewharton.pingdom.entities.Contact
Default SMS provider.
getDescription() - Method in class com.jakewharton.pingdom.entities.Reference.DateTimeFormat
Date/time format description.
getDescription() - Method in class com.jakewharton.pingdom.entities.Reference.NumberFormat
Number format description.
getDescription() - Method in class com.jakewharton.pingdom.entities.Reference.Region
Region description.
getDescription() - Method in class com.jakewharton.pingdom.entities.Reference.TimeZone
Time zone description.
getDescription() - Method in class com.jakewharton.pingdom.entities.Settings.TimeZone
Time zone description.
getDirectTwitter() - Method in class com.jakewharton.pingdom.entities.Contact
Send Twitter messages as Direct Messages.
getDowntime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Day
Total downtime for this interval in seconds.
getDowntime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Hour
Total downtime for this interval in seconds.
getDowntime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Week
Total downtime for this interval in seconds.
getEmail() - Method in class com.jakewharton.pingdom.entities.Contact
Contact email.
getEmail() - Method in class com.jakewharton.pingdom.entities.Settings
Email.
getEncryption() - Method in class com.jakewharton.pingdom.entities.Check.HttpCustomType
Connection encryption.
getEncryption() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Connection encryption.
getEncryption() - Method in class com.jakewharton.pingdom.entities.Check.ImapType
Connection encryption.
getEncryption() - Method in class com.jakewharton.pingdom.entities.Check.Pop3Type
Connection encryption.
getEncryption() - Method in class com.jakewharton.pingdom.entities.Check.SmtpType
Connection encryption.
getErrorMessage() - Method in class com.jakewharton.pingdom.entities.Error
Error message body.
getExpectedIp() - Method in class com.jakewharton.pingdom.entities.Check.DnsType
Expected IP.
getFirstName() - Method in class com.jakewharton.pingdom.entities.Settings
First name.
getFrequency() - Method in class com.jakewharton.pingdom.entities.ReportSubscription
Report frequency.
getFrom() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime
Start time of period.
getFromDay() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Period start: day.
getFromMonth() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Period start: month
getFromYear() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Period start: year.
getHostName() - Method in class com.jakewharton.pingdom.entities.Check
Target host.
getHostName() - Method in class com.jakewharton.pingdom.entities.Probe
DNS name.
getHours() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance
List of hours.
getId() - Method in class com.jakewharton.pingdom.entities.Analysis
Analysis id.
getId() - Method in class com.jakewharton.pingdom.entities.Check
Check identifier.
getId() - Method in class com.jakewharton.pingdom.entities.Contact
Contact identifier.
getId() - Method in class com.jakewharton.pingdom.entities.Probe
Unique probe id.
getId() - Method in class com.jakewharton.pingdom.entities.Reference.DateTimeFormat
Date/time format identifier.
getId() - Method in class com.jakewharton.pingdom.entities.Reference.NumberFormat
Number format identifier.
getId() - Method in class com.jakewharton.pingdom.entities.Reference.Region
Region identifier.
getId() - Method in class com.jakewharton.pingdom.entities.Reference.TimeZone
Time zone identifier.
getId() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Banner identifier.
getId() - Method in class com.jakewharton.pingdom.entities.ReportSubscription
Subscription identifier.
getId() - Method in class com.jakewharton.pingdom.entities.Settings.TimeZone
Time zone identifier.
getIp() - Method in class com.jakewharton.pingdom.entities.Probe
IP address.
getiPhoneTokens() - Method in class com.jakewharton.pingdom.entities.Contact
iPhone tokens.
getIso() - Method in class com.jakewharton.pingdom.entities.Settings.Country
Country ISO-code.
getLastErrorTime() - Method in class com.jakewharton.pingdom.entities.Check
Timestamp of last error (if any).
getLastName() - Method in class com.jakewharton.pingdom.entities.Settings
Last name.
getLastResponseTime() - Method in class com.jakewharton.pingdom.entities.Check
Response time (in milliseconds) of last test.
getLastTestTime() - Method in class com.jakewharton.pingdom.entities.Check
Timestamp of last test (if any).
getList() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.AvgResponseWrapper
Get as list of values.
getLocation() - Method in class com.jakewharton.pingdom.entities.Settings
City / location.
getLogoUrl() - Method in class com.jakewharton.pingdom.entities.Settings.PublicReports
URL to custom logotype.
getMessage() - Method in class com.jakewharton.pingdom.entities.Message
Message body.
getMessageFull() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Full message body.
getMessageShort() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Short description of message.
getMonths() - Method in class com.jakewharton.pingdom.entities.Settings.PublicReports
Number of months to show.
getName() - Method in class com.jakewharton.pingdom.entities.Check
Check name.
getName() - Method in class com.jakewharton.pingdom.entities.Contact
Contact name.
getName() - Method in class com.jakewharton.pingdom.entities.Probe
Name.
getName() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Banner name
getName() - Method in class com.jakewharton.pingdom.entities.ReportSubscription
Subscription name.
getName() - Method in class com.jakewharton.pingdom.entities.Settings.Country
Country name.
getNameServer() - Method in class com.jakewharton.pingdom.entities.Check.DnsType
DNS server to use.
getNative() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Get native type enum value.
getNotifyAgainEvery() - Method in class com.jakewharton.pingdom.entities.Check
Notify again every n result.
getNotifyWhenBackUp() - Method in class com.jakewharton.pingdom.entities.Check
Notify when back up again.
getNumberExample() - Method in class com.jakewharton.pingdom.entities.Settings
Example of number presentation.
getNumberFormat() - Method in class com.jakewharton.pingdom.entities.Settings
Number format.
getNumberFormats() - Method in class com.jakewharton.pingdom.entities.Reference
Get a list of number formats.
getPassword() - Method in class com.jakewharton.pingdom.entities.Check.HttpCustomType
Password for target HTTP authentication.
getPassword() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Password for target HTTP authentication.
getPassword() - Method in class com.jakewharton.pingdom.entities.Check.SmtpType
Password for target SMTP authentication.
getPaused() - Method in class com.jakewharton.pingdom.entities.Contact
True if contact is paused.
getPhone() - Method in class com.jakewharton.pingdom.entities.Settings
Phone.
getPort() - Method in class com.jakewharton.pingdom.entities.Check.HttpCustomType
Target port.
getPort() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Target port.
getPort() - Method in class com.jakewharton.pingdom.entities.Check.ImapType
Target port.
getPort() - Method in class com.jakewharton.pingdom.entities.Check.Pop3Type
Target port.
getPort() - Method in class com.jakewharton.pingdom.entities.Check.SmtpType
Target port.
getPort() - Method in class com.jakewharton.pingdom.entities.Check.TcpType
Target port.
getPort() - Method in class com.jakewharton.pingdom.entities.Check.UdpType
Target port.
getPostData() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Data that should be posted to the web page, for example submission data for a sign-up or login form.
getProbeDescription() - Method in class com.jakewharton.pingdom.entities.TraceRoute
Probe description.
getProbeId() - Method in class com.jakewharton.pingdom.entities.RawResults.Results
Probe identifier.
getProbeId() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.ProbeResponseTime
Probe group probe identifier.
getProbeId() - Method in class com.jakewharton.pingdom.entities.TraceRoute
Probe identifier.
getPublicReports() - Method in class com.jakewharton.pingdom.entities.Settings
Public reports settings.
getRegion() - Method in class com.jakewharton.pingdom.entities.Settings
Region.
getRegions() - Method in class com.jakewharton.pingdom.entities.Reference
Get a list of regions.
getReportUrl() - Method in class com.jakewharton.pingdom.entities.ReportPublic
URL to report
getRequestHeaders() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Custom HTTP headers.
getResolution() - Method in class com.jakewharton.pingdom.entities.Check
How often should the check be tested? (minutes)
getResponseTime() - Method in class com.jakewharton.pingdom.entities.RawResults.Results
Response time (in milliseconds) (Will be 0 if no response was received).
getResponseTime() - Method in class com.jakewharton.pingdom.entities.SummaryAverage
Get response time information.
getResult() - Method in class com.jakewharton.pingdom.entities.TraceRoute
Traceroute output.
getResults() - Method in class com.jakewharton.pingdom.entities.RawResults
List of raw result data.
getSendNotificationWhenDown() - Method in class com.jakewharton.pingdom.entities.Check
Send notification when down n times.
getSendToEmail() - Method in class com.jakewharton.pingdom.entities.Check
Send alerts as email.
getSendToIPhone() - Method in class com.jakewharton.pingdom.entities.Check
Send alerts to iPhone.
getSendToSms() - Method in class com.jakewharton.pingdom.entities.Check
Send alerts as SMS.
getSendToTwitter() - Method in class com.jakewharton.pingdom.entities.Check
Send alerts through Twitter.
getSentTo() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Target address, phone number, etc.
getServiceTime() - Method in class com.jakewharton.pingdom.entities.ServerTime
Current server time.
getShouldContain() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Target site should contain this string.
getShouldNotContain() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Target site should NOT contain this string.
getShowOverview() - Method in class com.jakewharton.pingdom.entities.Settings.PublicReports
Enable overview.
getSingle() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.AvgResponseWrapper
Get as single value.
getSomethingIds() - Method in class com.jakewharton.pingdom.entities.RawResults
For your convinience, a list of used probes that produced the showed results.
getStartTime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Day
Day interval start.
getStartTime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Hour
Hour interval start.
getStartTime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Week
Week interval start.
getState() - Method in class com.jakewharton.pingdom.entities.Settings
State or equivalent.
getStates() - Method in class com.jakewharton.pingdom.entities.SummaryOutage
Get a list of states.
getStatus() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Alert status.
getStatus() - Method in class com.jakewharton.pingdom.entities.Check
Current status of check.
getStatus() - Method in class com.jakewharton.pingdom.entities.RawResults.Results
Result status.
getStatus() - Method in class com.jakewharton.pingdom.entities.SummaryAverage
Get status information.
getStatus() - Method in class com.jakewharton.pingdom.entities.SummaryOutage.State
Interval status.
getStatusCode() - Method in class com.jakewharton.pingdom.entities.Error
Error status code.
getStatusDesc() - Method in class com.jakewharton.pingdom.entities.RawResults.Results
Short status description.
getStatusDescLong() - Method in class com.jakewharton.pingdom.entities.RawResults.Results
Long status description.
getStatusDescription() - Method in class com.jakewharton.pingdom.entities.Error
Error status description.
getStringToExpect() - Method in class com.jakewharton.pingdom.entities.Check.ImapType
String to expect in response.
getStringToExpect() - Method in class com.jakewharton.pingdom.entities.Check.Pop3Type
String to expect in response.
getStringToExpect() - Method in class com.jakewharton.pingdom.entities.Check.SmtpType
String to expect in response.
getStringToExpect() - Method in class com.jakewharton.pingdom.entities.Check.TcpType
String to expect in response.
getStringToExpect() - Method in class com.jakewharton.pingdom.entities.Check.UdpType
String to expect in response.
getStringToSend() - Method in class com.jakewharton.pingdom.entities.Check.TcpType
String to send.
getStringToSend() - Method in class com.jakewharton.pingdom.entities.Check.UdpType
String to send.
getTextColor() - Method in class com.jakewharton.pingdom.entities.Settings.PublicReports
Custom text color.
getTime() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Time of alert generation.
getTime() - Method in class com.jakewharton.pingdom.entities.RawResults.Results
Time when test was performed.
getTimeConfirmTest() - Method in class com.jakewharton.pingdom.entities.Analysis
Time of the confirmation test that performed the error analysis.
getTimeFirstTest() - Method in class com.jakewharton.pingdom.entities.Analysis
Time of test that initiated the confirmation test.
getTimeFormat() - Method in class com.jakewharton.pingdom.entities.Settings
Time format.
getTimeFrom() - Method in class com.jakewharton.pingdom.entities.SummaryOutage.State
Interval start.
getTimeTo() - Method in class com.jakewharton.pingdom.entities.SummaryOutage.State
Interval end.
getTimeZone() - Method in class com.jakewharton.pingdom.entities.Settings
Time zone.
getTimeZones() - Method in class com.jakewharton.pingdom.entities.Reference
Get a list of time zones.
getTo() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime
End time of period.
getToDay() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Period end: day.
getToMonth() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Period end: month.
getTotalDown() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.Status
Total downtime in seconds (Please note that the accuracy of this value is depending on your check resolution).
getTotalUnknown() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.Status
Total unknown/unmonitored/paused in seconds (Please note that the accuracy of this value is depending on your check resolution.
getTotalUp() - Method in class com.jakewharton.pingdom.entities.SummaryAverage.Status
Total uptime in seconds (Please note that the accuracy of this value is depending on your check resolution).
getToYear() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Period end: year.
getTwitterUser() - Method in class com.jakewharton.pingdom.entities.Contact
Twitter username.
getType() - Method in class com.jakewharton.pingdom.entities.Check
Check type.
getType() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Banner type
getType() - Method in class com.jakewharton.pingdom.entities.ReportSubscription
Subscription type.
getTypeObject() - Method in class com.jakewharton.pingdom.entities.Check.CheckTypeWrapper
Get type object representation.
getUnmonitored() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Day
Total unmonitored time for this interval in seconds.
getUnmonitored() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Hour
Total unmonitored time for this interval in seconds.
getUnmonitored() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Week
Total unmonitored time for this interval in seconds.
getUptime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Day
Total uptime for this interval in seconds.
getUptime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Hour
Total uptime for this interval in seconds.
getUptime() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance.Week
Total uptime for this interval in seconds.
getUrl() - Method in class com.jakewharton.pingdom.entities.Check.HttpCustomType
Path to target XML file on server.
getUrl() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Path to target on server.
getUrl() - Method in class com.jakewharton.pingdom.entities.ReportShared.Banner
Banner URL.
getUsername() - Method in class com.jakewharton.pingdom.entities.Check.HttpCustomType
Username for target HTTP authentication.
getUsername() - Method in class com.jakewharton.pingdom.entities.Check.HttpType
Username for target HTTP authentication.
getUsername() - Method in class com.jakewharton.pingdom.entities.Check.SmtpType
Username for target SMTP authentication.
getVia() - Method in class com.jakewharton.pingdom.entities.Actions.Alert
Alert medium.
getWeeks() - Method in class com.jakewharton.pingdom.entities.SummaryPerformance
List of weeks.
getZip() - Method in class com.jakewharton.pingdom.entities.Settings
Zip, postal code, or equivalent.
GZIP - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant GZIP.

I

includeAnalysis(boolean) - Method in class com.jakewharton.pingdom.services.ResultsService.GetBuilder
Attach available error analysis identifiers to corresponding results.
includeUptime(boolean) - Method in class com.jakewharton.pingdom.services.SummaryAverageService.GetBuilder
Include uptime information.
includeUptime(boolean) - Method in class com.jakewharton.pingdom.services.SummaryPerformanceService.GetBuilder
Include uptime information.

L

lastName(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Last name.
limit(int) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Limits the number of returned results to the specified quantity.
limit(int) - Method in class com.jakewharton.pingdom.services.AnalysisService.ListBuilder
Limits the number of returned results to the specified quantity.
limit(int) - Method in class com.jakewharton.pingdom.services.CheckService.ListBuilder
Limits the number of returned results to the specified quantity.
limit(int) - Method in class com.jakewharton.pingdom.services.ContactService.ListBuilder
Limits the number of returned results to the specified quantity.
limit(int) - Method in class com.jakewharton.pingdom.services.ResultsService.GetBuilder
Number of results to show (Will be set to 100 if the provided value is greater than 100).
list(int) - Method in class com.jakewharton.pingdom.services.AnalysisService
Returns a list of the latest error analysis results for a specified check.
list() - Method in class com.jakewharton.pingdom.services.CheckService
Returns a list overview of all checks.
list() - Method in class com.jakewharton.pingdom.services.ContactService
Returns a list of all contacts.
list() - Method in class com.jakewharton.pingdom.services.ProbeService
Returns a list of all Pingdom probe servers.
list() - Method in class com.jakewharton.pingdom.services.ReportsEmailService
Returns a list of email report subscriptions.
list() - Method in class com.jakewharton.pingdom.services.ReportsPublicService
Returns a list of public (web-based) reports.
location(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
City / location.

M

Message - Class in com.jakewharton.pingdom.entities
Represents a Pingdom message object.
Message() - Constructor for class com.jakewharton.pingdom.entities.Message
 
modify(int) - Method in class com.jakewharton.pingdom.services.ContactService
Modify a contact.
modify(int) - Method in class com.jakewharton.pingdom.services.ReportsEmailService
Modify an email report.
modify() - Method in class com.jakewharton.pingdom.services.SettingsService
Modify account-specific settings.

N

name(String) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Name.
name(String) - Method in class com.jakewharton.pingdom.services.ReportsEmailService.ModifyBuilder
Name.
newActionsService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new actions service instance.
newAnalysisService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new analysis service instance.
newCheckService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new check service instance.
newContactService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new contact service instance.
newProbeService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new probe service instance.
newReferenceService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new reference service instance.
newReportsEmailService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new report email service instance.
newReportsPublicService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new reports public service instance.
newReportsSharedService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new reports shared service instance.
newResultsService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new results service instance.
newServerTimeService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new server time service instance.
newSettingsService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new settings service instance.
newSummaryAverageService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new summary average service instance.
newSummaryOutageService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new summary outage service instance.
newSummaryPerformanceService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new summary performance service instance.
newSummaryProbeService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new summary probe service instance.
newTraceRouteService() - Static method in class com.jakewharton.pingdom.ServiceManager
Create new trace route service instance.
NO_OPTIONS - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant NO_OPTIONS.
notifyAgainEvery(int) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Notify again every n result.
notifyWhenBackUp(boolean) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Notify when back up again.
numberFormatId(int) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Number format identifier.

O

offset(int) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Offset for listing.
offset(int) - Method in class com.jakewharton.pingdom.services.AnalysisService.ListBuilder
Offset for listing.
offset(int) - Method in class com.jakewharton.pingdom.services.CheckService.ListBuilder
Offset for listing.
offset(int) - Method in class com.jakewharton.pingdom.services.ContactService.ListBuilder
Offset for listing.
offset(int) - Method in class com.jakewharton.pingdom.services.ResultsService.GetBuilder
Number of results to skip (max value is 43200).
ORDERED - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant ORDERED.

P

parameter(String, Date) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a URL parameter value.
parameter(String, K) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a URL parameter value.
parameter(String, List<K>) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a URL parameter value.
parameter(String, Set<K>) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a URL parameter value.
paused(boolean) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Paused.
PerformanceResolution - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom performance resolution enumeration.
phone(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Phone (without country code).
phoneCountryCode(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Phone country code.
phoneCountryIso(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Phone country ISO code.
PingdomApiBuilder<T> - Class in com.jakewharton.pingdom
Pingdom-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
PingdomApiBuilder(PingdomApiService, TypeToken<T>, String) - Constructor for class com.jakewharton.pingdom.PingdomApiBuilder
Initialize a new builder for an HTTP GET call.
PingdomApiBuilder(PingdomApiService, TypeToken<T>, String, PingdomApiBuilder.HttpMethod) - Constructor for class com.jakewharton.pingdom.PingdomApiBuilder
Initialize a new builder for the specified HTTP method call.
PingdomApiBuilder(PingdomApiService, TypeToken<T>, String, double) - Constructor for class com.jakewharton.pingdom.PingdomApiBuilder
Initalize a new builder for an HTTP GET call with specified API version.
PingdomApiBuilder(PingdomApiService, TypeToken<T>, String, PingdomApiBuilder.HttpMethod, double) - Constructor for class com.jakewharton.pingdom.PingdomApiBuilder
Initialize a new builder for the specified HTTP method and API version.
PingdomApiBuilder.HttpMethod - Enum in com.jakewharton.pingdom
Valid HTTP request methods.
PingdomApiService - Class in com.jakewharton.pingdom
Pingdom-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
PingdomApiService() - Constructor for class com.jakewharton.pingdom.PingdomApiService
Create a new Pingdom service with our proper default values.
PingdomEntity - Interface in com.jakewharton.pingdom
Local representation of a server-side Pingdom object which can be de-serialized from JSON.
PingdomEnumeration - Interface in com.jakewharton.pingdom
Interface which allows for central unification of the type heirarchy of all Pingdom-specific enumerations.
post(String, Map<String, String>) - Method in class com.jakewharton.pingdom.PingdomApiService
Execute request using HTTP POST.
postParameter(String, String) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a request body parameter value.
postParameter(String, boolean) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a request body parameter value.
postParameter(String, int) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a request body parameter value.
postParameter(String, List<K>) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a request body parameter value.
postParameter(String, K) - Method in class com.jakewharton.pingdom.PingdomApiBuilder
Add a request body parameter value.
Probe - Class in com.jakewharton.pingdom.entities
Represents a Pingdom probe object.
Probe() - Constructor for class com.jakewharton.pingdom.entities.Probe
 
probeId(int) - Method in class com.jakewharton.pingdom.services.TraceRouteService.TraceBuilder
Probe identifier.
probes(List<Integer>) - Method in class com.jakewharton.pingdom.services.ResultsService.GetBuilder
Filter to only show results from a list of probes.
probes(List<Integer>) - Method in class com.jakewharton.pingdom.services.SummaryAverageService.GetBuilder
Filter to only use results from a list of probes.
probes(List<Integer>) - Method in class com.jakewharton.pingdom.services.SummaryPerformanceService.GetBuilder
Filter to only use results from a list of probes.
probeService() - Method in class com.jakewharton.pingdom.ServiceManager
Get probe service instance.
ProbeService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote probe service.
ProbeService() - Constructor for class com.jakewharton.pingdom.services.ProbeService
 
ProbeService.ListBuilder - Class in com.jakewharton.pingdom.services
Request builder for ProbeService.list().
publicReportBackgroundColor(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Public reports, background color.
publicReportCustomDesign(boolean) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Use custom design for public reports.
publicReportCustomDomain(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Public reports, custom domain.
publicReportLogoUrl(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Public reports, URL to custom logotype.
PublicReportMonths - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom public report months enumeration.
publicReportMonths(PublicReportMonths) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Public reports, number of months to show.
publicReportShowOverview(boolean) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Public reports, enable overview.
publicReportTextColor(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Public reports, custom text color.
put(String, Map<String, String>) - Method in class com.jakewharton.pingdom.PingdomApiService
Execute request using HTTP PUT.

R

RawResults - Class in com.jakewharton.pingdom.entities
Represents a Pingdom raw results object.
RawResults() - Constructor for class com.jakewharton.pingdom.entities.RawResults
 
RawResults.Results - Class in com.jakewharton.pingdom.entities
Represents a Pingdom results object.
RawResults.Results() - Constructor for class com.jakewharton.pingdom.entities.RawResults.Results
 
read() - Method in class com.jakewharton.pingdom.util.Base64.InputStream
 
read(byte[], int, int) - Method in class com.jakewharton.pingdom.util.Base64.InputStream
 
Reference - Class in com.jakewharton.pingdom.entities
Represents a Pingdom reference object.
Reference() - Constructor for class com.jakewharton.pingdom.entities.Reference
 
Reference.DateTimeFormat - Class in com.jakewharton.pingdom.entities
Represents a Pingdom date/time format object.
Reference.DateTimeFormat() - Constructor for class com.jakewharton.pingdom.entities.Reference.DateTimeFormat
 
Reference.NumberFormat - Class in com.jakewharton.pingdom.entities
Represents a Pingdom number object.
Reference.NumberFormat() - Constructor for class com.jakewharton.pingdom.entities.Reference.NumberFormat
 
Reference.Region - Class in com.jakewharton.pingdom.entities
Represents a Pingdom region object.
Reference.Region() - Constructor for class com.jakewharton.pingdom.entities.Reference.Region
 
Reference.TimeZone - Class in com.jakewharton.pingdom.entities
Represents a Pingdom time zone object.
Reference.TimeZone() - Constructor for class com.jakewharton.pingdom.entities.Reference.TimeZone
 
referenceService() - Method in class com.jakewharton.pingdom.ServiceManager
Get reference service instance.
ReferenceService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote reference service.
ReferenceService() - Constructor for class com.jakewharton.pingdom.services.ReferenceService
 
ReferenceService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReferenceService.get().
regionId(int) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Region identifier.
ReportFrequency - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom report frequency enumeration.
ReportPublic - Class in com.jakewharton.pingdom.entities
Represents a Pingdom public report object.
ReportPublic() - Constructor for class com.jakewharton.pingdom.entities.ReportPublic
 
reportsEmailService() - Method in class com.jakewharton.pingdom.ServiceManager
Get report email service.
ReportsEmailService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote email reports service.
ReportsEmailService() - Constructor for class com.jakewharton.pingdom.services.ReportsEmailService
 
ReportsEmailService.CreateBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsEmailService.create(String).
ReportsEmailService.DeleteBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsEmailService.delete(int).
ReportsEmailService.ListBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsEmailService.list().
ReportsEmailService.ModifyBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsEmailService.modify(int).
ReportShared - Class in com.jakewharton.pingdom.entities
Represents a Pingdom shared report object.
ReportShared() - Constructor for class com.jakewharton.pingdom.entities.ReportShared
 
ReportShared.Banner - Class in com.jakewharton.pingdom.entities
Represents a Pingdom shared report banner object.
ReportShared.Banner() - Constructor for class com.jakewharton.pingdom.entities.ReportShared.Banner
 
reportsPublicService() - Method in class com.jakewharton.pingdom.ServiceManager
Get reports public service.
ReportsPublicService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote public reports service.
ReportsPublicService() - Constructor for class com.jakewharton.pingdom.services.ReportsPublicService
 
ReportsPublicService.ActivateBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsPublicService.activate(int).
ReportsPublicService.DeactivateBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsPublicService.deactivate(int).
ReportsPublicService.ListBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsPublicService.list().
reportsSharedService() - Method in class com.jakewharton.pingdom.ServiceManager
Get reports shared service.
ReportsSharedService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote shared reports service.
ReportsSharedService() - Constructor for class com.jakewharton.pingdom.services.ReportsSharedService
 
ReportsSharedService.CreateBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsSharedService.create().
ReportsSharedService.DeleteBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsSharedService.delete(int).
ReportsSharedService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for ReportsSharedService.get().
ReportSubscription - Class in com.jakewharton.pingdom.entities
Represents a Pingdom report subscription object.
ReportSubscription() - Constructor for class com.jakewharton.pingdom.entities.ReportSubscription
 
resolution(int) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Check resolution.
resolution(PerformanceResolution) - Method in class com.jakewharton.pingdom.services.SummaryPerformanceService.GetBuilder
Interval size.
resultsService() - Method in class com.jakewharton.pingdom.ServiceManager
Get results service instance.
ResultsService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote results service.
ResultsService() - Constructor for class com.jakewharton.pingdom.services.ResultsService
 
ResultsService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for ResultsService.get(int).
resumeEncoding() - Method in class com.jakewharton.pingdom.util.Base64.OutputStream
Resume encoding.

S

sendNotificationWhenDown(int) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Send notification when down n times.
sendToEmail(boolean) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Send alerts as email.
sendToIPhone(boolean) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Send alerts to iPhone.
sendToSms(boolean) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Send alerts as SMS.
sendToTwitter(boolean) - Method in class com.jakewharton.pingdom.services.CheckService.CreateBuilder
Send alerts through Twitter.
ServerTime - Class in com.jakewharton.pingdom.entities
Represents a Pingdom server time object.
ServerTime() - Constructor for class com.jakewharton.pingdom.entities.ServerTime
 
serverTimeService() - Method in class com.jakewharton.pingdom.ServiceManager
Get server time service instance.
ServerTimeService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote server time service.
ServerTimeService() - Constructor for class com.jakewharton.pingdom.services.ServerTimeService
 
ServerTimeService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for ServerTimeService.get().
ServiceManager - Class in com.jakewharton.pingdom
Class to manage service creation with default settings.
ServiceManager() - Constructor for class com.jakewharton.pingdom.ServiceManager
Create a new manager instance.
setApiVersion(double) - Method in class com.jakewharton.pingdom.PingdomApiService
Set the API version.
setAppKey(String) - Method in class com.jakewharton.pingdom.PingdomApiService
Set API key to use for client authentication by Pingdom.
setAppKey(String) - Method in class com.jakewharton.pingdom.ServiceManager
Set default API key.
setAuthentication(String, String) - Method in class com.jakewharton.pingdom.PingdomApiService
Set email and password to use for HTTP basic authentication.
setAuthentication(String, String) - Method in class com.jakewharton.pingdom.ServiceManager
Set default authentication credentials.
setConnectionTimeout(int) - Method in class com.jakewharton.pingdom.ServiceManager
Set default connection timeout.
setReadTimeout(int) - Method in class com.jakewharton.pingdom.ServiceManager
Set default read timeout.
Settings - Class in com.jakewharton.pingdom.entities
Represents a Pingdom settings object.
Settings() - Constructor for class com.jakewharton.pingdom.entities.Settings
 
Settings.Country - Class in com.jakewharton.pingdom.entities
Represents a Pingdom country object.
Settings.Country() - Constructor for class com.jakewharton.pingdom.entities.Settings.Country
 
Settings.PublicReports - Class in com.jakewharton.pingdom.entities
Represents a Pingdom public report settings object.
Settings.PublicReports() - Constructor for class com.jakewharton.pingdom.entities.Settings.PublicReports
 
Settings.TimeZone - Class in com.jakewharton.pingdom.entities
Represents a Pingdom time zone object.
Settings.TimeZone() - Constructor for class com.jakewharton.pingdom.entities.Settings.TimeZone
 
settingsService() - Method in class com.jakewharton.pingdom.ServiceManager
Get settings service instance.
SettingsService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote settings service.
SettingsService() - Constructor for class com.jakewharton.pingdom.services.SettingsService
 
SettingsService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for SettingsService.get().
SettingsService.ModifyBuilder - Class in com.jakewharton.pingdom.services
Request builder for SettingsService.modify().
SharedReportType - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom shared report type enumeration.
sharedType(SharedReportType) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Shared report type.
SmsProvider - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom SMS provider enumeration.
state(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
State, province, or equivalent.
StateStatus - Enum in com.jakewharton.pingdom.enumerations
Represents a Pingdom state status enumeration.
status(AlertStatus) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Limit results to actions with these statuses.
status(List<StateStatus>) - Method in class com.jakewharton.pingdom.services.ResultsService.GetBuilder
Filter to only show results with specified statuses.
SummaryAverage - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary average object.
SummaryAverage() - Constructor for class com.jakewharton.pingdom.entities.SummaryAverage
 
SummaryAverage.ResponseTime - Class in com.jakewharton.pingdom.entities
Represents a Pingdom response time object.
SummaryAverage.ResponseTime() - Constructor for class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime
 
SummaryAverage.ResponseTime.AvgResponseWrapper - Class in com.jakewharton.pingdom.entities
Wrapper for the average response field of a SummaryAverage.ResponseTime providing either a single integer value or a list of probe-specific response times.
SummaryAverage.ResponseTime.AvgResponseWrapper(int) - Constructor for class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.AvgResponseWrapper
 
SummaryAverage.ResponseTime.AvgResponseWrapper(List<SummaryAverage.ResponseTime.ProbeResponseTime>) - Constructor for class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.AvgResponseWrapper
 
SummaryAverage.ResponseTime.ProbeResponseTime - Class in com.jakewharton.pingdom.entities
Represents a Pingdom probe response time object.
SummaryAverage.ResponseTime.ProbeResponseTime() - Constructor for class com.jakewharton.pingdom.entities.SummaryAverage.ResponseTime.ProbeResponseTime
 
SummaryAverage.Status - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary average status object.
SummaryAverage.Status() - Constructor for class com.jakewharton.pingdom.entities.SummaryAverage.Status
 
summaryAverageService() - Method in class com.jakewharton.pingdom.ServiceManager
Get summary average service instance.
SummaryAverageService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote summary average service.
SummaryAverageService() - Constructor for class com.jakewharton.pingdom.services.SummaryAverageService
 
SummaryAverageService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for SummaryAverageService.get(int).
SummaryOutage - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary outage object.
SummaryOutage() - Constructor for class com.jakewharton.pingdom.entities.SummaryOutage
 
SummaryOutage.State - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary outage status object.
SummaryOutage.State() - Constructor for class com.jakewharton.pingdom.entities.SummaryOutage.State
 
summaryOutageService() - Method in class com.jakewharton.pingdom.ServiceManager
Get summary outage service.
SummaryOutageService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote summary outage service.
SummaryOutageService() - Constructor for class com.jakewharton.pingdom.services.SummaryOutageService
 
SummaryOutageService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for SummaryOutageService.get(int).
SummaryPerformance - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary performance object.
SummaryPerformance() - Constructor for class com.jakewharton.pingdom.entities.SummaryPerformance
 
SummaryPerformance.Day - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary performance day object.
SummaryPerformance.Day() - Constructor for class com.jakewharton.pingdom.entities.SummaryPerformance.Day
 
SummaryPerformance.Hour - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary performance hour object.
SummaryPerformance.Hour() - Constructor for class com.jakewharton.pingdom.entities.SummaryPerformance.Hour
 
SummaryPerformance.Week - Class in com.jakewharton.pingdom.entities
Represents a Pingdom summary performance week object.
SummaryPerformance.Week() - Constructor for class com.jakewharton.pingdom.entities.SummaryPerformance.Week
 
summaryPerformanceService() - Method in class com.jakewharton.pingdom.ServiceManager
Get summary performance service.
SummaryPerformanceService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote summary performance service.
SummaryPerformanceService() - Constructor for class com.jakewharton.pingdom.services.SummaryPerformanceService
 
SummaryPerformanceService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for SummaryPerformanceService.get(int).
summaryProbeService() - Method in class com.jakewharton.pingdom.ServiceManager
Get summary probe service.
SummaryProbeService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote summary probe service.
SummaryProbeService() - Constructor for class com.jakewharton.pingdom.services.SummaryProbeService
 
SummaryProbeService.GetBuilder - Class in com.jakewharton.pingdom.services
Request builder for SummaryProbeService.get(int).
suspendEncoding() - Method in class com.jakewharton.pingdom.util.Base64.OutputStream
Suspend encoding.

T

timeZoneId(int) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Time zone identifier.
to(Date) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Only include actions generated prior to this timestamp.
to(Date) - Method in class com.jakewharton.pingdom.services.ResultsService.GetBuilder
End of period.
to(Date) - Method in class com.jakewharton.pingdom.services.SummaryAverageService.GetBuilder
End time of period.
to(Date) - Method in class com.jakewharton.pingdom.services.SummaryOutageService.GetBuilder
End time of period.
to(Date) - Method in class com.jakewharton.pingdom.services.SummaryPerformanceService.GetBuilder
End time of period.
to(Date) - Method in class com.jakewharton.pingdom.services.SummaryProbeService.GetBuilder
End time of period.
toDay(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Period end: day.
toMonth(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Period end: month.
toString() - Method in enum com.jakewharton.pingdom.enumerations.AlertStatus
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.AlertVia
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.BannerType
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.CheckStatus
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.CheckType
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.PerformanceResolution
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.PublicReportMonths
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.ReportFrequency
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.SharedReportType
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.SmsProvider
 
toString() - Method in enum com.jakewharton.pingdom.enumerations.StateStatus
 
toYear(int) - Method in class com.jakewharton.pingdom.services.ReportsSharedService.CreateBuilder
Period end: year.
trace(String) - Method in class com.jakewharton.pingdom.services.TraceRouteService
Perform a traceroute to a specified target from a specified Pingdom probe.
TraceRoute - Class in com.jakewharton.pingdom.entities
Represents a Pingdom trace route object.
TraceRoute() - Constructor for class com.jakewharton.pingdom.entities.TraceRoute
 
traceRouteService() - Method in class com.jakewharton.pingdom.ServiceManager
Get trace route service instance.
TraceRouteService - Class in com.jakewharton.pingdom.services
Represents Pingdom's remote trace route service.
TraceRouteService() - Constructor for class com.jakewharton.pingdom.services.TraceRouteService
 
TraceRouteService.TraceBuilder - Class in com.jakewharton.pingdom.services
Request builder for TraceRouteService.trace(String).
twitterUser(String) - Method in class com.jakewharton.pingdom.services.ContactService.CreateBuilder
Twitter user.
twitterUser(String) - Method in class com.jakewharton.pingdom.services.ContactService.ModifyBuilder
Twitter user.

U

unmarshall(TypeToken<T>, JsonElement) - Method in class com.jakewharton.pingdom.PingdomApiService
Use GSON to deserialize a JSON object to a native class representation.
unmarshall(InputStream) - Method in class com.jakewharton.pingdom.PingdomApiService
Read the entirety of an input stream and parse to a JSON object.
URL_SAFE - Static variable in class com.jakewharton.pingdom.util.Base64
The Constant URL_SAFE.

V

valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.AlertStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.AlertVia
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.BannerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.CheckStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.CheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.PerformanceResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.PublicReportMonths
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.ReportFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.SharedReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.SmsProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.enumerations.StateStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.pingdom.PingdomApiBuilder.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jakewharton.pingdom.enumerations.AlertStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.AlertVia
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.BannerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.CheckStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.CheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.PerformanceResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.PublicReportMonths
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.ReportFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.SharedReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.SmsProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.enumerations.StateStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.pingdom.PingdomApiBuilder.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
via(AlertVia) - Method in class com.jakewharton.pingdom.services.ActionsService.GetBuilder
Limit results to actions with these mediums.

W

write(int) - Method in class com.jakewharton.pingdom.util.Base64.OutputStream
 
write(byte[], int, int) - Method in class com.jakewharton.pingdom.util.Base64.OutputStream
 

Z

zip(String) - Method in class com.jakewharton.pingdom.services.SettingsService.ModifyBuilder
Zip, postal code, or equivalent.

A B C D E F G I L M N O P R S T U V W Z

Copyright © 2011 Jake Wharton. All Rights Reserved.