Uses of Class
com.google.code.facebookapi.ProfileFieldItem

Uses of ProfileFieldItem in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi that return types with arguments of type ProfileFieldItem
 java.util.List<ProfileFieldItem> ProfileInfoField.getItems()
          Get the items that currently comprise this field.
 

Methods in com.google.code.facebookapi with parameters of type ProfileFieldItem
 void ProfileInfoField.addItem(ProfileFieldItem item)
          Add an item to this ProfileInfoField.
 

Method parameters in com.google.code.facebookapi with type arguments of type ProfileFieldItem
 void ProfileInfoField.setItems(java.util.List<ProfileFieldItem> items)
          Set the items associated with this profile field.
 



Copyright © 2010. All Rights Reserved.