Class WsRestDeleteMemberRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.member.WsRestDeleteMemberRequest
- All Implemented Interfaces:
WsRequestBean
bean that will be the data from rest request
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWsParam[]String[]see which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) voidsetClientVersion(String clientVersion1) voidsetFieldName(String fieldName1) voidsetIncludeGroupDetail(String includeGroupDetail1) voidsetIncludeSubjectDetail(String includeSubjectDetail1) voidvoidsetSubjectAttributeNames(String[] subjectAttributeNames1) voidsetSubjectLookups(WsSubjectLookup[] subjectLookups1) voidvoidsetWsGroupLookup(WsGroupLookup wsGroupLookup1)
-
Constructor Details
-
WsRestDeleteMemberRequest
public WsRestDeleteMemberRequest()
-
-
Method Details
-
getClientVersion
- Returns:
- the clientVersion
-
setClientVersion
- Parameters:
clientVersion1- the clientVersion to set
-
getWsGroupLookup
- Returns:
- the wsGroupLookup
-
setWsGroupLookup
- Parameters:
wsGroupLookup1- the wsGroupLookup to set
-
getSubjectLookups
- Returns:
- the subjectLookups
-
setSubjectLookups
- Parameters:
subjectLookups1- the subjectLookups to set
-
getActAsSubjectLookup
- Returns:
- the actAsSubjectLookup
-
setActAsSubjectLookup
- Parameters:
actAsSubjectLookup1- the actAsSubjectLookup to set
-
getFieldName
- Returns:
- the fieldName
-
setFieldName
- Parameters:
fieldName1- the fieldName to set
-
getTxType
- Returns:
- the txType
-
setTxType
- Parameters:
txType1- the txType to set
-
getIncludeGroupDetail
- Returns:
- the includeGroupDetail
-
setIncludeGroupDetail
- Parameters:
includeGroupDetail1- the includeGroupDetail to set
-
getIncludeSubjectDetail
- Returns:
- the includeSubjectDetail
-
setIncludeSubjectDetail
- Parameters:
includeSubjectDetail1- the includeSubjectDetail to set
-
getSubjectAttributeNames
- Returns:
- the subjectAttributeNames
-
setSubjectAttributeNames
- Parameters:
subjectAttributeNames1- the subjectAttributeNames to set
-
getParams
- Returns:
- the params
-
setParams
- Parameters:
params1- the params to set
-
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:
-