public interface IProfilePhotoCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IProfilePhotoCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IProfilePhotoCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IProfilePhotoCollectionPage |
get() |
void |
get(ICallback<? super IProfilePhotoCollectionPage> callback) |
IProfilePhotoCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ProfilePhoto |
post(ProfilePhoto newProfilePhoto) |
void |
post(ProfilePhoto newProfilePhoto,
ICallback<? super ProfilePhoto> callback) |
IProfilePhotoCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IProfilePhotoCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IProfilePhotoCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IProfilePhotoCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IProfilePhotoCollectionPage> callback)
IProfilePhotoCollectionPage get() throws ClientException
ClientExceptionvoid post(ProfilePhoto newProfilePhoto, ICallback<? super ProfilePhoto> callback)
ProfilePhoto post(ProfilePhoto newProfilePhoto) throws ClientException
ClientExceptionIProfilePhotoCollectionRequest expand(java.lang.String value)
value - the expand clauseIProfilePhotoCollectionRequest filter(java.lang.String value)
value - the filter clauseIProfilePhotoCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIProfilePhotoCollectionRequest select(java.lang.String value)
value - the select clauseIProfilePhotoCollectionRequest top(int value)
value - the max number of items to returnIProfilePhotoCollectionRequest skip(int value)
value - of the number of items to skipIProfilePhotoCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination