Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
static MediaStatusRequest.Command |
MediaStatusRequest.Command.fromValue(String value) |
MediaStatusRequest.Command |
MediaStatusRequest.getCommand()
Must be set to STATUS (case sensitive).
|
static MediaStatusRequest.Command |
MediaStatusRequest.Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaStatusRequest.Command[] |
MediaStatusRequest.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaStatusRequest.setCommand(MediaStatusRequest.Command command)
Must be set to STATUS (case sensitive).
|
MediaStatusRequest |
MediaStatusRequest.withCommand(MediaStatusRequest.Command command) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.