|
||||||||||
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.ReportsSharedService.CreateBuilder
public static final class ReportsSharedService.CreateBuilder
Request builder for ReportsSharedService.create()
.
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 |
Method Summary | |
---|---|
ReportsSharedService.CreateBuilder |
auto(boolean auto)
Automatic period. |
ReportsSharedService.CreateBuilder |
checkId(int checkId)
Identifier of target check. |
ReportsSharedService.CreateBuilder |
fromDay(int fromDay)
Period start: day. |
ReportsSharedService.CreateBuilder |
fromMonth(int fromMonth)
Period start: month. |
ReportsSharedService.CreateBuilder |
fromYear(int fromYear)
Period start: year. |
ReportsSharedService.CreateBuilder |
sharedType(SharedReportType sharedType)
Shared report type. |
ReportsSharedService.CreateBuilder |
toDay(int toDay)
Period end: day. |
ReportsSharedService.CreateBuilder |
toMonth(int toMonth)
Period end: month. |
ReportsSharedService.CreateBuilder |
toYear(int toYear)
Period end: year. |
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 ReportsSharedService.CreateBuilder sharedType(SharedReportType sharedType)
sharedType
- Value.
public ReportsSharedService.CreateBuilder checkId(int checkId)
checkId
- Value.
public ReportsSharedService.CreateBuilder auto(boolean auto)
Automatic period.
If false, requires: fromyear, frommonth, fromday, toyear, tomonth, today.
auto
- Value.
public ReportsSharedService.CreateBuilder fromYear(int fromYear)
fromYear
- Value.
public ReportsSharedService.CreateBuilder fromMonth(int fromMonth)
fromMonth
- Value.
public ReportsSharedService.CreateBuilder fromDay(int fromDay)
fromDay
- Value.
public ReportsSharedService.CreateBuilder toYear(int toYear)
toYear
- Value.
public ReportsSharedService.CreateBuilder toMonth(int toMonth)
toMonth
- Value.
public ReportsSharedService.CreateBuilder toDay(int toDay)
toDay
- Value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |