public class

GetFriendsResponseImpl

extends BoxResponseImpl
implements GetFriendsResponse
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetFriendsResponseImpl

Summary

Fields
private String encodedFriends base64 encoded string of XML.
private List friendList friend list, BoxFriend object list.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
Public Constructors
GetFriendsResponseImpl()
Public Methods
String getEncodedFriends()
List getFriendList()
void setEncodedFriends(String encodedFriends)
void setFriendList(List friendList)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.GetFriendsResponse

Fields

private String encodedFriends

base64 encoded string of XML.

private List friendList

friend list, BoxFriend object list.

Public Constructors

public GetFriendsResponseImpl ()

Public Methods

public String getEncodedFriends ()

Returns
  • the encodedFriends

public List getFriendList ()

Returns
  • the friendList

public void setEncodedFriends (String encodedFriends)

Parameters
encodedFriends The encodedFriends to set

public void setFriendList (List friendList)

Parameters
friendList The friendList to set