Class WsRestFindExternalSubjectsRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestFindExternalSubjectsRequest
- All Implemented Interfaces:
WsRequestBean
bean that will be the data from rest request
see GrouperServiceLogic#getGroups(edu.internet2.middleware.grouper.ws.GrouperWsVersion, WsSubjectLookup[], edu.internet2.middleware.grouper.ws.member.WsMemberFilter, WsSubjectLookup, boolean, boolean, String[], WsParam[])
for method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWsParam[]voidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) voidsetClientVersion(String clientVersion1) voidvoidsetWsExternalSubjectLookups(WsExternalSubjectLookup[] wsExternalSubjectLookups1)
-
Constructor Details
-
WsRestFindExternalSubjectsRequest
public WsRestFindExternalSubjectsRequest()
-
-
Method Details
-
getClientVersion
- Returns:
- the clientVersion
-
setClientVersion
- Parameters:
clientVersion1- the clientVersion to set
-
getActAsSubjectLookup
- Returns:
- the actAsSubjectLookup
-
setActAsSubjectLookup
- Parameters:
actAsSubjectLookup1- the actAsSubjectLookup to set
-
getParams
- Returns:
- the params
-
setParams
- Parameters:
params1- the params to set
-
getWsExternalSubjectLookups
- Returns:
- the wsExternalSubjectLookups
-
setWsExternalSubjectLookups
- Parameters:
wsExternalSubjectLookups1- the wsExternalSubjectLookups to set
-