Package | Description |
---|---|
com.box.boxandroidlibv2.dao | |
com.box.boxjavalibv2.dao | |
com.box.boxjavalibv2.exceptions | |
com.box.boxjavalibv2.utils |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidCollaboration
Data class for Collaboration.
|
class |
BoxAndroidComment
Data class for Comment.
|
class |
BoxAndroidEmailAlias
Data class for Email alias.
|
class |
BoxAndroidEvent
Data class for event.
|
class |
BoxAndroidFile
Data class for file.
|
class |
BoxAndroidFileVersion
Data class for file version.
|
class |
BoxAndroidFolder
Data class for folder.
|
class |
BoxAndroidGroup
Data class for group.
|
class |
BoxAndroidGroupMembership |
class |
BoxAndroidUser
Data class for user.
|
class |
BoxAndroidWebLink
Web link.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxCollaboration
Data for collaboration.
|
class |
BoxComment
Comment.
|
class |
BoxEmailAlias |
class |
BoxEvent |
class |
BoxFile
Box File object
|
class |
BoxFileVersion
Version of a file.
|
class |
BoxFolder
Box folder.
|
class |
BoxGenericServerError |
class |
BoxGroup
Box Group.
|
class |
BoxGroupMembership |
class |
BoxItem
Box item, this is a base class for the box items(
BoxFileV2 /BoxFolder /...) |
class |
BoxLock
Version of a file.
|
class |
BoxRealTimeServer |
class |
BoxServerError
Class for errors sent from server.
|
class |
BoxUser
Box user.
|
class |
BoxUserBase |
class |
BoxWebLink |
Modifier and Type | Method and Description |
---|---|
BoxTypedObject |
BoxComment.getItem()
Get the object being commented.
|
BoxTypedObject |
BoxEvent.getSource()
Get the source item for this event.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BoxTypedObject> |
BoxCollectionBase.getEntries() |
Constructor and Description |
---|
BoxTypedObject(BoxTypedObject obj)
Copy constructor, this does deep copy for all the fields.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxUnexpectedStatus
Unexpected http status code(not error status code).
|
Modifier and Type | Method and Description |
---|---|
static <T extends BoxTypedObject> |
Utils.getTypedObjects(BoxCollection collection,
java.lang.Class<T> cls)
Filter out a list of specified type BoxTypedObject's from a Collection
|