public static class Profile.Properties.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Profile.Properties.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Profile.Properties.Builder |
add(java.lang.String property)
Add property you need
|
Profile.Properties.Builder |
add(java.lang.String property,
Attributes attributes)
Add property and attribute you need
|
Profile.Properties |
build() |
public Profile.Properties.Builder add(java.lang.String property)
property - The property of the user profileProfile.Properties.FIRST_NAMEProfile.Properties.Builderpublic Profile.Properties.Builder add(java.lang.String property, Attributes attributes)
property - The property of the user profileProfile.Properties.PICTUREattributes - For example: picture can have type,width and heightProfile.Properties.Builderpublic Profile.Properties build()