Class WsRestAssignAttributeDefActionsRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.attribute.WsRestAssignAttributeDefActionsRequest
- All Implemented Interfaces:
WsRequestBean
request bean in body of rest request
Add/Remove/Replace actions from attribute def
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionif acting as someone elseString[]actions to be added/removed/replacedT to assign, or F to remove assignmentis the version of the client.WsParam[]optional: reserved for future useT if assigning, if this list should replace all existing immediately inherited attribute def namesattribute def to add or remove from actionssee which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) if acting as someone elsevoidsetActions(String[] actions1) actions to be added/removed/replacedvoidT to assign, or F to remove assignmentvoidsetClientVersion(String clientVersion1) is the version of the client.voidoptional: reserved for future usevoidsetReplaceAllExisting(String replaceAllExisting1) T if assigning, if this list should replace all existing immediately inherited attribute def namesvoidsetWsAttributeDefLookup(WsAttributeDefLookup wsAttributeDefLookup1) attribute def to add or remove from actions
-
Constructor Details
-
WsRestAssignAttributeDefActionsRequest
public WsRestAssignAttributeDefActionsRequest()
-
-
Method Details
-
getWsAttributeDefLookup
attribute def to add or remove from actions- Returns:
- wsAttributeDefLookup
-
setWsAttributeDefLookup
attribute def to add or remove from actions- Parameters:
wsAttributeDefLookup1-
-
getActions
actions to be added/removed/replaced- Returns:
- actions
-
setActions
actions to be added/removed/replaced- Parameters:
actions1-
-
getAssign
T to assign, or F to remove assignment- Returns:
- assign
-
setAssign
T to assign, or F to remove assignment- Parameters:
assign1-
-
getReplaceAllExisting
T if assigning, if this list should replace all existing immediately inherited attribute def names- Returns:
- replaceAllExisting
-
setReplaceAllExisting
T if assigning, if this list should replace all existing immediately inherited attribute def names- Parameters:
replaceAllExisting1-
-
getClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Returns:
- version
-
setClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Parameters:
clientVersion1-
-
getActAsSubjectLookup
if acting as someone else- Returns:
- act as subject
-
setActAsSubjectLookup
if acting as someone else- Parameters:
actAsSubjectLookup1-
-
getParams
optional: reserved for future use- Returns:
- params
-
setParams
optional: reserved for future use- Parameters:
params1-
-
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:
-