Class WsRestAttributeDefNameDeleteLiteRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.attribute.WsRestAttributeDefNameDeleteLiteRequest
- All Implemented Interfaces:
WsRequestBean
request bean in body of rest request
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionif acting as another userif acting as another userif acting as another userthe name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)is the version of the client.reserved for future usereserved for future usereserved for future usereserved for future usesee which http method this is supposed to be associated with, and override whatever was passed invoid
setActAsSubjectId
(String actAsSubjectId1) if acting as another uservoid
setActAsSubjectIdentifier
(String actAsSubjectIdentifier1) if acting as another uservoid
setActAsSubjectSourceId
(String actAsSubjectSourceId1) if acting as another uservoid
setAttributeDefNameName
(String attributeDefNameName1) the name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)void
setAttributeDefNameUuid
(String attributeDefNameUuid1) the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)void
setClientVersion
(String clientVersion1) is the version of the client.void
setParamName0
(String _paramName0) reserved for future usevoid
setParamName1
(String _paramName1) reserved for future usevoid
setParamValue0
(String _paramValue0) reserved for future usevoid
setParamValue1
(String _paramValue1) reserved for future use
-
Constructor Details
-
WsRestAttributeDefNameDeleteLiteRequest
public WsRestAttributeDefNameDeleteLiteRequest()
-
-
Method Details
-
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 interfaceWsRequestBean
- Returns:
- the method
- See Also:
-
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
-
-
getActAsSubjectId
if acting as another user- Returns:
- id
-
getActAsSubjectIdentifier
if acting as another user- Returns:
- subject identifier
-
getActAsSubjectSourceId
if acting as another user- Returns:
- source id
-
getParamName0
reserved for future use- Returns:
- param name 0
-
getParamName1
reserved for future use- Returns:
- paramname1
-
getParamValue0
reserved for future use- Returns:
- param value 0
-
getParamValue1
reserved for future use- Returns:
- param value 1
-
setActAsSubjectId
if acting as another user- Parameters:
actAsSubjectId1
-
-
setActAsSubjectIdentifier
if acting as another user- Parameters:
actAsSubjectIdentifier1
-
-
setActAsSubjectSourceId
if acting as another user- Parameters:
actAsSubjectSourceId1
-
-
setParamName0
reserved for future use- Parameters:
_paramName0
-
-
setParamName1
reserved for future use- Parameters:
_paramName1
-
-
setParamValue0
reserved for future use- Parameters:
_paramValue0
-
-
setParamValue1
reserved for future use- Parameters:
_paramValue1
-
-
getAttributeDefNameUuid
the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)- Returns:
- uuid
-
setAttributeDefNameUuid
the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)- Parameters:
attributeDefNameUuid1
-
-
getAttributeDefNameName
the name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)- Returns:
- name
-
setAttributeDefNameName
the name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)- Parameters:
attributeDefNameName1
-
-