Interface WorkbookDefinitionBuilder<T extends WorkbookDefinitionBuilder<T,M>,M extends WorkbookDefinition>
-
- All Superinterfaces:
Buildable.Builder<T,M>,DefinitionBuilder<T,M>
- All Known Implementing Classes:
MistralWorkbookDefinition.MistralWorkbookDefinitionBuilder
public interface WorkbookDefinitionBuilder<T extends WorkbookDefinitionBuilder<T,M>,M extends WorkbookDefinition> extends DefinitionBuilder<T,M>
Builder for aWorkbookDefinitionmodel class- Author:
- Renat Akhmerov
-
-
Method Summary
-
Methods inherited from interface org.openstack4j.common.Buildable.Builder
build, from
-
Methods inherited from interface org.openstack4j.model.workflow.builder.DefinitionBuilder
created, definition, id, name, projectId, scope, system, tags, updated
-
-