Class WsRestHasMemberLiteRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.group.WsRestHasMemberLiteRequest
- All Implemented Interfaces:
WsRequestBean
lite bean that will be the data from rest request
- See Also:
-
for lite method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTo query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo.To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom.see which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectId(String actAsSubjectId1) voidsetActAsSubjectIdentifier(String actAsSubjectIdentifier1) voidsetActAsSubjectSourceId(String actAsSubjectSource1) voidsetClientVersion(String clientVersion1) voidsetFieldName(String fieldName1) voidsetGroupName(String groupName1) voidsetGroupUuid(String groupUuid1) voidsetIncludeGroupDetail(String includeGroupDetail1) voidsetIncludeSubjectDetail(String includeSubjectDetail1) voidsetMemberFilter(String memberFilter1) voidsetParamName0(String _paramName0) voidsetParamName1(String _paramName1) voidsetParamValue0(String _paramValue0) voidsetParamValue1(String _paramValue1) voidsetPointInTimeFrom(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.voidsetPointInTimeTo(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.voidsetSubjectAttributeNames(String subjectAttributeNames1) voidsetSubjectId(String subjectId1) voidsetSubjectIdentifier(String subjectIdentifier1) voidsetSubjectSourceId(String subjectSource1)
-
Constructor Details
-
WsRestHasMemberLiteRequest
public WsRestHasMemberLiteRequest()
-
-
Method Details
-
getClientVersion
- Returns:
- field
-
setClientVersion
- Parameters:
clientVersion1-
-
getGroupName
- Returns:
- field
-
setGroupName
- Parameters:
groupName1-
-
getGroupUuid
- Returns:
- field
-
setGroupUuid
- Parameters:
groupUuid1-
-
getSubjectId
- Returns:
- field
-
setSubjectId
- Parameters:
subjectId1-
-
getSubjectSourceId
- Returns:
- field
-
setSubjectSourceId
- Parameters:
subjectSource1-
-
getSubjectIdentifier
- Returns:
- field
-
setSubjectIdentifier
- Parameters:
subjectIdentifier1-
-
getActAsSubjectId
- Returns:
- field
-
setActAsSubjectId
- Parameters:
actAsSubjectId1-
-
getActAsSubjectSourceId
- Returns:
- field
-
setActAsSubjectSourceId
- Parameters:
actAsSubjectSource1-
-
getActAsSubjectIdentifier
- Returns:
- field
-
setActAsSubjectIdentifier
- Parameters:
actAsSubjectIdentifier1-
-
getFieldName
- Returns:
- field
-
setFieldName
- Parameters:
fieldName1-
-
getIncludeGroupDetail
- Returns:
- field
-
setIncludeGroupDetail
- Parameters:
includeGroupDetail1-
-
getIncludeSubjectDetail
- Returns:
- field
-
setIncludeSubjectDetail
- Parameters:
includeSubjectDetail1-
-
getSubjectAttributeNames
- Returns:
- field
-
setSubjectAttributeNames
- Parameters:
subjectAttributeNames1-
-
getParamName0
- Returns:
- field
-
setParamName0
- Parameters:
_paramName0-
-
getParamValue0
- Returns:
- field
-
setParamValue0
- Parameters:
_paramValue0-
-
getParamName1
- Returns:
- field
-
setParamName1
- Parameters:
_paramName1-
-
getParamValue1
- Returns:
- field
-
setParamValue1
- Parameters:
_paramValue1-
-
retrieveRestHttpMethod
Description copied from interface:WsRequestBeansee which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethodin interfaceWsRequestBean- Returns:
- the method
- See Also:
-
getMemberFilter
- Returns:
- the memberFilter
-
setMemberFilter
- Parameters:
memberFilter1- the memberFilter to set
-
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. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS- Returns:
- the pointInTimeFrom
-
setPointInTimeFrom
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS- Parameters:
pointInTimeFrom1- the pointInTimeFrom to set
-
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. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS- Returns:
- the pointInTimeTo
-
setPointInTimeTo
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS- Parameters:
pointInTimeTo1- the pointInTimeTo to set
-