Class WsRestGroupSaveRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.group.WsRestGroupSaveRequest
- All Implemented Interfaces:
WsRequestBean
bean that will be the data from rest request
- See Also:
-
for method
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfieldWsParam[]
fieldsee which http method this is supposed to be associated with, and override whatever was passed invoid
setActAsSubjectLookup
(WsSubjectLookup actAsSubjectLookup1) void
setClientVersion
(String clientVersion1) void
setIncludeGroupDetail
(String includeGroupDetail1) fieldvoid
void
fieldvoid
setWsGroupToSaves
(WsGroupToSave[] wsGroupToSaves1)
-
Constructor Details
-
WsRestGroupSaveRequest
public WsRestGroupSaveRequest()
-
-
Method Details
-
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
-
retrieveRestHttpMethod
Description copied from interface:WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethod
in interfaceWsRequestBean
- Returns:
- the method
- See Also:
-
getTxType
field- Returns:
- the txType
-
setTxType
field- Parameters:
txType1
- the txType to set
-
getWsGroupToSaves
- Returns:
- the wsGroupToSaves
-
setWsGroupToSaves
- Parameters:
wsGroupToSaves1
- the wsGroupToSaves to set
-
getIncludeGroupDetail
field- Returns:
- the includeGroupDetail
-
setIncludeGroupDetail
field- Parameters:
includeGroupDetail1
- the includeGroupDetail to set
-