public class GetFriendsResponse
extends java.lang.Object
| Constructor and Description |
|---|
GetFriendsResponse(java.util.List<LineProfile> friends) |
GetFriendsResponse(java.util.List<LineProfile> friends,
java.lang.String pageToken) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LineProfile> |
getFriends() |
java.lang.String |
getNextPageRequestToken() |
java.lang.String |
toString() |
public GetFriendsResponse(@NonNull
java.util.List<LineProfile> friends)
public GetFriendsResponse(@NonNull
java.util.List<LineProfile> friends,
@Nullable
java.lang.String pageToken)
@NonNull public java.util.List<LineProfile> getFriends()
@Nullable public java.lang.String getNextPageRequestToken()
public java.lang.String toString()
toString in class java.lang.Object