public class ReportsGetStorageBuilder
extends java.lang.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(java.util.Date endDate)
Set value for optional field.
|
ReportsGetStorageBuilder |
withStartDate(java.util.Date startDate)
Set value for optional field.
|
public ReportsGetStorageBuilder withStartDate(java.util.Date startDate)
startDate
- Optional starting date (inclusive). If start_date is
None or too long ago, this field will be set to 6 months ago.public ReportsGetStorageBuilder withEndDate(java.util.Date endDate)
endDate
- Optional ending date (exclusive).public GetStorageReport start() throws DateRangeErrorException, DbxException
DateRangeErrorException
DbxException