public class GetActivityReport extends BaseDfbReport
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Long> |
activeSharedFolders1Day |
protected java.util.List<java.lang.Long> |
activeSharedFolders28Day |
protected java.util.List<java.lang.Long> |
activeSharedFolders7Day |
protected java.util.List<java.lang.Long> |
activeUsers1Day |
protected java.util.List<java.lang.Long> |
activeUsers28Day |
protected java.util.List<java.lang.Long> |
activeUsers7Day |
protected java.util.List<java.lang.Long> |
adds |
protected java.util.List<java.lang.Long> |
deletes |
protected java.util.List<java.lang.Long> |
edits |
protected java.util.List<java.lang.Long> |
sharedLinksCreated |
protected java.util.List<java.lang.Long> |
sharedLinksViewedByNotLoggedIn |
protected java.util.List<java.lang.Long> |
sharedLinksViewedByOutsideUser |
protected java.util.List<java.lang.Long> |
sharedLinksViewedByTeam |
protected java.util.List<java.lang.Long> |
sharedLinksViewedTotal |
startDate
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.String |
getStartDate()
First date present in the results as 'YYYY-MM-DD' or None.
|
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final java.util.List<java.lang.Long> adds
protected final java.util.List<java.lang.Long> edits
protected final java.util.List<java.lang.Long> deletes
protected final java.util.List<java.lang.Long> activeUsers28Day
protected final java.util.List<java.lang.Long> activeUsers7Day
protected final java.util.List<java.lang.Long> activeUsers1Day
protected final java.util.List<java.lang.Long> activeSharedFolders28Day
protected final java.util.List<java.lang.Long> activeSharedFolders7Day
protected final java.util.List<java.lang.Long> activeSharedFolders1Day
protected final java.util.List<java.lang.Long> sharedLinksCreated
protected final java.util.List<java.lang.Long> sharedLinksViewedByTeam
protected final java.util.List<java.lang.Long> sharedLinksViewedByOutsideUser
protected final java.util.List<java.lang.Long> sharedLinksViewedByNotLoggedIn
protected final java.util.List<java.lang.Long> sharedLinksViewedTotal
public 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)
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 null
item 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 null
item and not be null
.deletes
- Array of total number of deletes by team members. Must
not contain a null
item and not be null
.activeUsers28Day
- Array of the number of users who have been
active in the last 28 days. Must not contain a null
item and
not be null
.activeUsers7Day
- Array of the number of users who have been active
in the last week. Must not contain a null
item and not be
null
.activeUsers1Day
- Array of the number of users who have been active
in the last day. Must not contain a null
item and not be
null
.activeSharedFolders28Day
- Array of the number of shared folders
with some activity in the last 28 days. Must not contain a null
item and not be null
.activeSharedFolders7Day
- Array of the number of shared folders
with some activity in the last week. Must not contain a null
item and not be null
.activeSharedFolders1Day
- Array of the number of shared folders
with some activity in the last day. Must not contain a null
item and not be null
.sharedLinksCreated
- Array of the number of shared links created.
Must not contain a null
item 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 null
item 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 null
item 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 null
item and not be null
.sharedLinksViewedTotal
- Array of the total number of views to
shared links created by the team. Must not contain a null
item and not be null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public java.lang.String getStartDate()
getStartDate
in class BaseDfbReport
null
.public java.util.List<java.lang.Long> getAdds()
null
.public java.util.List<java.lang.Long> getEdits()
null
.public java.util.List<java.lang.Long> getDeletes()
null
.public java.util.List<java.lang.Long> getActiveUsers28Day()
null
.public java.util.List<java.lang.Long> getActiveUsers7Day()
null
.public java.util.List<java.lang.Long> getActiveUsers1Day()
null
.public java.util.List<java.lang.Long> getActiveSharedFolders28Day()
null
.public java.util.List<java.lang.Long> getActiveSharedFolders7Day()
null
.public java.util.List<java.lang.Long> getActiveSharedFolders1Day()
null
.public java.util.List<java.lang.Long> getSharedLinksCreated()
null
.public java.util.List<java.lang.Long> getSharedLinksViewedByTeam()
null
.public java.util.List<java.lang.Long> getSharedLinksViewedByOutsideUser()
null
.public java.util.List<java.lang.Long> getSharedLinksViewedByNotLoggedIn()
null
.public java.util.List<java.lang.Long> getSharedLinksViewedTotal()
null
.public int hashCode()
hashCode
in class BaseDfbReport
public boolean equals(java.lang.Object obj)
equals
in class BaseDfbReport
public java.lang.String toString()
toString
in class BaseDfbReport
public java.lang.String toStringMultiline()
The returned String may contain newlines.
toStringMultiline
in class BaseDfbReport