Class WsRestAddMemberLiteRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.member.WsRestAddMemberLiteRequest
- 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 TypeMethodDescriptionT or F, if this is a search by id or identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is alloweddate this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSSdate this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSSsee which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectId(String actAsSubjectId1) voidsetActAsSubjectIdentifier(String actAsSubjectIdentifier1) voidsetActAsSubjectSourceId(String actAsSubjectSource1) voidsetAddExternalSubjectIfNotFound(String addExternalSubjectIfNotFound1) T or F, if this is a search by id or identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowedvoidsetClientVersion(String clientVersion1) voidsetDisabledTime(String disabledTime1) date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSSvoidsetEnabledTime(String enabledTime1) date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSSvoidsetFieldName(String fieldName1) voidsetGroupName(String groupName1) voidsetGroupUuid(String groupUuid1) voidsetIncludeGroupDetail(String includeGroupDetail1) voidsetIncludeSubjectDetail(String includeSubjectDetail1) voidsetParamName0(String _paramName0) voidsetParamName1(String _paramName1) voidsetParamValue0(String _paramValue0) voidsetParamValue1(String _paramValue1) voidsetSubjectAttributeNames(String subjectAttributeNames1) voidsetSubjectId(String subjectId1) voidsetSubjectIdentifier(String subjectIdentifier1) voidsetSubjectSourceId(String subjectSource1)
-
Constructor Details
-
WsRestAddMemberLiteRequest
public WsRestAddMemberLiteRequest()
-
-
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:
-
getDisabledTime
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS- Returns:
- disabled time
-
getEnabledTime
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS- Returns:
- date
-
setDisabledTime
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS- Parameters:
disabledTime1-
-
setEnabledTime
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS- Parameters:
enabledTime1-
-
getAddExternalSubjectIfNotFound
T or F, if this is a search by id or identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed- Returns:
- T or F or blank
-
setAddExternalSubjectIfNotFound
T or F, if this is a search by id or identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed- Parameters:
addExternalSubjectIfNotFound1-
-