|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.stem.WsRestStemSaveRequest
public class WsRestStemSaveRequest
bean that will be the data from rest request
for method
Constructor Summary | |
---|---|
WsRestStemSaveRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
|
java.lang.String |
getClientVersion()
|
WsParam[] |
getParams()
|
java.lang.String |
getTxType()
field |
WsStemToSave[] |
getWsStemToSaves()
|
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(java.lang.String clientVersion1)
|
void |
setParams(WsParam[] params1)
|
void |
setTxType(java.lang.String txType1)
field |
void |
setWsStemToSaves(WsStemToSave[] wsStemToSaves1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestStemSaveRequest()
Method Detail |
---|
public java.lang.String getClientVersion()
public void setClientVersion(java.lang.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 java.lang.String getTxType()
public void setTxType(java.lang.String txType1)
txType1
- the txType to setpublic WsStemToSave[] getWsStemToSaves()
public void setWsStemToSaves(WsStemToSave[] wsStemToSaves1)
wsStemToSaves1
- the wsStemToSaves to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |