|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.GetFriendsMethod
public class GetFriendsMethod
Field Summary | |
---|---|
static java.lang.String |
PARAMS_KEY_NOZIP
this parameter decides whether zip the content with base64 encode or not. |
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod |
---|
apiRequestFormat, apiUploadUrlPrefix, apiUrlPrefix, apiVersion, config, httpManager, soapApiUrl, xmlApiUrl |
Constructor Summary | |
---|---|
GetFriendsMethod()
|
Method Summary | |
---|---|
GetFriendsResponse |
getFriends(GetFriendsRequest getFriendsRequest)
This method is used to retrieve a list of freinds. |
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod |
---|
getBaseSoapDocument, getElementByActionName, getRestUrl, getSoapElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PARAMS_KEY_NOZIP
Constructor Detail |
---|
public GetFriendsMethod()
Method Detail |
---|
public GetFriendsResponse getFriends(GetFriendsRequest getFriendsRequest) throws java.io.IOException, BoxException
getFriendsRequest
- request
java.io.IOException
- io exception
BoxException
- box exceptoin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |