Class WsRestMemberChangeSubjectRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.member.WsRestMemberChangeSubjectRequest
- All Implemented Interfaces:
WsRequestBean
request bean for rest member change subject lite
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWsParam[]String[]members to change subjectssee which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) voidsetClientVersion(String clientVersion1) voidsetIncludeSubjectDetail(String includeSubjectDetail1) voidvoidsetSubjectAttributeNames(String[] subjectAttributeNames1) voidvoidsetWsMemberChangeSubjects(WsMemberChangeSubject[] wsMemberChangeSubjects1) members to change subjects
-
Constructor Details
-
WsRestMemberChangeSubjectRequest
public WsRestMemberChangeSubjectRequest()
-
-
Method Details
-
retrieveRestHttpMethod
Description copied from interface:WsRequestBeansee which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethodin interfaceWsRequestBean- Returns:
- the method
- See Also:
-
getActAsSubjectLookup
- Returns:
- the actAsSubjectLookup
-
getClientVersion
- Returns:
- the clientVersion
-
getIncludeSubjectDetail
- Returns:
- the includeSubjectDetail
-
getParams
- Returns:
- the params
-
getSubjectAttributeNames
- Returns:
- the subjectAttributeNames
-
getTxType
- Returns:
- the txType
-
setActAsSubjectLookup
- Parameters:
actAsSubjectLookup1- the actAsSubjectLookup to set
-
setClientVersion
- Parameters:
clientVersion1- the clientVersion to set
-
setIncludeSubjectDetail
- Parameters:
includeSubjectDetail1- the includeSubjectDetail to set
-
setParams
- Parameters:
params1- the params to set
-
setSubjectAttributeNames
- Parameters:
subjectAttributeNames1- the subjectAttributeNames to set
-
setTxType
- Parameters:
txType1- the txType to set
-
getWsMemberChangeSubjects
members to change subjects- Returns:
- the members
-
setWsMemberChangeSubjects
members to change subjects- Parameters:
wsMemberChangeSubjects1-
-