public final class FetchTrusteeResponse extends CwsResponse
Response contains a list of the Trustees who belong to the requested Circle.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
FetchTrusteeResponse()
Empty Constructor, to use if the setters are invoked.
|
FetchTrusteeResponse(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<Trustee> |
getTrustees() |
void |
setTrustees(List<Trustee> trustees) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public FetchTrusteeResponse()
public FetchTrusteeResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.