Package com.dropbox.core.v2.team
Class ReportsGetStorageBuilder
- java.lang.Object
-
- com.dropbox.core.v2.team.ReportsGetStorageBuilder
-
public class ReportsGetStorageBuilder extends java.lang.Object
The request builder returned byDbxTeamTeamRequests.reportsGetStorageBuilder()
.Use this class to set optional request parameters and complete the request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
withStartDate
public ReportsGetStorageBuilder withStartDate(java.util.Date startDate)
Set value for optional field.- Parameters:
startDate
- Optional starting date (inclusive). If start_date is None or too long ago, this field will be set to 6 months ago.- Returns:
- this builder
-
withEndDate
public ReportsGetStorageBuilder withEndDate(java.util.Date endDate)
Set value for optional field.- Parameters:
endDate
- Optional ending date (exclusive).- Returns:
- this builder
-
start
public GetStorageReport start() throws DateRangeErrorException, DbxException
Issues the request.- Throws:
DateRangeErrorException
DbxException
-
-