|
|||||||||
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.WsRestAssignAttributeDefNameInheritanceLiteRequest
public class WsRestAssignAttributeDefNameInheritanceLiteRequest
request bean in body of rest lite request
Constructor Summary | |
---|---|
WsRestAssignAttributeDefNameInheritanceLiteRequest()
|
Method Summary | |
---|---|
String |
getActAsSubjectId()
if acting as another user |
String |
getActAsSubjectIdentifier()
if acting as another user |
String |
getActAsSubjectSourceId()
if acting as another user |
String |
getAssign()
T to assign, or F to remove assignment |
String |
getAttributeDefNameName()
name of attributeDefName which is the container for the inherited attribute def names, mutually exclusive with attributeDefNameId |
String |
getAttributeDefNameUuid()
id of attributeDefName which is the container for the inherited attribute def names, 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 |
String |
getRelatedAttributeDefNameName()
name of attribute def name to add or remove from inheritance from the container |
String |
getRelatedAttributeDefNameUuid()
id of attribute def name to add or remove from inheritance from the container |
String |
getReplaceAllExisting()
T if assigning, if this list should replace all existing immediately inherited attribute def names |
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 |
setAssign(String assign1)
T to assign, or F to remove assignment |
void |
setAttributeDefNameName(String attributeDefNameName1)
name of attributeDefName which is the container for the inherited attribute def names, mutually exclusive with attributeDefNameId |
void |
setAttributeDefNameUuid(String attributeDefNameUuid1)
id of attributeDefName which is the container for the inherited attribute def names, 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 |
void |
setRelatedAttributeDefNameName(String relatedAttributeDefNameName1)
name of attribute def name to add or remove from inheritance from the container |
void |
setRelatedAttributeDefNameUuid(String relatedAttributeDefNameUuid1)
id of attribute def name to add or remove from inheritance from the container |
void |
setReplaceAllExisting(String replaceAllExisting1)
T if assigning, if this list should replace all existing immediately inherited attribute def names |
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 WsRestAssignAttributeDefNameInheritanceLiteRequest()
Method Detail |
---|
public String getReplaceAllExisting()
public void setReplaceAllExisting(String replaceAllExisting1)
replaceAllExisting1
- 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 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 getAssign()
public String getAttributeDefNameName()
public String getAttributeDefNameUuid()
public String getRelatedAttributeDefNameName()
public String getRelatedAttributeDefNameUuid()
public void setAssign(String assign1)
assign1
- public void setAttributeDefNameName(String attributeDefNameName1)
attributeDefNameName1
- public void setAttributeDefNameUuid(String attributeDefNameUuid1)
attributeDefNameUuid1
- public void setRelatedAttributeDefNameName(String relatedAttributeDefNameName1)
relatedAttributeDefNameName1
- public void setRelatedAttributeDefNameUuid(String relatedAttributeDefNameUuid1)
relatedAttributeDefNameUuid1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |