|
|||||||||
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.WsRestGetMembersLiteRequest
public class WsRestGetMembersLiteRequest
request bean for rest get members request
Constructor Summary | |
---|---|
WsRestGetMembersLiteRequest()
|
Method Summary | |
---|---|
String |
getActAsSubjectId()
actAsSubjectId |
String |
getActAsSubjectIdentifier()
actAsSubjectIdentifier |
String |
getActAsSubjectSourceId()
actAsSubjectSource |
String |
getAscending()
ascending T or null for ascending, F for descending. |
String |
getClientVersion()
|
String |
getFieldName()
fieldName |
String |
getGroupName()
|
String |
getGroupUuid()
|
String |
getIncludeGroupDetail()
includeGroupDetail |
String |
getMemberFilter()
|
String |
getPageNumber()
page number 1 indexed if paging |
String |
getPageSize()
page size if paging |
String |
getParamName0()
paramName0 |
String |
getParamName1()
paramName1 |
String |
getParamValue0()
paramValue0 |
String |
getParamValue1()
paramValue1 |
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 |
getRetrieveSubjectDetail()
retrieveSubjectDetail |
String |
getSortString()
sortString must be an hql query field, e.g. |
String |
getSourceIds()
sourceids to limit request to, or null for all |
String |
getSubjectAttributeNames()
subjectAttributeNames |
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectId(String actAsSubjectId1)
actAsSubjectId |
void |
setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
actAsSubjectIdentifier |
void |
setActAsSubjectSourceId(String actAsSubjectSource1)
actAsSubjectSource |
void |
setAscending(String ascending1)
ascending T or null for ascending, F for descending. |
void |
setClientVersion(String clientVersion1)
|
void |
setFieldName(String fieldName1)
fieldName |
void |
setGroupName(String groupName1)
|
void |
setGroupUuid(String groupUuid1)
|
void |
setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail |
void |
setMemberFilter(String memberFilter1)
memberFilter1 |
void |
setPageNumber(String pageNumber1)
page number 1 indexed if paging |
void |
setPageSize(String pageSize1)
page size if paging |
void |
setParamName0(String _paramName0)
paramName0 |
void |
setParamName1(String _paramName1)
paramName1 |
void |
setParamValue0(String _paramValue0)
_paramValue0 |
void |
setParamValue1(String _paramValue1)
paramValue1 |
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 |
setRetrieveSubjectDetail(String retrieveSubjectDetail1)
retrieveSubjectDetail1 |
void |
setSortString(String sortString1)
sortString must be an hql query field, e.g. |
void |
setSourceIds(String sourceIds1)
sourceids to limit request to, or null for all |
void |
setSubjectAttributeNames(String subjectAttributeNames1)
subjectAttributeNames |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestGetMembersLiteRequest()
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 getMemberFilter()
public void setMemberFilter(String memberFilter1)
memberFilter1
- public String getRetrieveSubjectDetail()
public void setRetrieveSubjectDetail(String retrieveSubjectDetail1)
retrieveSubjectDetail1
- public String getActAsSubjectId()
public void setActAsSubjectId(String actAsSubjectId1)
actAsSubjectId1
- public String getActAsSubjectSourceId()
public void setActAsSubjectSourceId(String actAsSubjectSource1)
actAsSubjectSource1
- public String getActAsSubjectIdentifier()
public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
actAsSubjectIdentifier1
- public String getFieldName()
public void setFieldName(String fieldName1)
fieldName1
- public String getSubjectAttributeNames()
public void setSubjectAttributeNames(String subjectAttributeNames1)
subjectAttributeNames1
- public String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- public String getParamName0()
public void setParamName0(String _paramName0)
_paramName0
- public String getParamValue0()
public void setParamValue0(String _paramValue0)
_paramValue0
- public String getParamName1()
public void setParamName1(String _paramName1)
_paramName1
- public String getParamValue1()
public void setParamValue1(String _paramValue1)
_paramValue1
- public String getGroupName()
public void setGroupName(String groupName1)
groupName1
- the groupName to setpublic String getGroupUuid()
public void setGroupUuid(String groupUuid1)
groupUuid1
- the groupUuid to setpublic String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- the clientVersion 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 |