| Modifier and Type | Method and Description |
|---|---|
Reference<Icon> |
Space.getIconRef() |
| Modifier and Type | Method and Description |
|---|---|
Space.SpaceBuilder |
Space.SpaceBuilder.icon(Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
Space.SpaceBuilder |
Space.SpaceBuilder.icon(Reference<Icon> iconRef) |
| Modifier and Type | Method and Description |
|---|---|
Icon |
Person.getProfilePicture() |
| Modifier and Type | Method and Description |
|---|---|
KnownUser.Builder |
KnownUser.Builder.profilePicture(Icon profilePicture) |
| Constructor and Description |
|---|
Anonymous(Icon profilePicture)
Deprecated.
|
Anonymous(Icon profilePicture,
String displayName) |
KnownUser(Icon profilePicture,
String username,
String displayName)
Deprecated.
|
KnownUser(Icon profilePicture,
String username,
String displayName,
String userKey) |
KnownUser(Icon profilePicture,
String username,
String displayName,
com.atlassian.sal.api.user.UserKey userKey) |
Person(Icon profilePicture)
Deprecated.
5.6 use other constructor
|
Person(Icon profilePicture,
String displayName) |
UnknownUser(Icon profilePicture,
String username) |
UnknownUser(Icon profilePicture,
String username,
String userKey) |
UnknownUser(Icon profilePicture,
String username,
String displayName,
String userKey) |
User(Icon profilePicture,
String username)
Deprecated.
5.6
|
User(Icon profilePicture,
String username,
String displayName,
String userKey) |
User(Icon profilePicture,
String username,
String displayName,
com.atlassian.sal.api.user.UserKey userKey) |
| Modifier and Type | Method and Description |
|---|---|
Icon |
WebItemView.getIcon() |
| Modifier and Type | Method and Description |
|---|---|
WebItemView.Builder |
WebItemView.Builder.setIcon(Icon icon)
Deprecated.
since 5.8.10 Use
WebItemView.Builder.setIcon(Optional) |
| Modifier and Type | Method and Description |
|---|---|
WebItemView.Builder |
WebItemView.Builder.setIcon(Optional<Icon> icon) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Icon> |
SpaceSummary.getIcon() |
| Constructor and Description |
|---|
SpaceSummary(long id,
String key,
String name,
com.atlassian.fugue.Option<Icon> icon,
com.atlassian.fugue.Option<String> description) |
| Modifier and Type | Method and Description |
|---|---|
Icon |
Person.getProfilePicture() |
| Constructor and Description |
|---|
Anonymous(Icon profilePicture) |
KnownUser(Icon profilePicture,
String username,
String displayName,
Map<Permission,Boolean> permissions) |
Person(Icon profilePicture) |
UnknownUser(Icon profilePicture,
String username) |
User(Icon profilePicture,
String username) |
Copyright © 2003–2016 Atlassian. All rights reserved.