Uses of Class
com.atlassian.confluence.api.model.web.Icon
- 
- 
Uses of Icon in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Icon Modifier and Type Method Description Reference<Icon>Space. getIconRef()Methods in com.atlassian.confluence.api.model.content with parameters of type Icon Modifier and Type Method Description Space.SpaceBuilderSpace.SpaceBuilder. icon(Icon icon)Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Icon Modifier and Type Method Description Space.SpaceBuilderSpace.SpaceBuilder. icon(Reference<Icon> iconRef) - 
Uses of Icon in com.atlassian.confluence.api.model.people
Methods in com.atlassian.confluence.api.model.people that return Icon Modifier and Type Method Description IconPerson. getProfilePicture()Methods in com.atlassian.confluence.api.model.people with parameters of type Icon Modifier and Type Method Description KnownUser.BuilderKnownUser.Builder. profilePicture(Icon profilePicture)Constructors in com.atlassian.confluence.api.model.people with parameters of type Icon Constructor Description Anonymous(Icon profilePicture)Deprecated.since 5.5.Anonymous(Icon profilePicture, String displayName)KnownUser(Icon profilePicture, String username, String displayName)Deprecated.since 5.5.KnownUser(Icon profilePicture, String username, String displayName, com.atlassian.sal.api.user.UserKey userKey)Deprecated.since 6.5.0.KnownUser(Icon profilePicture, String username, String displayName, String userKey)Person(Icon profilePicture)Deprecated.since 5.6 usePerson(Icon, String)insteadPerson(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.User(Icon profilePicture, String username, String displayName, com.atlassian.sal.api.user.UserKey userKey)User(Icon profilePicture, String username, String displayName, String userKey) - 
Uses of Icon in com.atlassian.confluence.api.model.web
Methods in com.atlassian.confluence.api.model.web that return Icon Modifier and Type Method Description IconWebItemView. getIcon()Methods in com.atlassian.confluence.api.model.web with parameters of type Icon Modifier and Type Method Description WebItemView.BuilderWebItemView.Builder. setIcon(Icon icon)Deprecated.since 5.8.10 UseWebItemView.Builder.setIcon(Optional)Method parameters in com.atlassian.confluence.api.model.web with type arguments of type Icon Modifier and Type Method Description WebItemView.BuilderWebItemView.Builder. setIcon(Optional<Icon> icon) - 
Uses of Icon in com.atlassian.confluence.legacyapi.model
Methods in com.atlassian.confluence.legacyapi.model that return types with arguments of type Icon Modifier and Type Method Description com.atlassian.fugue.Option<Icon>SpaceSummary. getIcon()Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.model with type arguments of type Icon Constructor Description SpaceSummary(long id, String key, String name, com.atlassian.fugue.Option<Icon> icon, com.atlassian.fugue.Option<String> description)Deprecated. - 
Uses of Icon in com.atlassian.confluence.legacyapi.model.people
Methods in com.atlassian.confluence.legacyapi.model.people that return Icon Modifier and Type Method Description IconPerson. getProfilePicture()Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.people with parameters of type Icon Constructor 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. 
 -