public class UserProfileChangeRequest extends Object
implements Parcelable

Request used to update user profile information.

Nested Class Summary

class UserProfileChangeRequest.Builder The request builder. 

Inherited Constant Summary

Public Method Summary

String
getDisplayName()
Returns the displayName for this change request.
Uri
getPhotoUri()
Returns the photoUri for this change request.

Inherited Method Summary

Public Methods

public String getDisplayName ()

Returns the displayName for this change request.

public Uri getPhotoUri ()

Returns the photoUri for this change request.