Class MistralActionDefinition
- java.lang.Object
-
- org.openstack4j.openstack.workflow.domain.BaseDefinition
-
- org.openstack4j.openstack.workflow.domain.MistralActionDefinition
-
- All Implemented Interfaces:
Serializable,Buildable<DefinitionBuilder>,ModelEntity,ActionDefinition,Definition
public class MistralActionDefinition extends BaseDefinition implements ActionDefinition
Mistral action definition.- Author:
- Renat Akhmerov
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMistralActionDefinition.MistralActionDefinitionBuilderMistral action definition builder.static classMistralActionDefinition.MistralActionDefinitions-
Nested classes/interfaces inherited from class org.openstack4j.openstack.workflow.domain.BaseDefinition
BaseDefinition.BaseDefinitionBuilder<T extends DefinitionBuilder<T,M>,M extends BaseDefinition>
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description MistralActionDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MistralActionDefinition.MistralActionDefinitionBuilderbuilder()StringgetInput()MistralActionDefinition.MistralActionDefinitionBuildertoBuilder()-
Methods inherited from class org.openstack4j.openstack.workflow.domain.BaseDefinition
getCreatedAt, getDefinition, getId, getName, getProjectId, getScope, getTags, getUpdatedAt, isSystem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openstack4j.model.workflow.Definition
getCreatedAt, getDefinition, getId, getName, getProjectId, getScope, getTags, getUpdatedAt, isSystem
-
-
-
-
Method Detail
-
builder
public static MistralActionDefinition.MistralActionDefinitionBuilder builder()
-
toBuilder
public MistralActionDefinition.MistralActionDefinitionBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<DefinitionBuilder>
-
getInput
public String getInput()
- Specified by:
getInputin interfaceActionDefinition- Returns:
- The comma-separated list of input parameters of this workflow definition.
-
-