public class GcFindGroups
extends java.lang.Object
Constructor and Description |
---|
GcFindGroups() |
Modifier and Type | Method and Description |
---|---|
GcFindGroups |
addGroupIdIndex(java.lang.Long theGroupIdIndex)
set the group id index
|
GcFindGroups |
addGroupName(java.lang.String theGroupName)
set the group name
|
GcFindGroups |
addGroupUuid(java.lang.String theGroupUuid)
set the group uuid
|
GcFindGroups |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcFindGroups |
addParam(WsParam wsParam)
add a param to the list
|
GcFindGroups |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcFindGroups |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcFindGroups |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included
|
GcFindGroups |
assignQueryFilter(WsQueryFilter theQueryFilter)
assign a query filter
|
WsFindGroupsResults |
execute()
execute the call and return the results.
|
public GcFindGroups assignQueryFilter(WsQueryFilter theQueryFilter)
theQueryFilter
- public GcFindGroups assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public GcFindGroups addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcFindGroups addParam(WsParam wsParam)
wsParam
- public GcFindGroups assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcFindGroups assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
- public WsFindGroupsResults execute()
public GcFindGroups addGroupName(java.lang.String theGroupName)
theGroupName
- public GcFindGroups addGroupUuid(java.lang.String theGroupUuid)
theGroupUuid
- public GcFindGroups addGroupIdIndex(java.lang.Long theGroupIdIndex)
theGroupIdIndex
-