|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||