Class WsRestAssignAttributeDefActionsRequest

java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestAssignAttributeDefActionsRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestAssignAttributeDefActionsRequest extends Object implements WsRequestBean
request bean in body of rest request Add/Remove/Replace actions from attribute def
  • Constructor Details

    • WsRestAssignAttributeDefActionsRequest

      public WsRestAssignAttributeDefActionsRequest()
  • Method Details

    • getWsAttributeDefLookup

      public WsAttributeDefLookup getWsAttributeDefLookup()
      Attribute def to which action(s) are being assigned
      Returns:
      wsAttributeDefLookup
    • setWsAttributeDefLookup

      public void setWsAttributeDefLookup(WsAttributeDefLookup wsAttributeDefLookup1)
      Attribute def to which action(s) are being assigned
      Parameters:
      wsAttributeDefLookup1 -
    • getAssign

      public String getAssign()
      T to assign, or F to remove assignment
      Returns:
      assign
    • setAssign

      public void setAssign(String assign1)
      T to assign, or F to remove assignment
      Parameters:
      assign1 -
    • getActions

      public String[] getActions()
      Returns:
      actions to be assigned
    • setActions

      public void setActions(String[] actions1)
      Parameters:
      actions1 - to be assigned
    • getReplaceAllExisting

      public String getReplaceAllExisting()
      T if assigning, if this list should replace all existing actions
      Returns:
      replaceAllExisting
    • setReplaceAllExisting

      public void setReplaceAllExisting(String replaceAllExisting1)
      T if assigning, if this list should replace all existing actions
      Parameters:
      replaceAllExisting1 -
    • getClientVersion

      public String getClientVersion()
      is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000
      Returns:
      version
    • setClientVersion

      public void setClientVersion(String clientVersion1)
      is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000
      Parameters:
      clientVersion1 -
    • getActAsSubjectLookup

      public WsSubjectLookup getActAsSubjectLookup()
      if acting as someone else
      Returns:
      act as subject
    • setActAsSubjectLookup

      public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
      if acting as someone else
      Parameters:
      actAsSubjectLookup1 -
    • getParams

      public WsParam[] getParams()
      optional: reserved for future use
      Returns:
      params
    • setParams

      public void setParams(WsParam[] params1)
      optional: reserved for future use
      Parameters:
      params1 -