Modifier and Type | Class and Description |
---|---|
class |
UserDataToTimelineUserConverter<T extends UserData,O extends TimelineUserResource>
UserDataToTimelineUserConverter to convert the temporary object into a TimelineUserResource
|
Modifier and Type | Method and Description |
---|---|
TimelineUserResource |
UserToTimelineUserConverter.convert(User source) |
Modifier and Type | Method and Description |
---|---|
TimelineUserResource[] |
GetCollectionLikeParameter.getUsers()
Returns the Users.
|
TimelineUserResource[] |
LikeResource.getUsers()
Returns the Users.
|
Modifier and Type | Method and Description |
---|---|
void |
GetCollectionLikeParameter.setUsers(TimelineUserResource[] users)
Sets Users.
|
void |
LikeResource.setUsers(TimelineUserResource[] users)
Sets Users.
|
Modifier and Type | Method and Description |
---|---|
TimelineUserResource |
GetTimelineNoteParameter.getAuthor()
Returns the Author.
|
TimelineUserResource |
GetCollectionTimelineNoteParameter.getAuthor()
Returns the Author.
|
TimelineUserResource |
CreateTimelineNoteParameter.getAuthor()
Returns the Author.
|
TimelineUserResource |
TimelineNoteResource.getAuthor()
Returns the Author.
|
TimelineUserResource[] |
GetTimelineNoteParameter.getUsersToNotify()
Returns the UsersToNotify.
|
TimelineUserResource[] |
GetCollectionTimelineNoteParameter.getUsersToNotify()
Returns the UsersToNotify.
|
TimelineUserResource[] |
CreateTimelineNoteParameter.getUsersToNotify()
Returns the UsersToNotify.
|
TimelineUserResource[] |
TimelineNoteResource.getUsersToNotify()
Returns the UsersToNotify.
|
static TimelineUserResource[] |
TimelineNoteHelper.getUsersToNotify(NoteData noteListDataItem)
Extracts and converts the users that have been notified into an array of user resources
|
Modifier and Type | Method and Description |
---|---|
void |
GetTimelineNoteParameter.setAuthor(TimelineUserResource author)
Sets Author.
|
void |
GetCollectionTimelineNoteParameter.setAuthor(TimelineUserResource author)
Sets Author.
|
void |
CreateTimelineNoteParameter.setAuthor(TimelineUserResource author)
Sets Author.
|
void |
TimelineNoteResource.setAuthor(TimelineUserResource author)
Sets Author.
|
void |
GetTimelineNoteParameter.setUsersToNotify(TimelineUserResource[] usersToNotify)
Sets UsersToNotify.
|
void |
GetCollectionTimelineNoteParameter.setUsersToNotify(TimelineUserResource[] usersToNotify)
Sets UsersToNotify.
|
void |
CreateTimelineNoteParameter.setUsersToNotify(TimelineUserResource[] usersToNotify)
Sets UsersToNotify.
|
void |
TimelineNoteResource.setUsersToNotify(TimelineUserResource[] usersToNotify)
Sets UsersToNotify.
|
Modifier and Type | Method and Description |
---|---|
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem)
Build the
TimelineUserResource from the UserData |
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem,
TimelineUserResource timelineUserResource)
Build the
TimelineUserResource from the UserData |
Modifier and Type | Method and Description |
---|---|
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem,
TimelineUserResource timelineUserResource)
Build the
TimelineUserResource from the UserData |
Modifier and Type | Method and Description |
---|---|
static TimelineUserResource[] |
RequestListParser.getArrayTimelineUserResource(List<String> strList)
Parses a TimelineUserResource list to a TimelineUserResource array.
|
Copyright © 2019 Communote team. All rights reserved.