Interface ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataFieldFilter
- All Known Subinterfaces:
ActivityLogs.ActivityLogsQueryDefinition
- Enclosing interface:
ActivityLogs.ActivityLogsQueryDefinitionStages
public static interface ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataFieldFilter
The stage of a Activity Log query allowing to specify data fields in the server response.
-
Method Summary
Modifier and TypeMethodDescriptionSets the server response to include all the available properties.withResponseProperties(EventDataPropertyName... responseProperties) Selects data fields that will be populated in the server response.
-
Method Details
-
withResponseProperties
ActivityLogs.ActivityLogsQueryDefinitionStages.WithActivityLogsSelectFilter withResponseProperties(EventDataPropertyName... responseProperties) Selects data fields that will be populated in the server response.- Parameters:
responseProperties- field names in the server response.- Returns:
- the stage of Activity log filtering by type and query execution.
-
withAllPropertiesInResponse
ActivityLogs.ActivityLogsQueryDefinitionStages.WithActivityLogsSelectFilter withAllPropertiesInResponse()Sets the server response to include all the available properties.- Returns:
- the stage of Activity log filtering by type and query execution.
-