Class SwitchFluent<A extends SwitchFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.SwitchFluent<A>
Direct Known Subclasses:
BlockFluent.SwitchStatementsNested, DoFluent.SwitchStatementNested, ForeachFluent.SwitchBodyNested, ForFluent.SwitchBodyNested, IfDslThenStepFluent.SwitchStatementsNested, IfFluent.SwitchElseStatementNested, IfFluent.SwitchStatementNested, LambdaFluent.SwitchStatementNested, SwitchBuilder, SynchronizedFluent.SwitchBodyNested, WhileFluent.SwitchStatementNested

public class SwitchFluent<A extends SwitchFluent<A>> extends BaseFluent<A>
Generated