|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.attribute.WsRestAttributeDefNameSaveLiteRequest
public class WsRestAttributeDefNameSaveLiteRequest
request bean in body of rest request
Constructor Summary | |
---|---|
WsRestAttributeDefNameSaveLiteRequest()
|
Method Summary | |
---|---|
String |
getActAsSubjectId()
if acting as another user |
String |
getActAsSubjectIdentifier()
if acting as another user |
String |
getActAsSubjectSourceId()
if acting as another user |
String |
getAttributeDefLookupName()
to lookup the attributeDef (mutually exclusive with attributeDefUuid) |
String |
getAttributeDefLookupUuid()
to lookup the attributeDef (mutually exclusive with attributeDefName) |
String |
getAttributeDefNameLookupName()
the name of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupUuid) |
String |
getAttributeDefNameLookupUuid()
the uuid of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupName) |
String |
getAttributeDefNameName()
to lookup the attributeDefName (mutually exclusive with attributeDefNameUuid) |
String |
getAttributeDefNameUuid()
to lookup the attributeDefName (mutually exclusive with attributeDefNameName) |
String |
getClientVersion()
is the version of the client. |
String |
getCreateParentStemsIfNotExist()
T or F (default is F) if parent stems should be created if not exist |
String |
getDescription()
of the attributeDefName, empty will be ignored |
String |
getDisplayExtension()
display name of the attributeDefName, empty will be ignored |
String |
getParamName0()
reserved for future use |
String |
getParamName1()
reserved for future use |
String |
getParamValue0()
reserved for future use |
String |
getParamValue1()
reserved for future use |
String |
getSaveMode()
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default) |
String |
getTxType()
is the GrouperTransactionType for the request. |
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 |
setAttributeDefLookupName(String attributeDefLookupName1)
to lookup the attributeDef (mutually exclusive with attributeDefUuid) |
void |
setAttributeDefLookupUuid(String attributeDefLookupUuid1)
to lookup the attributeDef (mutually exclusive with attributeDefName) |
void |
setAttributeDefNameLookupName(String attributeDefNameLookupName1)
the name of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupUuid) |
void |
setAttributeDefNameLookupUuid(String attributeDefNameLookupUuid1)
the uuid of the attributeDefName to edit (mutually exclusive with attributeDefNameLookupName) |
void |
setAttributeDefNameName(String attributeDefNameName1)
to lookup the attributeDefName (mutually exclusive with attributeDefNameUuid) |
void |
setAttributeDefNameUuid(String attributeDefNameUuid1)
to lookup the attributeDefName (mutually exclusive with attributeDefNameName) |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setCreateParentStemsIfNotExist(String createParentStemsIfNotExist1)
T or F (default is F) if parent stems should be created if not exist |
void |
setDescription(String description1)
of the attributeDefName, empty will be ignored |
void |
setDisplayExtension(String displayExtension1)
display name of the attributeDefName, empty will be ignored |
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 |
void |
setSaveMode(String saveMode1)
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default) |
void |
setTxType(String txType1)
is the GrouperTransactionType for the request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAttributeDefNameSaveLiteRequest()
Method Detail |
---|
public String getTxType()
public void setTxType(String txType1)
txType1
- public GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public String getAttributeDefNameLookupUuid()
public void setAttributeDefNameLookupUuid(String attributeDefNameLookupUuid1)
attributeDefNameLookupUuid1
- public String getAttributeDefNameLookupName()
public void setAttributeDefNameLookupName(String attributeDefNameLookupName1)
attributeDefNameLookupName1
- public String getAttributeDefLookupUuid()
public void setAttributeDefLookupUuid(String attributeDefLookupUuid1)
attributeDefLookupUuid1
- public String getAttributeDefLookupName()
public void setAttributeDefLookupName(String attributeDefLookupName1)
attributeDefLookupName1
- public String getAttributeDefNameUuid()
public void setAttributeDefNameUuid(String attributeDefNameUuid1)
attributeDefNameUuid1
- public String getAttributeDefNameName()
public void setAttributeDefNameName(String attributeDefNameName1)
attributeDefNameName1
- public String getDisplayExtension()
public void setDisplayExtension(String displayExtension1)
displayExtension1
- public String getDescription()
public void setDescription(String description1)
description1
- public String getSaveMode()
public void setSaveMode(String saveMode1)
saveMode1
- public String getCreateParentStemsIfNotExist()
public void setCreateParentStemsIfNotExist(String createParentStemsIfNotExist1)
createParentStemsIfNotExist1
- 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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |