Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
Webhook |
Twitter.registerWebhook(String url) |
Webhook |
AccountActivity.registerWebhook(String url)
Registers a new webhook URL for the given application context.
|
Webhook |
Webhook.withAdditionalProperty(String name,
Object value) |
Webhook |
Webhook.withCreatedTimestamp(org.joda.time.DateTime createdTimestamp) |
Webhook |
Webhook.withId(String id) |
Webhook |
Webhook.withUrl(String url) |
Webhook |
Webhook.withValid(Boolean valid) |
Modifier and Type | Method and Description |
---|---|
List<Webhook> |
Twitter.getWebhooks() |
List<Webhook> |
AccountActivity.getWebhooks()
Returns all URLs and their statuses for the given app.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.