|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestAttributeDefNameDeleteRequest
public class WsRestAttributeDefNameDeleteRequest
request bean in body of rest request
Constructor Summary | |
---|---|
WsRestAttributeDefNameDeleteRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else |
java.lang.String |
getClientVersion()
is the version of the client. |
WsParam[] |
getParams()
optional: reserved for future use |
java.lang.String |
getTxType()
is the GrouperTransactionType for the request. |
WsAttributeDefNameLookup[] |
getWsAttributeDefNameLookups()
AttributeDefNames to delete |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
if acting as someone else |
void |
setClientVersion(java.lang.String clientVersion1)
is the version of the client. |
void |
setParams(WsParam[] params1)
optional: reserved for future use |
void |
setTxType(java.lang.String txType1)
is the GrouperTransactionType for the request. |
void |
setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] relatedWsAttributeDefNameLookups1)
AttributeDefNames to delete |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAttributeDefNameDeleteRequest()
Method Detail |
---|
public WsAttributeDefNameLookup[] getWsAttributeDefNameLookups()
public void setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] relatedWsAttributeDefNameLookups1)
relatedWsAttributeDefNameLookups1
- public java.lang.String getTxType()
public void setTxType(java.lang.String txType1)
txType1
- public java.lang.String getClientVersion()
public void setClientVersion(java.lang.String clientVersion1)
clientVersion1
- public WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- public WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |