| Package | Description |
|---|---|
| com.atlassian.gadgets.opensocial.model |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
Builder(PersonId personId)
Create a builder with the given the
PersonId for the Person to be constructed |
Copyright © 2024 Atlassian. All rights reserved.