|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.member.WsRestGetMembersRequest
public class WsRestGetMembersRequest
bean that will be the data from rest request
for method
Constructor Summary | |
---|---|
WsRestGetMembersRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
|
String |
getAscending()
ascending T or null for ascending, F for descending. |
String |
getClientVersion()
|
String |
getFieldName()
|
String |
getIncludeGroupDetail()
|
String |
getIncludeSubjectDetail()
|
String |
getMemberFilter()
|
String |
getPageNumber()
page number 1 indexed if paging |
String |
getPageSize()
page size if paging |
WsParam[] |
getParams()
|
String |
getPointInTimeFrom()
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. |
String |
getPointInTimeTo()
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. |
String |
getSortString()
sortString must be an hql query field, e.g. |
String[] |
getSourceIds()
sourceIds, or null if all |
String[] |
getSubjectAttributeNames()
|
WsGroupLookup[] |
getWsGroupLookups()
|
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
|
void |
setAscending(String ascending1)
ascending T or null for ascending, F for descending. |
void |
setClientVersion(String clientVersion1)
|
void |
setFieldName(String fieldName1)
|
void |
setIncludeGroupDetail(String includeGroupDetail1)
|
void |
setIncludeSubjectDetail(String includeSubjectDetail1)
|
void |
setMemberFilter(String replaceAllExisting1)
|
void |
setPageNumber(String pageNumber1)
page number 1 indexed if paging |
void |
setPageSize(String pageSize1)
page size if paging |
void |
setParams(WsParam[] params1)
|
void |
setPointInTimeFrom(String pointInTimeFrom1)
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. |
void |
setPointInTimeTo(String pointInTimeTo1)
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. |
void |
setSortString(String sortString1)
sortString must be an hql query field, e.g. |
void |
setSourceIds(String[] sourceIds1)
sourceIds, or null if all |
void |
setSubjectAttributeNames(String[] subjectAttributeNames1)
|
void |
setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestGetMembersRequest()
Method Detail |
---|
public String getPageSize()
public void setPageSize(String pageSize1)
pageSize1
- public String getPageNumber()
public void setPageNumber(String pageNumber1)
pageNumber1
- public String getSortString()
public void setSortString(String sortString1)
sortString1
- public String getAscending()
public void setAscending(String ascending1)
ascending1
- public String[] getSourceIds()
public void setSourceIds(String[] sourceIds1)
sourceIds1
- the sourceIds to setpublic String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- the clientVersion to setpublic WsGroupLookup[] getWsGroupLookups()
public void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
wsGroupLookups1
- the wsGroupLookup to setpublic String getMemberFilter()
public void setMemberFilter(String replaceAllExisting1)
replaceAllExisting1
- the replaceAllExisting to setpublic WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- the actAsSubjectLookup to setpublic String getFieldName()
public void setFieldName(String fieldName1)
fieldName1
- the fieldName to setpublic String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- the includeGroupDetail to setpublic String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(String includeSubjectDetail1)
includeSubjectDetail1
- the includeSubjectDetail to setpublic String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] subjectAttributeNames1)
subjectAttributeNames1
- the subjectAttributeNames to setpublic WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getPointInTimeFrom()
public void setPointInTimeFrom(String pointInTimeFrom1)
pointInTimeFrom1
- the pointInTimeFrom to setpublic String getPointInTimeTo()
public void setPointInTimeTo(String pointInTimeTo1)
pointInTimeTo1
- the pointInTimeTo to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |