Interface ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataFieldFilter
-
- All Known Subinterfaces:
ActivityLogs.ActivityLogsQueryDefinition
- Enclosing interface:
- ActivityLogs.ActivityLogsQueryDefinitionStages
public static interface ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataFieldFilterThe stage of a Activity Log query allowing to specify data fields in the server response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLogs.ActivityLogsQueryDefinitionStages.WithActivityLogsSelectFilterwithAllPropertiesInResponse()Sets the server response to include all the available properties.ActivityLogs.ActivityLogsQueryDefinitionStages.WithActivityLogsSelectFilterwithResponseProperties(EventDataPropertyName... responseProperties)Selects data fields that will be populated in the server response.
-
-
-
Method Detail
-
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.
-
-