|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestFindGroupsRequest
public class WsRestFindGroupsRequest
bean that will be the data from rest request for method
Constructor Summary | |
---|---|
WsRestFindGroupsRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
|
String |
getClientVersion()
|
String |
getIncludeGroupDetail()
|
WsParam[] |
getParams()
|
WsGroupLookup[] |
getWsGroupLookups()
wsGroupLookups if you want to just pass in a list of uuids and/or names. |
WsQueryFilter |
getWsQueryFilter()
query filter for request |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
|
void |
setClientVersion(String clientVersion1)
|
void |
setIncludeGroupDetail(String includeGroupDetail1)
|
void |
setParams(WsParam[] params1)
|
void |
setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
wsGroupLookups if you want to just pass in a list of uuids and/or names. |
void |
setWsQueryFilter(WsQueryFilter wsQueryFilter1)
query filter for request |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestFindGroupsRequest()
Method Detail |
---|
public WsGroupLookup[] getWsGroupLookups()
public void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
wsGroupLookups1
- public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- the clientVersion to setpublic WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- the actAsSubjectLookup to setpublic String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- the includeGroupDetail to setpublic WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic WsQueryFilter getWsQueryFilter()
public void setWsQueryFilter(WsQueryFilter wsQueryFilter1)
wsQueryFilter1
- the wsQueryFilter to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |