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