public class ReportsGetStorageBuilder extends Object
DbxTeamTeamRequests.reportsGetStorageBuilder()
.
Use this class to set optional request parameters and complete the request.
Modifier and Type | Method and Description |
---|---|
GetStorageReport |
start()
Issues the request.
|
ReportsGetStorageBuilder |
withEndDate(Date endDate)
Set value for optional field.
|
ReportsGetStorageBuilder |
withStartDate(Date startDate)
Set value for optional field.
|
public ReportsGetStorageBuilder withStartDate(Date startDate)
startDate
- Optional starting date (inclusive).public ReportsGetStorageBuilder withEndDate(Date endDate)
endDate
- Optional ending date (exclusive).public GetStorageReport start() throws DateRangeErrorException, DbxException
DateRangeErrorException
DbxException