Package com.atlan.model.workflow
Class PlaybookRule
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.PlaybookRule
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPlaybookRule.PlaybookRuleBuilder<C extends PlaybookRule,B extends PlaybookRule.PlaybookRuleBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlaybookRule.PlaybookRuleBuilder<?, ?> builder()protected booleanbooleanActions to apply to the matching assets.UI-based form of the actions to apply on the matching assets.Configuration of the search filter for the rule.UI-based form of the search filter for the rule.getName()Human-readable name of the rule.getType()Type of rule.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
PlaybookRule
-
-
Method Details
-
builder
-
toBuilder
-
getName
Human-readable name of the rule. -
getType
Type of rule. -
getConfig
Configuration of the search filter for the rule. -
getFilterSchema
UI-based form of the search filter for the rule. -
getActions
Actions to apply to the matching assets. -
getActionsUISchema
UI-based form of the actions to apply on the matching assets. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-