| 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.
since 5.5. Use
Anonymous(Icon, String) instead. |
Anonymous(Icon profilePicture,
String displayName) |
KnownUser(Icon profilePicture,
String username,
String displayName)
Deprecated.
since 5.5. Use
KnownUser(Icon, String, String, UserKey) instead. |
KnownUser(Icon profilePicture,
String username,
String displayName,
String userKey) |
KnownUser(Icon profilePicture,
String username,
String displayName,
com.atlassian.sal.api.user.UserKey userKey)
Deprecated.
since 6.5.0. Use the
KnownUser.builder() instead. |
Person(Icon profilePicture)
Deprecated.
since 5.6 use
Person(Icon, String) instead |
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.
since 5.6. Use
User(Icon, String, String, UserKey) instead. |
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()
Deprecated.
|
| Constructor and Description |
|---|
SpaceSummary(long id,
String key,
String name,
com.atlassian.fugue.Option<Icon> icon,
com.atlassian.fugue.Option<String> description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Icon |
Person.getProfilePicture()
Deprecated.
|
| Constructor and Description |
|---|
Anonymous(Icon profilePicture)
Deprecated.
|
KnownUser(Icon profilePicture,
String username,
String displayName,
Map<Permission,Boolean> permissions)
Deprecated.
|
Person(Icon profilePicture)
Deprecated.
|
UnknownUser(Icon profilePicture,
String username)
Deprecated.
|
User(Icon profilePicture,
String username)
Deprecated.
|
Copyright © 2003–2022 Atlassian. All rights reserved.