Package com.dropbox.core.v2.team
Class GetActivityReport
- java.lang.Object
- 
- com.dropbox.core.v2.team.BaseDfbReport
- 
- com.dropbox.core.v2.team.GetActivityReport
 
 
- 
 public class GetActivityReport extends BaseDfbReport Activity Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<java.lang.Long>activeSharedFolders1Dayprotected java.util.List<java.lang.Long>activeSharedFolders28Dayprotected java.util.List<java.lang.Long>activeSharedFolders7Dayprotected java.util.List<java.lang.Long>activeUsers1Dayprotected java.util.List<java.lang.Long>activeUsers28Dayprotected java.util.List<java.lang.Long>activeUsers7Dayprotected java.util.List<java.lang.Long>addsprotected java.util.List<java.lang.Long>deletesprotected java.util.List<java.lang.Long>editsprotected java.util.List<java.lang.Long>sharedLinksCreatedprotected java.util.List<java.lang.Long>sharedLinksViewedByNotLoggedInprotected java.util.List<java.lang.Long>sharedLinksViewedByOutsideUserprotected java.util.List<java.lang.Long>sharedLinksViewedByTeamprotected java.util.List<java.lang.Long>sharedLinksViewedTotal- 
Fields inherited from class com.dropbox.core.v2.team.BaseDfbReportstartDate
 
- 
 - 
Constructor SummaryConstructors Constructor Description GetActivityReport(java.lang.String startDate, java.util.List<java.lang.Long> adds, java.util.List<java.lang.Long> edits, java.util.List<java.lang.Long> deletes, java.util.List<java.lang.Long> activeUsers28Day, java.util.List<java.lang.Long> activeUsers7Day, java.util.List<java.lang.Long> activeUsers1Day, java.util.List<java.lang.Long> activeSharedFolders28Day, java.util.List<java.lang.Long> activeSharedFolders7Day, java.util.List<java.lang.Long> activeSharedFolders1Day, java.util.List<java.lang.Long> sharedLinksCreated, java.util.List<java.lang.Long> sharedLinksViewedByTeam, java.util.List<java.lang.Long> sharedLinksViewedByOutsideUser, java.util.List<java.lang.Long> sharedLinksViewedByNotLoggedIn, java.util.List<java.lang.Long> sharedLinksViewedTotal)Activity Report Result.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<java.lang.Long>getActiveSharedFolders1Day()Array of the number of shared folders with some activity in the last day.java.util.List<java.lang.Long>getActiveSharedFolders28Day()Array of the number of shared folders with some activity in the last 28 days.java.util.List<java.lang.Long>getActiveSharedFolders7Day()Array of the number of shared folders with some activity in the last week.java.util.List<java.lang.Long>getActiveUsers1Day()Array of the number of users who have been active in the last day.java.util.List<java.lang.Long>getActiveUsers28Day()Array of the number of users who have been active in the last 28 days.java.util.List<java.lang.Long>getActiveUsers7Day()Array of the number of users who have been active in the last week.java.util.List<java.lang.Long>getAdds()Array of total number of adds by team members.java.util.List<java.lang.Long>getDeletes()Array of total number of deletes by team members.java.util.List<java.lang.Long>getEdits()Array of number of edits by team members.java.util.List<java.lang.Long>getSharedLinksCreated()Array of the number of shared links created.java.util.List<java.lang.Long>getSharedLinksViewedByNotLoggedIn()Array of the number of views by non-logged-in users to shared links created by the team.java.util.List<java.lang.Long>getSharedLinksViewedByOutsideUser()Array of the number of views by users outside of the team to shared links created by the team.java.util.List<java.lang.Long>getSharedLinksViewedByTeam()Array of the number of views by team users to shared links created by the team.java.util.List<java.lang.Long>getSharedLinksViewedTotal()Array of the total number of views to shared links created by the team.java.lang.StringgetStartDate()First date present in the results as 'YYYY-MM-DD' or None.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
addsprotected final java.util.List<java.lang.Long> adds 
 - 
