cn.com.believer.songyuanframework.openapi.storage.box.functions
Interface GetFriendsResponse
- All Superinterfaces:
- BoxResponse
- All Known Implementing Classes:
- GetFriendsResponseImpl
public interface GetFriendsResponse
- extends BoxResponse
- Author:
- Jimmy
getFriendList
java.util.List getFriendList()
- Returns:
- the friendList
setFriendList
void setFriendList(java.util.List friendList)
- Parameters:
friendList
- the friendList to set
getEncodedFriends
java.lang.String getEncodedFriends()
- Returns:
- the encodedFriends
setEncodedFriends
void setEncodedFriends(java.lang.String encodedFriends)
- Parameters:
encodedFriends
- the encodedFriends to set