Class MistralWorkbookDefinition
- java.lang.Object
-
- org.openstack4j.openstack.workflow.domain.BaseDefinition
-
- org.openstack4j.openstack.workflow.domain.MistralWorkbookDefinition
-
- All Implemented Interfaces:
Serializable,Buildable<DefinitionBuilder>,ModelEntity,Definition,WorkbookDefinition
public class MistralWorkbookDefinition extends BaseDefinition implements WorkbookDefinition
Mistral workbook definition.- Author:
- Renat Akhmerov
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMistralWorkbookDefinition.MistralWorkbookDefinitionBuilderMistral workbook definition builder.static classMistralWorkbookDefinition.MistralWorkbookDefinitions-
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 MistralWorkbookDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MistralWorkbookDefinition.MistralWorkbookDefinitionBuilderbuilder()MistralWorkbookDefinition.MistralWorkbookDefinitionBuildertoBuilder()-
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 MistralWorkbookDefinition.MistralWorkbookDefinitionBuilder builder()
-
toBuilder
public MistralWorkbookDefinition.MistralWorkbookDefinitionBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<DefinitionBuilder>
-
-