public interface IContactFolderCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IContactFolderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IContactFolderCollectionPage |
get() |
void |
get(ICallback<IContactFolderCollectionPage> callback) |
ContactFolder |
post(ContactFolder newContactFolder) |
void |
post(ContactFolder newContactFolder,
ICallback<ContactFolder> callback) |
IContactFolderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IContactFolderCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IContactFolderCollectionPage> callback)
IContactFolderCollectionPage get() throws ClientException
ClientExceptionvoid post(ContactFolder newContactFolder, ICallback<ContactFolder> callback)
ContactFolder post(ContactFolder newContactFolder) throws ClientException
ClientExceptionIContactFolderCollectionRequest expand(java.lang.String value)
value - the expand clauseIContactFolderCollectionRequest select(java.lang.String value)
value - the select clauseIContactFolderCollectionRequest top(int value)
value - the max number of items to return