|
|||||||||
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.WsRestGroupDeleteRequest
public class WsRestGroupDeleteRequest
bean that will be the data from rest request
for method
Constructor Summary | |
---|---|
WsRestGroupDeleteRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
|
java.lang.String |
getClientVersion()
|
java.lang.String |
getIncludeGroupDetail()
field |
WsParam[] |
getParams()
|
java.lang.String |
getTxType()
field |
WsGroupLookup[] |
getWsGroupLookups()
field |
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 |
setIncludeGroupDetail(java.lang.String includeGroupDetail1)
field |
void |
setParams(WsParam[] params1)
|
void |
setTxType(java.lang.String txType1)
field |
void |
setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
field |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestGroupDeleteRequest()
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 WsGroupLookup[] getWsGroupLookups()
public void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
wsGroupLookups1
- the wsGroupLookups to setpublic java.lang.String getIncludeGroupDetail()
public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
includeGroupDetail1
- the includeGroupDetail to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |