Package io.dialob.client.spi.program
Class ProgramBuilderImpl
- java.lang.Object
-
- io.dialob.client.spi.program.ProgramBuilderImpl
-
- All Implemented Interfaces:
DialobClient.ProgramBuilder
public class ProgramBuilderImpl extends Object implements DialobClient.ProgramBuilder
-
-
Constructor Summary
Constructors Constructor Description ProgramBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialobProgrambuild()DialobClient.ProgramBuilderform(DialobDocument.FormDocument form)
-
-
-
Method Detail
-
form
public DialobClient.ProgramBuilder form(DialobDocument.FormDocument form)
- Specified by:
formin interfaceDialobClient.ProgramBuilder
-
build
public DialobProgram build()
- Specified by:
buildin interfaceDialobClient.ProgramBuilder
-
-