public class WsRestAttributeDefNameDeleteLiteRequest extends Object implements WsRequestBean
Constructor and Description |
---|
WsRestAttributeDefNameDeleteLiteRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getActAsSubjectId()
if acting as another user
|
String |
getActAsSubjectIdentifier()
if acting as another user
|
String |
getActAsSubjectSourceId()
if acting as another user
|
String |
getAttributeDefNameName()
the name of the attributeDefName to delete (mutually exclusive with attributeDefNameUuid)
|
String |
getAttributeDefNameUuid()
the uuid of the attributeDefName to delete (mutually exclusive with attributeDefNameName)
|
String |
getClientVersion()
is the version of the client.
|
String |
getParamName0()
reserved for future use
|
String |
getParamName1()
reserved for future use
|
String |
getParamValue0()
reserved for future use
|
String |
getParamValue1()
reserved for future use
|
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and
override whatever was passed in
|
void |
setActAsSubjectId(String actAsSubjectId1)
if acting as another user
|
void |
setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
if acting as another user
|
void |
setActAsSubjectSourceId(String actAsSubjectSourceId1)
if acting as another user
|
void |
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 use
|
void |
setParamName1(String _paramName1)
reserved for future use
|
void |
setParamValue0(String _paramValue0)
reserved for future use
|
void |
setParamValue1(String _paramValue1)
reserved for future use
|
public WsRestAttributeDefNameDeleteLiteRequest()
public GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public String getActAsSubjectId()
public String getActAsSubjectIdentifier()
public String getActAsSubjectSourceId()
public String getParamName0()
public String getParamName1()
public String getParamValue0()
public String getParamValue1()
public void setActAsSubjectId(String actAsSubjectId1)
actAsSubjectId1
- public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
actAsSubjectIdentifier1
- public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
actAsSubjectSourceId1
- public void setParamName0(String _paramName0)
_paramName0
- public void setParamName1(String _paramName1)
_paramName1
- public void setParamValue0(String _paramValue0)
_paramValue0
- public void setParamValue1(String _paramValue1)
_paramValue1
- public String getAttributeDefNameUuid()
public void setAttributeDefNameUuid(String attributeDefNameUuid1)
attributeDefNameUuid1
- public String getAttributeDefNameName()
public void setAttributeDefNameName(String attributeDefNameName1)
attributeDefNameName1
- Copyright © 2016 Internet2. All rights reserved.