java.lang.Object | ||
↳ | com.google.firebase.appindexing.builders.IndexableBuilder<com.google.firebase.appindexing.builders.PersonBuilder> | |
↳ | com.google.firebase.appindexing.builders.PersonBuilder |
Builder to construct an Indexable
for a person.
For reference, see: http://schema.org/Person.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the email address of the person.
| |||||||||||
Sets whether this person is the current user.
| |||||||||||
Sets the telephone number of the person.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Sets the email address of the person.
Parameters | |
---|---|
email |
String :
The email address of the person.
|
Returns | |
---|---|
PersonBuilder |
Sets whether this person is the current user.
Parameters | |
---|---|
isSelf |
boolean :
Whether this person is the current user.
|
Returns | |
---|---|
PersonBuilder |
Sets the telephone number of the person.
Parameters | |
---|---|
telephone |
String :
The telephone number of the person.
|
Returns | |
---|---|
PersonBuilder |