#include <UploadEngine.h>
|
enum | ItemCount { icUnknown = -1
, icNoChildren = 0
} |
|
|
int | getAccessType () const |
|
string | getId () const |
|
int | getItemCount () const |
|
string | getParentId () const |
|
string | getSummary () const |
|
string | getTitle () const |
|
string | getViewUrl () const |
|
void | setAccessType (int type) |
|
void | setId (string str) |
|
void | setItemCount (int count) |
|
void | setParentId (string str) |
|
void | setSummary (string str) |
|
void | setTitle (string str) |
|
void | setViewUrl (string str) |
|