|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.group.WsRestGroupSaveRequest
public class WsRestGroupSaveRequest
bean that will be the data from rest request
for method
Constructor Summary | |
---|---|
WsRestGroupSaveRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
|
String |
getClientVersion()
|
String |
getIncludeGroupDetail()
field |
WsParam[] |
getParams()
|
String |
getTxType()
field |
WsGroupToSave[] |
getWsGroupToSaves()
|
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
|
void |
setClientVersion(String clientVersion1)
|
void |
setIncludeGroupDetail(String includeGroupDetail1)
field |
void |
setParams(WsParam[] params1)
|
void |
setTxType(String txType1)
field |
void |
setWsGroupToSaves(WsGroupToSave[] wsGroupToSaves1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestGroupSaveRequest()
Method Detail |
---|
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 WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getTxType()
public void setTxType(String txType1)
txType1
- the txType to setpublic WsGroupToSave[] getWsGroupToSaves()
public void setWsGroupToSaves(WsGroupToSave[] wsGroupToSaves1)
wsGroupToSaves1
- the wsGroupToSaves to setpublic String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- the includeGroupDetail to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |