Package | Description |
---|---|
org.apache.streams.twitter.pojo |
Modifier and Type | Method and Description |
---|---|
static Connection |
Connection.fromValue(String value) |
static Connection |
Connection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection[] |
Connection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Connection> |
Friendship.getConnections() |
Modifier and Type | Method and Description |
---|---|
void |
Friendship.setConnections(List<Connection> connections) |
Friendship |
Friendship.withConnections(List<Connection> connections) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.