public class GcGetSubjects
extends java.lang.Object
Constructor and Description |
---|
GcGetSubjects() |
Modifier and Type | Method and Description |
---|---|
GcGetSubjects |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcGetSubjects |
addParam(WsParam wsParam)
add a param to the list
|
GcGetSubjects |
addSourceId(java.lang.String sourceId)
add a source id to filter by (or none for all sources)
|
GcGetSubjects |
addSubjectAttributeName(java.lang.String subjectAttributeName) |
GcGetSubjects |
addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
set the subject lookup
|
GcGetSubjects |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcGetSubjects |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcGetSubjects |
assignFieldName(java.lang.String theFieldName)
assign the field name to the request
|
GcGetSubjects |
assignGroupLookup(WsGroupLookup theGroupLookup)
assign a group to filter subjects from
|
GcGetSubjects |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included
|
GcGetSubjects |
assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
if should include subject detail
|
GcGetSubjects |
assignMemberFilter(WsMemberFilter theMemberFilter)
assign the member filter
|
GcGetSubjects |
assignSearchString(java.lang.String theSearchString)
assign the search string
|
WsGetSubjectsResults |
execute()
execute the call and return the results.
|
public GcGetSubjects assignSearchString(java.lang.String theSearchString)
theSearchString
- public GcGetSubjects assignGroupLookup(WsGroupLookup theGroupLookup)
theGroupLookup
- public GcGetSubjects assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public GcGetSubjects addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
- public GcGetSubjects addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcGetSubjects addParam(WsParam wsParam)
wsParam
- public GcGetSubjects assignMemberFilter(WsMemberFilter theMemberFilter)
theMemberFilter
- public GcGetSubjects assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcGetSubjects assignFieldName(java.lang.String theFieldName)
theFieldName
- public GcGetSubjects addSourceId(java.lang.String sourceId)
sourceId
- public GcGetSubjects addSubjectAttributeName(java.lang.String subjectAttributeName)
subjectAttributeName
- public GcGetSubjects assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
- public GcGetSubjects assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
- public WsGetSubjectsResults execute()