Package | Description |
---|---|
org.apache.streams.instagram.api | |
org.apache.streams.instagram.pojo | |
org.apache.streams.instagram.provider |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentsResponse.getData() |
Modifier and Type | Method and Description |
---|---|
void |
CommentsResponse.setData(List<Comment> data) |
CommentsResponse |
CommentsResponse.withData(List<Comment> data) |
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.withAdditionalProperty(String name,
Object value) |
Comment |
Comment.withCreatedTime(String createdTime) |
Comment |
Comment.withFrom(UserInfo from) |
Comment |
Comment.withId(String id) |
Comment |
Comment.withText(String text) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
Comments.getData() |
Modifier and Type | Method and Description |
---|---|
void |
Comments.setData(List<Comment> data) |
Comments |
Comments.withData(List<Comment> data) |
Modifier and Type | Method and Description |
---|---|
protected StreamsDatum |
InstagramCommentsCollector.convertToStreamsDatum(Comment item) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.