public final class FetchMemberResponse extends CwsResponse
The result will depend on the request parameters, if no information was set in the request, then the list of Circles will be filled with the Circles, the requesting member is allowed to see. If a MemberId was given, then the list of Circles which both the requesting member and the requested member have in common will be returned.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
FetchMemberResponse()
Empty Constructor, to use if the setters are invoked.
|
FetchMemberResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
List<Circle> |
getCircles() |
List<Member> |
getMembers() |
void |
setCircles(List<Circle> circles) |
void |
setMembers(List<Member> members) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public FetchMemberResponse()
public FetchMemberResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.