Class WsRestGroupSaveLiteRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.group.WsRestGroupSaveLiteRequest
- 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 TypeMethodDescriptionfieldfieldfieldfieldfielddate this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSSfielddate this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSSfieldfieldfieldfieldfieldfieldfieldfieldfieldfieldsee which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectId(String actAsSubjectId1) fieldvoidsetActAsSubjectIdentifier(String actAsSubjectIdentifier1) fieldvoidsetActAsSubjectSourceId(String actAsSubjectSource1) fieldvoidsetAlternateName(String alternateName1) voidsetClientVersion(String clientVersion1) fieldvoidsetDescription(String description1) fieldvoidsetDisabledTime(String disabledTime1) date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSSvoidsetDisplayExtension(String displayExtension1) fieldvoidsetEnabledTime(String enabledTime1) date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSSvoidsetGroupLookupName(String stemLookupName1) fieldvoidsetGroupLookupUuid(String stemLookupUuid1) fieldvoidsetGroupName(String stemName1) fieldvoidsetGroupUuid(String groupUuid1) fieldvoidsetIncludeGroupDetail(String includeGroupDetail1) fieldvoidsetParamName0(String _paramName0) fieldvoidsetParamName1(String _paramName1) fieldvoidsetParamValue0(String _paramValue0) fieldvoidsetParamValue1(String _paramValue1) fieldvoidsetSaveMode(String saveMode1) fieldvoidsetTypeOfGroup(String typeOfGroup1)
-
Constructor Details
-
WsRestGroupSaveLiteRequest
public WsRestGroupSaveLiteRequest()
-
-
Method Details
-
getTypeOfGroup
- Returns:
- type of group can be an enum of TypeOfGroup, e.g. group, role, entity
-
setTypeOfGroup
- Parameters:
typeOfGroup1- type of group can be an enum of TypeOfGroup, e.g. group, role, entity
-
getClientVersion
field- Returns:
- field
-
setClientVersion
field- Parameters:
clientVersion1-
-
getActAsSubjectId
field- Returns:
- field
-
setActAsSubjectId
field- Parameters:
actAsSubjectId1-
-
getActAsSubjectSourceId
field- Returns:
- field
-
setActAsSubjectSourceId
field- Parameters:
actAsSubjectSource1-
-
getActAsSubjectIdentifier
field- Returns:
- field
-
setActAsSubjectIdentifier
field- Parameters:
actAsSubjectIdentifier1-
-
getParamName0
field- Returns:
- field
-
setParamName0
field- Parameters:
_paramName0-
-
getParamValue0
field- Returns:
- field
-
setParamValue0
field- Parameters:
_paramValue0-
-
getParamName1
field- Returns:
- field
-
setParamName1
field- Parameters:
_paramName1-
-
getParamValue1
field- Returns:
- field
-
setParamValue1
field- 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:
-
getGroupName
field- Returns:
- the stemName
-
setGroupName
field- Parameters:
stemName1- the stemName to set
-
getGroupUuid
field- Returns:
- the groupUuid
-
setGroupUuid
field- Parameters:
groupUuid1- the groupUuid to set
-
getGroupLookupUuid
field- Returns:
- the stemLookupUuid
-
setGroupLookupUuid
field- Parameters:
stemLookupUuid1- the stemLookupUuid to set
-
getGroupLookupName
field- Returns:
- the stemLookupName
-
setGroupLookupName
field- Parameters:
stemLookupName1- the stemLookupName to set
-
getDescription
field- Returns:
- the description
-
setDescription
field- Parameters:
description1- the description to set
-
getDisplayExtension
field- Returns:
- the displayExtension
-
setDisplayExtension
field- Parameters:
displayExtension1- the displayExtension to set
-
getSaveMode
field- Returns:
- the saveMode
-
setSaveMode
field- Parameters:
saveMode1- the saveMode to set
-
getIncludeGroupDetail
field- Returns:
- the includeGroupDetail
-
setIncludeGroupDetail
field- Parameters:
includeGroupDetail1- the includeGroupDetail to set
-
getAlternateName
- Returns:
- the alternateName
-
setAlternateName
- Parameters:
alternateName1- the alternateName to set
-
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-
-