public abstract static class AbstractBox.ComplexBuilder<B extends AbstractBox.ComplexBuilder<B,T>,T> extends Object implements AbstractBox.Builder<T>
| Constructor and Description |
|---|
ComplexBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected B |
getThis() |
B |
withId(String id) |
B |
withMembers(Member[] members) |
B |
withName(String name) |
B |
withOwner(String owner) |
B |
withType(BoxType type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected BoxType type
Copyright © 2016–2019. All rights reserved.