Package com.dropbox.core.v2.account
Class DbxUserAccountRequests
- java.lang.Object
- 
- com.dropbox.core.v2.account.DbxUserAccountRequests
 
- 
 public class DbxUserAccountRequests extends java.lang.ObjectRoutes in namespace "account".
- 
- 
Constructor SummaryConstructors Constructor Description DbxUserAccountRequests(DbxRawClientV2 client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SetProfilePhotoResultsetProfilePhoto(PhotoSourceArg photo)Sets a user's profile photo.
 
- 
- 
- 
Constructor Detail- 
DbxUserAccountRequestspublic DbxUserAccountRequests(DbxRawClientV2 client) 
 
- 
 - 
Method Detail- 
setProfilePhotopublic SetProfilePhotoResult setProfilePhoto(PhotoSourceArg photo) throws SetProfilePhotoErrorException, DbxException Sets a user's profile photo.- Parameters:
- photo- Image to set as the user's new profile photo. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
- SetProfilePhotoErrorException
- DbxException
 
 
- 
 
-