public interface IProfilePhotoCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IProfilePhotoCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IProfilePhotoCollectionPage |
get() |
void |
get(ICallback<IProfilePhotoCollectionPage> callback) |
ProfilePhoto |
post(ProfilePhoto newProfilePhoto) |
void |
post(ProfilePhoto newProfilePhoto,
ICallback<ProfilePhoto> callback) |
IProfilePhotoCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IProfilePhotoCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IProfilePhotoCollectionPage> callback)
IProfilePhotoCollectionPage get() throws ClientException
ClientExceptionvoid post(ProfilePhoto newProfilePhoto, ICallback<ProfilePhoto> callback)
ProfilePhoto post(ProfilePhoto newProfilePhoto) throws ClientException
ClientExceptionIProfilePhotoCollectionRequest expand(java.lang.String value)
value - the expand clauseIProfilePhotoCollectionRequest select(java.lang.String value)
value - the select clauseIProfilePhotoCollectionRequest top(int value)
value - the max number of items to return