static Slot.Builder |
Slot.builder() |
|
Slot.Builder |
Slot.Builder.shape(String shape) |
When the shape value is List, it indicates that the values field
contains a list of slot values.
|
Slot.Builder |
Slot.Builder.shape(Shape shape) |
When the shape value is List, it indicates that the values field
contains a list of slot values.
|
Slot.Builder |
Slot.Builder.subSlots(Map<String,Slot> subSlots) |
The constituent sub slots of a composite slot.
|
Slot.Builder |
Slot.toBuilder() |
|
default Slot.Builder |
Slot.Builder.value(Consumer<Value.Builder> value) |
The current value of the slot.
|
Slot.Builder |
Slot.Builder.value(Value value) |
The current value of the slot.
|
Slot.Builder |
Slot.Builder.values(Collection<Slot> values) |
A list of one or more values that the user provided for the slot.
|
Slot.Builder |
Slot.Builder.values(Consumer<Slot.Builder>... values) |
A list of one or more values that the user provided for the slot.
|
Slot.Builder |
Slot.Builder.values(Slot... values) |
A list of one or more values that the user provided for the slot.
|