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(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, getExtraData, getKeySet, getValue, handleUnknown, hashCode, properties, put, putAll
toJSONString
public static final String FIELD_NAME
public BoxEnterprise()
public BoxEnterprise(BoxEnterprise obj)
obj
- public BoxEnterprise(Map<String,Object> map)
map
- Copyright © 2015 Nuxeo SA. All rights reserved.