edu.internet2.middleware.grouperClient.ws.beans
Class WsRestDeleteMemberRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestDeleteMemberRequest
- All Implemented Interfaces:
- WsRequestBean
public class WsRestDeleteMemberRequest
- extends java.lang.Object
- implements WsRequestBean
bean that will be the data from rest request
for method
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsRestDeleteMemberRequest
public WsRestDeleteMemberRequest()
getClientVersion
public java.lang.String getClientVersion()
- Returns:
- the clientVersion
setClientVersion
public void setClientVersion(java.lang.String clientVersion1)
- Parameters:
clientVersion1
- the clientVersion to set
getWsGroupLookup
public WsGroupLookup getWsGroupLookup()
- Returns:
- the wsGroupLookup
setWsGroupLookup
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
- Parameters:
wsGroupLookup1
- the wsGroupLookup to set
getSubjectLookups
public WsSubjectLookup[] getSubjectLookups()
- Returns:
- the subjectLookups
setSubjectLookups
public void setSubjectLookups(WsSubjectLookup[] subjectLookups1)
- Parameters:
subjectLookups1
- the subjectLookups to set
getActAsSubjectLookup
public WsSubjectLookup getActAsSubjectLookup()
- Returns:
- the actAsSubjectLookup
setActAsSubjectLookup
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
- Parameters:
actAsSubjectLookup1
- the actAsSubjectLookup to set
getFieldName
public java.lang.String getFieldName()
- Returns:
- the fieldName
setFieldName
public void setFieldName(java.lang.String fieldName1)
- Parameters:
fieldName1
- the fieldName to set
getTxType
public java.lang.String getTxType()
- Returns:
- the txType
setTxType
public void setTxType(java.lang.String txType1)
- Parameters:
txType1
- the txType to set
getIncludeGroupDetail
public java.lang.String getIncludeGroupDetail()
- Returns:
- the includeGroupDetail
setIncludeGroupDetail
public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
- Parameters:
includeGroupDetail1
- the includeGroupDetail to set
getIncludeSubjectDetail
public java.lang.String getIncludeSubjectDetail()
- Returns:
- the includeSubjectDetail
setIncludeSubjectDetail
public void setIncludeSubjectDetail(java.lang.String includeSubjectDetail1)
- Parameters:
includeSubjectDetail1
- the includeSubjectDetail to set
getSubjectAttributeNames
public java.lang.String[] getSubjectAttributeNames()
- Returns:
- the subjectAttributeNames
setSubjectAttributeNames
public void setSubjectAttributeNames(java.lang.String[] subjectAttributeNames1)
- Parameters:
subjectAttributeNames1
- the subjectAttributeNames to set
getParams
public WsParam[] getParams()
- Returns:
- the params
setParams
public void setParams(WsParam[] params1)
- Parameters:
params1
- the params to set