public class AbstractBox extends AbstractModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AbstractBox.Builder<T> | 
| static class  | AbstractBox.ComplexBuilder<B extends AbstractBox.ComplexBuilder<B,T>,T> | 
| Constructor and Description | 
|---|
| AbstractBox(AbstractBox.ComplexBuilder builder) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canWrite(String owner) | 
| Member[] | getMembers() | 
| String | getName() | 
| String | getOwner() | 
| BoxType | getType() | 
getIdCopyright © 2016–2019. All rights reserved.