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
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
protected abstract B
self()
taskActionDisplayText
(String taskActionDisplayText) Display text for the UI componenttaskActionFulfillmentMethod
(String taskActionFulfillmentMethod) method to call to take actiontaskActionFulfillmentPayload
(String taskActionFulfillmentPayload) payload to send to the fulfillment endpointtaskActionFulfillmentUrl
(String taskActionFulfillmentUrl) url to call to take actiontoString()
Fixed typeName for Action.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
ActionBuilder
public ActionBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanStruct.AtlanStructBuilder<C extends Action,
B extends Action.ActionBuilder<C, B>>
-
typeName
Fixed typeName for Action.- Overrides:
typeName
in 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:
self
in classAtlanStruct.AtlanStructBuilder<C extends Action,
B extends Action.ActionBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanStruct.AtlanStructBuilder<C extends Action,
B extends Action.ActionBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanStruct.AtlanStructBuilder<C extends Action,
B extends Action.ActionBuilder<C, B>>
-