public class BoxSharedLinkPermissions extends BoxObject
Constructor and Description |
---|
BoxSharedLinkPermissions()
Default constructor.
|
BoxSharedLinkPermissions(boolean canDownload)
Constructor.
|
BoxSharedLinkPermissions(BoxSharedLinkPermissions obj)
Copy constructor, this does deep copy for all the fields.
|
BoxSharedLinkPermissions(Map<String,Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isCan_download()
whether can_download is true.
|
contains, equals, getExtraData, getKeySet, getValue, handleUnknown, hashCode, properties, put, putAll
toJSONString
public BoxSharedLinkPermissions()
public BoxSharedLinkPermissions(BoxSharedLinkPermissions obj)
obj
- public BoxSharedLinkPermissions(Map<String,Object> map)
map
- public BoxSharedLinkPermissions(boolean canDownload)
canDownload
- can be downloadedpublic boolean isCan_download()
Copyright © 2015 Nuxeo SA. All rights reserved.