Package com.atlan.model.structs
Class Action.ActionBuilder<C extends Action,B extends Action.ActionBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.structs.AtlanStruct.AtlanStructBuilder<C,B>
com.atlan.model.structs.Action.ActionBuilder<C,B>
- Enclosing class:
Action
public abstract static class Action.ActionBuilder<C extends Action,B extends Action.ActionBuilder<C,B>>
extends AtlanStruct.AtlanStructBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()protected abstract Bself()taskActionDisplayText(String taskActionDisplayText) Display text for the UI component.taskActionFulfillmentMethod(String taskActionFulfillmentMethod) Method to call to take action.taskActionFulfillmentPayload(String taskActionFulfillmentPayload) Payload to send to the fulfillment endpoint.taskActionFulfillmentUrl(String taskActionFulfillmentUrl) URL to call to take action.toString()Fixed typeName for Action.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
ActionBuilder
public ActionBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanStruct.AtlanStructBuilder<C extends Action,B extends Action.ActionBuilder<C, B>>
-
typeName
Fixed typeName for Action.- Overrides:
typeNamein classAtlanStruct.AtlanStructBuilder<C extends Action,B extends Action.ActionBuilder<C, B>> - Returns:
this.
-
taskActionFulfillmentUrl
URL to call to take action.- Returns:
this.
-
taskActionFulfillmentMethod
Method to call to take action.- Returns:
this.
-
taskActionFulfillmentPayload
Payload to send to the fulfillment endpoint.- Returns:
this.
-
taskActionDisplayText
Display text for the UI component.- Returns:
this.
-
self
- Specified by:
selfin classAtlanStruct.AtlanStructBuilder<C extends Action,B extends Action.ActionBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanStruct.AtlanStructBuilder<C extends Action,B extends Action.ActionBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanStruct.AtlanStructBuilder<C extends Action,B extends Action.ActionBuilder<C, B>>
-