editsprotected final java.util.List<java.lang.Long> edits 
 - 
deletesprotected final java.util.List<java.lang.Long> deletes 
 - 
activeUsers28Dayprotected final java.util.List<java.lang.Long> activeUsers28Day 
 - 
activeUsers7Dayprotected final java.util.List<java.lang.Long> activeUsers7Day 
 - 
activeUsers1Dayprotected final java.util.List<java.lang.Long> activeUsers1Day 
 - 
activeSharedFolders28Dayprotected final java.util.List<java.lang.Long> activeSharedFolders28Day 
 - 
activeSharedFolders7Dayprotected final java.util.List<java.lang.Long> activeSharedFolders7Day 
 - 
activeSharedFolders1Dayprotected final java.util.List<java.lang.Long> activeSharedFolders1Day 
 - 
sharedLinksCreatedprotected final java.util.List<java.lang.Long> sharedLinksCreated 
 - 
sharedLinksViewedByTeamprotected final java.util.List<java.lang.Long> sharedLinksViewedByTeam 
 - 
sharedLinksViewedByOutsideUserprotected final java.util.List<java.lang.Long> sharedLinksViewedByOutsideUser 
 - 
sharedLinksViewedByNotLoggedInprotected final java.util.List<java.lang.Long> sharedLinksViewedByNotLoggedIn 
 - 
sharedLinksViewedTotalprotected final java.util.List<java.lang.Long> sharedLinksViewedTotal 
 
- 
 - 
Constructor Detail- 
GetActivityReportpublic GetActivityReport(java.lang.String startDate, java.util.List<java.lang.Long> adds, java.util.List<java.lang.Long> edits, java.util.List<java.lang.Long> deletes, java.util.List<java.lang.Long> activeUsers28Day, java.util.List<java.lang.Long> activeUsers7Day, java.util.List<java.lang.Long> activeUsers1Day, java.util.List<java.lang.Long> activeSharedFolders28Day, java.util.List<java.lang.Long> activeSharedFolders7Day, java.util.List<java.lang.Long> activeSharedFolders1Day, java.util.List<java.lang.Long> sharedLinksCreated, java.util.List<java.lang.Long> sharedLinksViewedByTeam, java.util.List<java.lang.Long> sharedLinksViewedByOutsideUser, java.util.List<java.lang.Long> sharedLinksViewedByNotLoggedIn, java.util.List<java.lang.Long> sharedLinksViewedTotal)Activity Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.- Parameters:
- startDate- First date present in the results as 'YYYY-MM-DD' or None. Must not be- null.
- adds- Array of total number of adds by team members. Must not contain a- nullitem and not be- null.
- edits- Array of number of edits by team members. If the same user edits the same file multiple times this is counted as a single edit. Must not contain a- nullitem and not be- null.
- deletes- Array of total number of deletes by team members. Must not contain a- nullitem and not be- null.
- activeUsers28Day- Array of the number of users who have been active in the last 28 days. Must not contain a- nullitem and not be- null.
- activeUsers7Day- Array of the number of users who have been active in the last week. Must not contain a- nullitem and not be- null.
- activeUsers1Day- Array of the number of users who have been active in the last day. Must not contain a- nullitem and not be- null.
- activeSharedFolders28Day- Array of the number of shared folders with some activity in the last 28 days. Must not contain a- nullitem and not be- null.
- activeSharedFolders7Day- Array of the number of shared folders with some activity in the last week. Must not contain a- nullitem and not be- null.
- activeSharedFolders1Day- Array of the number of shared folders with some activity in the last day. Must not contain a- nullitem and not be- null.
- sharedLinksCreated- Array of the number of shared links created. Must not contain a- nullitem and not be- null.
- sharedLinksViewedByTeam- Array of the number of views by team users to shared links created by the team. Must not contain a- nullitem and not be- null.
- sharedLinksViewedByOutsideUser- Array of the number of views by users outside of the team to shared links created by the team. Must not contain a- nullitem and not be- null.
- sharedLinksViewedByNotLoggedIn- Array of the number of views by non-logged-in users to shared links created by the team. Must not contain a- nullitem and not be- null.
- sharedLinksViewedTotal- Array of the total number of views to shared links created by the team. Must not contain a- nullitem and not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getStartDatepublic java.lang.String getStartDate() First date present in the results as 'YYYY-MM-DD' or None.- Overrides:
- getStartDatein class- BaseDfbReport
- Returns:
- value for this field, never null.
 
 - 
