public interface IAttachmentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IAttachmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAttachmentCollectionPage |
get() |
void |
get(ICallback<IAttachmentCollectionPage> callback) |
Attachment |
post(Attachment newAttachment) |
void |
post(Attachment newAttachment,
ICallback<Attachment> callback) |
IAttachmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAttachmentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IAttachmentCollectionPage> callback)
IAttachmentCollectionPage get() throws ClientException
ClientExceptionvoid post(Attachment newAttachment, ICallback<Attachment> callback)
Attachment post(Attachment newAttachment) throws ClientException
ClientExceptionIAttachmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIAttachmentCollectionRequest select(java.lang.String value)
value - the select clauseIAttachmentCollectionRequest top(int value)
value - the max number of items to return