ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withActionGroups(String... actionGroupId) |
Sets the actions that will activate when the condition is met.
|
ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withDescription(String description) |
Sets description for activity log alert.
|
ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsCondition(String field,
String equals) |
Adds a condition that will cause this alert to activate.
|
ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsConditions(Map<String,String> fieldEqualsMap) |
Sets all the conditions that will cause this alert to activate.
|
ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutActionGroup(String actionGroupId) |
Removes the specified action group from the actions list.
|
ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutEqualsCondition(String field) |
Removes a condition from the list of conditions.
|
ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleDisabled() |
Sets activity log alert as disabled.
|
ActivityLogAlert.Update |
ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleEnabled() |
Sets activity log alert as enabled.
|