|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.ProfileInfoField
public class ProfileInfoField
A data structure for managing the profile info fields objects required by the profile.setInfo and profile.setInfoOptions API calls. Each field is identified by name, and may contain any number of field items. Each field-item must specify a label and a link URL, and may optionally include a description, a sublabel, and an image URL.
| Constructor Summary | |
|---|---|
ProfileInfoField(java.lang.String name)
Constructor, constructs a new profile field with the specified name. |
|
| Method Summary | |
|---|---|
void |
addItem(ProfileFieldItem item)
Add an item to this ProfileInfoField. |
java.lang.String |
getFieldName()
|
java.util.List<ProfileFieldItem> |
getItems()
Get the items that currently comprise this field. |
void |
setItems(java.util.List<ProfileFieldItem> items)
Set the items associated with this profile field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileInfoField(java.lang.String name)
name - the name to use for this field.| Method Detail |
|---|
public java.lang.String getFieldName()
public java.util.List<ProfileFieldItem> getItems()
public void setItems(java.util.List<ProfileFieldItem> items)
items - the items to set.public void addItem(ProfileFieldItem item)
item - the item to add.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||