public static class

UserProfileChangeRequest.Builder

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.UserProfileChangeRequest.Builder

Class Overview

The request builder.

Summary

Public Constructors
UserProfileChangeRequest.Builder()
Public Methods
UserProfileChangeRequest build()
Returns a UserProfileChangeRequest instance
UserProfileChangeRequest.Builder setDisplayName(String displayName)
Sets the updated display name.
UserProfileChangeRequest.Builder setPhotoUri(Uri photoUri)
Sets the updated photo Uri.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public UserProfileChangeRequest.Builder ()

Public Methods

public UserProfileChangeRequest.Builder setDisplayName (String displayName)

Sets the updated display name.

Parameters
displayName String
Returns
UserProfileChangeRequest.Builder the UserProfileChangeRequest.Builder for chaining

public UserProfileChangeRequest.Builder setPhotoUri (Uri photoUri)

Sets the updated photo Uri.

Parameters
photoUri Uri
Returns
UserProfileChangeRequest.Builder the UserProfileChangeRequest.Builder for chaining