edu.internet2.middleware.grouperClient.ws.beans
Class WsRestGetMembersRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestGetMembersRequest
- All Implemented Interfaces:
- WsRequestBean
public class WsRestGetMembersRequest
- extends Object
- implements WsRequestBean
bean that will be the data from rest request
for method
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsRestGetMembersRequest
public WsRestGetMembersRequest()
getSourceIds
public String[] getSourceIds()
- sourceIds, or null if all
- Returns:
- the sourceIds
setSourceIds
public void setSourceIds(String[] sourceIds1)
- sourceIds, or null if all
- Parameters:
sourceIds1
- the sourceIds to set
getClientVersion
public String getClientVersion()
- Returns:
- the clientVersion
setClientVersion
public void setClientVersion(String clientVersion1)
- Parameters:
clientVersion1
- the clientVersion to set
getWsGroupLookups
public WsGroupLookup[] getWsGroupLookups()
- Returns:
- the wsGroupLookups
setWsGroupLookups
public void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
- Parameters:
wsGroupLookups1
- the wsGroupLookup to set
getMemberFilter
public String getMemberFilter()
- Returns:
- the replaceAllExisting
setMemberFilter
public void setMemberFilter(String replaceAllExisting1)
- Parameters:
replaceAllExisting1
- the replaceAllExisting to set
getActAsSubjectLookup
public WsSubjectLookup getActAsSubjectLookup()
- Returns:
- the actAsSubjectLookup
setActAsSubjectLookup
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
- Parameters:
actAsSubjectLookup1
- the actAsSubjectLookup to set
getFieldName
public String getFieldName()
- Returns:
- the fieldName
setFieldName
public void setFieldName(String fieldName1)
- Parameters:
fieldName1
- the fieldName to set
getIncludeGroupDetail
public String getIncludeGroupDetail()
- Returns:
- the includeGroupDetail
setIncludeGroupDetail
public void setIncludeGroupDetail(String includeGroupDetail1)
- Parameters:
includeGroupDetail1
- the includeGroupDetail to set
getIncludeSubjectDetail
public String getIncludeSubjectDetail()
- Returns:
- the includeSubjectDetail
setIncludeSubjectDetail
public void setIncludeSubjectDetail(String includeSubjectDetail1)
- Parameters:
includeSubjectDetail1
- the includeSubjectDetail to set
getSubjectAttributeNames
public String[] getSubjectAttributeNames()
- Returns:
- the subjectAttributeNames
setSubjectAttributeNames
public void setSubjectAttributeNames(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
Copyright © 2010 Internet2. All Rights Reserved.