Package com.dropbox.core.v2.team
Class ReportsGetMembershipBuilder
- java.lang.Object
- 
- com.dropbox.core.v2.team.ReportsGetMembershipBuilder
 
- 
 public class ReportsGetMembershipBuilder extends java.lang.ObjectThe request builder returned byDbxTeamTeamRequests.reportsGetMembershipBuilder().Use this class to set optional request parameters and complete the request. 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMembershipReportstart()Issues the request.ReportsGetMembershipBuilderwithEndDate(java.util.Date endDate)Set value for optional field.ReportsGetMembershipBuilderwithStartDate(java.util.Date startDate)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withStartDatepublic ReportsGetMembershipBuilder 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
 
 - 
withEndDatepublic ReportsGetMembershipBuilder withEndDate(java.util.Date endDate) Set value for optional field.- Parameters:
- endDate- Optional ending date (exclusive).
- Returns:
- this builder
 
 - 
startpublic GetMembershipReport start() throws DateRangeErrorException, DbxException Issues the request.- Throws:
- DateRangeErrorException
- DbxException
 
 
- 
 
-