| Package | Description |
|---|---|
| es.uvigo.esei.dgss.letta.domain.entities |
| Modifier and Type | Method and Description |
|---|---|
FriendshipState |
Friendship.getFriendshipState() |
static FriendshipState |
FriendshipState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FriendshipState[] |
FriendshipState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Friendship.setFriendshipState(FriendshipState state) |
| Constructor and Description |
|---|
Friendship(FriendshipState friendshipState,
User user,
User friend) |
Copyright © 2017. All rights reserved.