Package com.dropbox.core.v2.account
Class DbxUserAccountRequests
- java.lang.Object
-
- com.dropbox.core.v2.account.DbxUserAccountRequests
-
public class DbxUserAccountRequests extends java.lang.Object
Routes in namespace "account".
-
-
Constructor Summary
Constructors Constructor Description DbxUserAccountRequests(DbxRawClientV2 client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetProfilePhotoResult
setProfilePhoto(PhotoSourceArg photo)
Sets a user's profile photo.
-
-
-
Constructor Detail
-
DbxUserAccountRequests
public DbxUserAccountRequests(DbxRawClientV2 client)
-
-
Method Detail
-
setProfilePhoto
public 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 benull
.- Throws:
java.lang.IllegalArgumentException
- If any argument does not meet its preconditions.SetProfilePhotoErrorException
DbxException
-
-