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
Constructors -
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 invoidsetActAsSubjectId(String actAsSubjectId1) if acting as another uservoidsetActAsSubjectIdentifier(String actAsSubjectIdentifier1) if acting as another uservoidsetActAsSubjectSourceId(String actAsSubjectSourceId1) if acting as another uservoidsetAttributeDefNameName(String attributeDefNameName1) the name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)voidsetAttributeDefNameUuid(String attributeDefNameUuid1) the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)voidsetClientVersion(String clientVersion1) is the version of the client.voidsetParamName0(String _paramName0) reserved for future usevoidsetParamName1(String _paramName1) reserved for future usevoidsetParamValue0(String _paramValue0) reserved for future usevoidsetParamValue1(String _paramValue1) reserved for future use
-
Constructor Details
-
WsRestAttributeDefNameDeleteLiteRequest
public WsRestAttributeDefNameDeleteLiteRequest()
-
-
Method Details
-
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:
-
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-
-