public class DbxTeamTeamLogRequests
extends java.lang.Object
Constructor and Description |
---|
DbxTeamTeamLogRequests(DbxRawClientV2 client) |
Modifier and Type | Method and Description |
---|---|
GetTeamEventsResult |
getEvents()
Retrieves team events.
|
GetEventsBuilder |
getEventsBuilder()
Retrieves team events.
|
GetTeamEventsResult |
getEventsContinue(java.lang.String cursor)
Once a cursor has been retrieved from
getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg) , use this to paginate through all
events. |
public DbxTeamTeamLogRequests(DbxRawClientV2 client)
public GetTeamEventsResult getEvents() throws GetTeamEventsErrorException, DbxException
GetTeamEventsResult.getHasMore()
field is true
, call getEventsContinue(String)
with the returned
cursor to retrieve more entries. If end_time is not specified in your
request, you may use the returned cursor to poll getEventsContinue(String)
for new events.
Many attributes note 'may be missing due to historical data gap'.
Note that the file_operations category and & analogous paper events are not available on all Dropbox Business plans. Use features/get_values to check for this feature.
Permission : Team Auditing.
The default values for the optional request parameters will be used.
See GetEventsBuilder
for more details.
public GetEventsBuilder getEventsBuilder()
GetTeamEventsResult.getHasMore()
field is true
, call getEventsContinue(String)
with the returned
cursor to retrieve more entries. If end_time is not specified in your
request, you may use the returned cursor to poll getEventsContinue(String)
for new events. Many
attributes note 'may be missing due to historical data gap'. Note that
the file_operations category and & analogous paper events are not
available on all Dropbox Business plans. Use features/get_values
to check for this feature. Permission : Team Auditing.public GetTeamEventsResult getEventsContinue(java.lang.String cursor) throws GetTeamEventsContinueErrorException, DbxException
getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg)
, use this to paginate through all
events.
Permission : Team Auditing.
cursor
- Indicates from what point to get the next set of events.
Must not be null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.GetTeamEventsContinueErrorException
DbxException