Uses of Class
com.atlassian.gadgets.opensocial.model.PersonId

Packages that use PersonId
com.atlassian.gadgets.opensocial.model   
 

Uses of PersonId in com.atlassian.gadgets.opensocial.model
 

Methods in com.atlassian.gadgets.opensocial.model that return PersonId
 PersonId Person.getPersonId()
          A (unique) username/id for this person
 PersonId Activity.getUserId()
          Get the id of the user who this activity is for.
static PersonId PersonId.valueOf(String id)
          Convert the String value to a PersonId object.
 

Methods in com.atlassian.gadgets.opensocial.model with parameters of type PersonId
 Activity.Builder Activity.Builder.userId(PersonId userId)
          Set the user id of the Activity under construction and return this Builder to allow further construction to be done.
 

Constructors in com.atlassian.gadgets.opensocial.model with parameters of type PersonId
Person.Builder(PersonId personId)
          Create a builder with the given the PersonId for the Person to be constructed
 



Copyright © 2013 Atlassian. All Rights Reserved.