getAddspublic java.util.List<java.lang.Long> getAdds() Array of total number of adds by team members.- Returns:
- value for this field, never null.
 
 - 
getEditspublic java.util.List<java.lang.Long> getEdits() Array of number of edits by team members. If the same user edits the same file multiple times this is counted as a single edit.- Returns:
- value for this field, never null.
 
 - 
getDeletespublic java.util.List<java.lang.Long> getDeletes() Array of total number of deletes by team members.- Returns:
- value for this field, never null.
 
 - 
getActiveUsers28Daypublic java.util.List<java.lang.Long> getActiveUsers28Day() Array of the number of users who have been active in the last 28 days.- Returns:
- value for this field, never null.
 
 - 
getActiveUsers7Daypublic java.util.List<java.lang.Long> getActiveUsers7Day() Array of the number of users who have been active in the last week.- Returns:
- value for this field, never null.
 
 - 
getActiveUsers1Daypublic java.util.List<java.lang.Long> getActiveUsers1Day() Array of the number of users who have been active in the last day.- Returns:
- value for this field, never null.
 
 - 
getActiveSharedFolders28Daypublic java.util.List<java.lang.Long> getActiveSharedFolders28Day() Array of the number of shared folders with some activity in the last 28 days.- Returns:
- value for this field, never null.
 
 - 
getActiveSharedFolders7Daypublic java.util.List<java.lang.Long> getActiveSharedFolders7Day() Array of the number of shared folders with some activity in the last week.- Returns:
- value for this field, never null.
 
 - 
getActiveSharedFolders1Daypublic java.util.List<java.lang.Long> getActiveSharedFolders1Day() Array of the number of shared folders with some activity in the last day.- Returns:
- value for this field, never null.
 
 - 
getSharedLinksCreatedpublic java.util.List<java.lang.Long> getSharedLinksCreated() Array of the number of shared links created.- Returns:
- value for this field, never null.
 
 - 
getSharedLinksViewedByTeampublic java.util.List<java.lang.Long> getSharedLinksViewedByTeam() Array of the number of views by team users to shared links created by the team.- Returns:
- value for this field, never null.
 
 - 
getSharedLinksViewedByOutsideUserpublic java.util.List<java.lang.Long> getSharedLinksViewedByOutsideUser() Array of the number of views by users outside of the team to shared links created by the team.- Returns:
- value for this field, never null.
 
 - 
getSharedLinksViewedByNotLoggedInpublic java.util.List<java.lang.Long> getSharedLinksViewedByNotLoggedIn() Array of the number of views by non-logged-in users to shared links created by the team.- Returns:
- value for this field, never null.
 
 - 
getSharedLinksViewedTotalpublic java.util.List<java.lang.Long> getSharedLinksViewedTotal() Array of the total number of views to shared links created by the team.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- BaseDfbReport
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- BaseDfbReport
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- BaseDfbReport
 
 - 
toStringMultilinepublic java.lang.String toStringMultiline() Returns a String representation of this object formatted for easier readability.The returned String may contain newlines. - Overrides:
- toStringMultilinein class- BaseDfbReport
- Returns:
- Formatted, multiline String representation of this object
 
 
- 
 
-