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.Anonymous(Icon, String) instead. |
Anonymous(Icon profilePicture,
String displayName) |
KnownUser(Icon profilePicture,
String username,
String displayName)
Deprecated.
since 5.5. Use
KnownUser.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.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.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() |
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–2017 Atlassian. All rights reserved.