Package | Description |
---|---|
org.apache.streams.facebook |
Modifier and Type | Method and Description |
---|---|
Like |
Like.withAdditionalProperty(String name,
Object value) |
Like |
Like.withLink(String link) |
Like |
Like.withName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Like> |
Post.getLikes() |
Modifier and Type | Method and Description |
---|---|
void |
Post.setLikes(List<Like> likes) |
Post |
Post.withLikes(List<Like> likes) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.