Class WsRestExternalSubjectSaveRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestExternalSubjectSaveRequest
bean that will be the data from rest request
see GrouperServiceLogic#getGroups(edu.internet2.middleware.grouper.ws.GrouperWsVersion, WsSubjectLookup[], edu.internet2.middleware.grouper.ws.member.WsMemberFilter, WsSubjectLookup, boolean, boolean, String[], WsParam[])
for method
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWsParam[]
fieldvoid
setActAsSubjectLookup
(WsSubjectLookup actAsSubjectLookup1) void
setClientVersion
(String clientVersion1) void
void
fieldvoid
setWsExternalSubjectToSaves
(WsExternalSubjectToSave[] wsExternalSubjectToSaves1)
-
Constructor Details
-
WsRestExternalSubjectSaveRequest
public WsRestExternalSubjectSaveRequest()
-
-
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
-
getTxType
field- Returns:
- the txType
-
setTxType
field- Parameters:
txType1
- the txType to set
-
getWsExternalSubjectToSaves
- Returns:
- the wsExternalSubjectToSaves
-
setWsExternalSubjectToSaves
- Parameters:
wsExternalSubjectToSaves1
- the wsExternalSubjectToSaves to set
-