public class BoxSharedLinkPermissions extends BoxObject
| Modifier | Constructor and Description |
|---|---|
|
BoxSharedLinkPermissions()
Default constructor.
|
|
BoxSharedLinkPermissions(boolean canDownload)
Constructor.
|
|
BoxSharedLinkPermissions(BoxSharedLinkPermissions obj)
Copy constructor, this does deep copy for all the fields.
|
protected |
BoxSharedLinkPermissions(IBoxParcelWrapper parcel) |
|
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, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParceltoJSONStringpublic BoxSharedLinkPermissions()
public BoxSharedLinkPermissions(BoxSharedLinkPermissions obj)
obj - public BoxSharedLinkPermissions(Map<String,Object> map)
map - public BoxSharedLinkPermissions(boolean canDownload)
canDownload - can be downloadedprotected BoxSharedLinkPermissions(IBoxParcelWrapper parcel)
Copyright © 2014. All Rights Reserved.