Class WsRestFindStemsRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestFindStemsRequest
- All Implemented Interfaces:
WsRequestBean
bean that will be the data from rest request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWsParam[]to pass in a list of uuids or names to lookup.query filter for requestvoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) voidsetClientVersion(String clientVersion1) voidvoidsetWsStemLookups(WsStemLookup[] wsStemLookups1) to pass in a list of uuids or names to lookup.voidsetWsStemQueryFilter(WsStemQueryFilter wsQueryFilter1) query filter for request
-
Constructor Details
-
WsRestFindStemsRequest
public WsRestFindStemsRequest()
-
-
Method Details
-
getWsStemLookups
to pass in a list of uuids or names to lookup. Note the stems are returned in alphabetical order- Returns:
- stem lookups
-
setWsStemLookups
to pass in a list of uuids or names to lookup. Note the stems are returned in alphabetical order- Parameters:
wsStemLookups1-
-
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
-
getWsStemQueryFilter
query filter for request- Returns:
- the wsQueryFilter
-
setWsStemQueryFilter
query filter for request- Parameters:
wsQueryFilter1- the wsQueryFilter to set
-