Constructor and Description |
---|
Attribute.Builder() |
Modifier and Type | Method and Description |
---|---|
Attribute |
build() |
Attribute.Builder |
calculated(boolean calculated) |
Attribute.Builder |
choice(String choice) |
Attribute.Builder |
choices(Iterable<String> choices) |
Attribute.Builder |
defaultValue(JsonBall defaultValue) |
Attribute.Builder |
description(String description) |
Attribute.Builder |
displayName(String displayName) |
Attribute.Builder |
recipe(String recipe) |
Attribute.Builder |
recipes(Iterable<String> recipes) |
Attribute.Builder |
required(String required) |
Attribute.Builder |
type(String type) |
public Attribute.Builder required(String required)
public Attribute.Builder calculated(boolean calculated)
public Attribute.Builder choice(String choice)
public Attribute.Builder choices(Iterable<String> choices)
public Attribute.Builder defaultValue(JsonBall defaultValue)
public Attribute.Builder type(String type)
public Attribute.Builder recipe(String recipe)
public Attribute.Builder recipes(Iterable<String> recipes)
public Attribute.Builder displayName(String displayName)
public Attribute.Builder description(String description)
public Attribute build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.