public class BooleanTypeBuilder<P extends TypeBuilder> extends AbstractBuilder<BooleanType> implements TypeBuilder<BooleanType>, WithAnnotation<BooleanTypeBuilder>
annotations, format| Modifier | Constructor and Description |
|---|---|
protected |
BooleanTypeBuilder(MetadataFormat format) |
| Modifier and Type | Method and Description |
|---|---|
BooleanType |
build() |
BooleanTypeBuilder<P> |
defaultValue(String defaultValue) |
BooleanTypeBuilder<P> |
id(String typeIdentifier) |
BooleanTypeBuilder<P> |
with(TypeAnnotation extension)
Contributes a builder with
TypeAnnotations |
addExtensionprotected BooleanTypeBuilder(MetadataFormat format)
public BooleanTypeBuilder<P> with(TypeAnnotation extension)
WithAnnotationTypeAnnotationswith in interface WithAnnotation<BooleanTypeBuilder>extension - TypeAnnotation to addpublic BooleanTypeBuilder<P> id(String typeIdentifier)
public BooleanTypeBuilder<P> defaultValue(String defaultValue)
public BooleanType build()
build in interface TypeBuilder<BooleanType>Copyright © 2016 MuleSoft, Inc.. All rights reserved.