public final class ProcessMemberResponse extends CwsResponse
If the request was invoked with the CREATE action, then the response will contain the newly generated Member Id. If it was invoked with the INVITE action, then it will respond with the signature - which the to-be Member can invoke the same request with, using the UPDATE action and having the credential type set to SIGNATURE.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
ProcessMemberResponse()
Empty Constructor, to use if the setters are invoked.
|
ProcessMemberResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
String |
getMemberId() |
byte[] |
getSignature() |
void |
setMemberId(String memberId) |
void |
setSignature(byte[] signature) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public ProcessMemberResponse()
public ProcessMemberResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.