Package | Description |
---|---|
org.apache.streams.facebook |
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.withAdditionalProperty(String name,
Object value) |
Comment |
Comment.withCreatedTime(org.joda.time.DateTime createdTime) |
Comment |
Comment.withFrom(String from) |
Comment |
Comment.withId(String id) |
Comment |
Comment.withMessage(String message) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
Post.getComments() |
Modifier and Type | Method and Description |
---|---|
void |
Post.setComments(List<Comment> comments) |
Post |
Post.withComments(List<Comment> comments) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.