public class BoxEnterprise extends BoxObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIELD_NAME |
| Constructor and Description |
|---|
BoxEnterprise() |
BoxEnterprise(BoxEnterprise obj)
Copy constructor, this does deep copy for all the fields.
|
BoxEnterprise(IBoxParcelWrapper in) |
BoxEnterprise(java.util.Map<java.lang.String,java.lang.Object> map)
Instantiate the object from a map.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get name of user's enterprise.
|
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParcelpublic static final java.lang.String FIELD_NAME
public BoxEnterprise()
public BoxEnterprise(BoxEnterprise obj)
obj - public BoxEnterprise(java.util.Map<java.lang.String,java.lang.Object> map)
map - public BoxEnterprise(IBoxParcelWrapper in)