public class GcGroupDelete
extends java.lang.Object
Constructor and Description |
---|
GcGroupDelete() |
Modifier and Type | Method and Description |
---|---|
GcGroupDelete |
addGroupLookup(WsGroupLookup wsGroupLookup)
add group lookup
|
GcGroupDelete |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcGroupDelete |
addParam(WsParam wsParam)
add a param to the list
|
GcGroupDelete |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcGroupDelete |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcGroupDelete |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included
|
GcGroupDelete |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type
|
WsGroupDeleteResults |
execute()
execute the call and return the results.
|
public GcGroupDelete addGroupLookup(WsGroupLookup wsGroupLookup)
wsGroupLookup
- public GcGroupDelete addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcGroupDelete addParam(WsParam wsParam)
wsParam
- public GcGroupDelete assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcGroupDelete assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
- public GcGroupDelete assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
- public GcGroupDelete assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public WsGroupDeleteResults execute()