Class WsRestAttributeDefNameDeleteLiteRequest

java.lang.Object
edu.internet2.middleware.grouper.ws.rest.attribute.WsRestAttributeDefNameDeleteLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestAttributeDefNameDeleteLiteRequest extends Object implements WsRequestBean
request bean in body of rest request
  • Constructor Details

    • WsRestAttributeDefNameDeleteLiteRequest

      public WsRestAttributeDefNameDeleteLiteRequest()
  • Method Details

    • retrieveRestHttpMethod

      public GrouperRestHttpMethod retrieveRestHttpMethod()
      Description copied from interface: WsRequestBean
      see which http method this is supposed to be associated with, and override whatever was passed in
      Specified by:
      retrieveRestHttpMethod in interface WsRequestBean
      Returns:
      the method
      See Also:
    • 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 -
    • getActAsSubjectId

      public String getActAsSubjectId()
      if acting as another user
      Returns:
      id
    • getActAsSubjectIdentifier

      public String getActAsSubjectIdentifier()
      if acting as another user
      Returns:
      subject identifier
    • getActAsSubjectSourceId

      public String getActAsSubjectSourceId()
      if acting as another user
      Returns:
      source id
    • getParamName0

      public String getParamName0()
      reserved for future use
      Returns:
      param name 0
    • getParamName1

      public String getParamName1()
      reserved for future use
      Returns:
      paramname1
    • getParamValue0

      public String getParamValue0()
      reserved for future use
      Returns:
      param value 0
    • getParamValue1

      public String getParamValue1()
      reserved for future use
      Returns:
      param value 1
    • setActAsSubjectId

      public void setActAsSubjectId(String actAsSubjectId1)
      if acting as another user
      Parameters:
      actAsSubjectId1 -
    • setActAsSubjectIdentifier

      public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
      if acting as another user
      Parameters:
      actAsSubjectIdentifier1 -
    • setActAsSubjectSourceId

      public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
      if acting as another user
      Parameters:
      actAsSubjectSourceId1 -
    • setParamName0

      public void setParamName0(String _paramName0)
      reserved for future use
      Parameters:
      _paramName0 -
    • setParamName1

      public void setParamName1(String _paramName1)
      reserved for future use
      Parameters:
      _paramName1 -
    • setParamValue0

      public void setParamValue0(String _paramValue0)
      reserved for future use
      Parameters:
      _paramValue0 -
    • setParamValue1

      public void setParamValue1(String _paramValue1)
      reserved for future use
      Parameters:
      _paramValue1 -
    • getAttributeDefNameUuid

      public String getAttributeDefNameUuid()
      the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)
      Returns:
      uuid
    • setAttributeDefNameUuid

      public void setAttributeDefNameUuid(String attributeDefNameUuid1)
      the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)
      Parameters:
      attributeDefNameUuid1 -
    • getAttributeDefNameName

      public String getAttributeDefNameName()
      the name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)
      Returns:
      name
    • setAttributeDefNameName

      public void setAttributeDefNameName(String attributeDefNameName1)
      the name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)
      Parameters:
      attributeDefNameName1 -