Class WsRestAssignAttributeDefActionsRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.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[]T 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 actionsAttribute def to which action(s) are being assignedvoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) if acting as someone elsevoidsetActions(String[] actions1) voidT 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 actionsvoidsetWsAttributeDefLookup(WsAttributeDefLookup wsAttributeDefLookup1) Attribute def to which action(s) are being assigned
-
Constructor Details
-
WsRestAssignAttributeDefActionsRequest
public WsRestAssignAttributeDefActionsRequest()
-
-
Method Details
-
getWsAttributeDefLookup
Attribute def to which action(s) are being assigned- Returns:
- wsAttributeDefLookup
-
setWsAttributeDefLookup
Attribute def to which action(s) are being assigned- Parameters:
wsAttributeDefLookup1-
-
getAssign
T to assign, or F to remove assignment- Returns:
- assign
-
setAssign
T to assign, or F to remove assignment- Parameters:
assign1-
-
getActions
- Returns:
- actions to be assigned
-
setActions
- Parameters:
actions1- to be assigned
-
getReplaceAllExisting
T if assigning, if this list should replace all existing actions- Returns:
- replaceAllExisting
-
setReplaceAllExisting
T if assigning, if this list should replace all existing actions- 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-
-