Class WsRestDeleteMemberRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestDeleteMemberRequest
- All Implemented Interfaces:
WsRequestBean
bean that will be the data from rest request
for method
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWsParam[]
String[]
void
setActAsSubjectLookup
(WsSubjectLookup actAsSubjectLookup1) void
setClientVersion
(String clientVersion1) void
setFieldName
(String fieldName1) void
setIncludeGroupDetail
(String includeGroupDetail1) void
setIncludeSubjectDetail
(String includeSubjectDetail1) void
void
setSubjectAttributeNames
(String[] subjectAttributeNames1) void
setSubjectLookups
(WsSubjectLookup[] subjectLookups1) void
void
setWsGroupLookup
(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
-