public class GcMemberChangeSubject
extends java.lang.Object
Constructor and Description |
---|
GcMemberChangeSubject() |
Modifier and Type | Method and Description |
---|---|
GcMemberChangeSubject |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcMemberChangeSubject |
addParam(WsParam wsParam)
add a param to the list
|
GcMemberChangeSubject |
addSubjectAttributeName(java.lang.String subjectAttributeName) |
GcMemberChangeSubject |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcMemberChangeSubject |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcMemberChangeSubject |
assignDeleteOldMember(boolean isDeleteOldMember)
if the old member should be deleted if applicable
|
GcMemberChangeSubject |
assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
if should include subject detail
|
GcMemberChangeSubject |
assignNewSubjectLookup(WsSubjectLookup theNewSubjectLookup)
assign the new subject lookup
|
GcMemberChangeSubject |
assignOldSubjectLookup(WsSubjectLookup theOldSubjectLookup)
assign the old subject lookup
|
GcMemberChangeSubject |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type
|
WsMemberChangeSubjectResults |
execute()
execute the call and return the results.
|
public GcMemberChangeSubject assignOldSubjectLookup(WsSubjectLookup theOldSubjectLookup)
theOldSubjectLookup
- public GcMemberChangeSubject assignNewSubjectLookup(WsSubjectLookup theNewSubjectLookup)
theNewSubjectLookup
- public GcMemberChangeSubject addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcMemberChangeSubject addParam(WsParam wsParam)
wsParam
- public GcMemberChangeSubject assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcMemberChangeSubject assignDeleteOldMember(boolean isDeleteOldMember)
isDeleteOldMember
- public GcMemberChangeSubject assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
- public GcMemberChangeSubject addSubjectAttributeName(java.lang.String subjectAttributeName)
subjectAttributeName
- public GcMemberChangeSubject assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
- public GcMemberChangeSubject assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public WsMemberChangeSubjectResults execute()