Interface ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataStartTimeFilter
- All Known Subinterfaces:
ActivityLogs.ActivityLogsQueryDefinition
- Enclosing interface:
ActivityLogs.ActivityLogsQueryDefinitionStages
public static interface ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataStartTimeFilter
The stage of a Activity Log query allowing to specify start time filter.
-
Method Summary
Modifier and TypeMethodDescriptionstartingFrom(OffsetDateTime startTime) Sets the start time for Activity Log query filter.
-
Method Details
-
startingFrom
ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataEndFilter startingFrom(OffsetDateTime startTime) Sets the start time for Activity Log query filter.- Parameters:
startTime- specifies start time of cut off filter.- Returns:
- the stage of end time filter definition.
-