UserProfileChangeRequest

public class UserProfileChangeRequest implements Parcelable


Request used to update user profile information.

Summary

Nested types

The request builder.

Public methods

@Nullable String

Returns the displayName for this change request.

@Nullable Uri

Returns the photoUri for this change request.

Inherited Constants

From android.os.Parcelable
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int

Public fields

displayName

public @Nullable String displayName

photoUri

public @Nullable Uri photoUri

Public methods

getDisplayName

public @Nullable String getDisplayName()

Returns the displayName for this change request.

getPhotoUri

public @Nullable Uri getPhotoUri()

Returns the photoUri for this change request.