Package | Description |
---|---|
com.atlassian.confluence.plugins.edgeindex.rest | |
com.atlassian.confluence.plugins.rest.dto |
This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.
|
Modifier and Type | Method and Description |
---|---|
UserDto |
StreamItem.getAuthor() |
Modifier and Type | Method and Description |
---|---|
void |
StreamItem.setAuthor(UserDto author) |
Constructor and Description |
---|
StreamItem(long id,
String title,
String url,
UserDto author,
String friendlyDate,
String date,
int numberOfLikes,
int numberOfComments,
List<CountItem> counts) |
Modifier and Type | Method and Description |
---|---|
UserDto |
StreamItem.getAuthor() |
UserDto |
UserDtoFactoryImpl.getUserDto(@Nullable ConfluenceUser targetUser) |
UserDto |
UserDtoFactory.getUserDto(@Nullable ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
void |
StreamItem.setAuthor(UserDto author) |
Constructor and Description |
---|
StreamItem(long id,
String title,
String url,
UserDto author,
String friendlyDate,
int numberOfLikes,
int numberOfComments) |
Copyright © 2003–2020 Atlassian. All rights reserved.