public class WsRestAttributeDefDeleteRequest extends java.lang.Object implements WsRequestBean
Constructor and Description |
---|
WsRestAttributeDefDeleteRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
WsAttributeDefLookup[] |
getWsAttributeDefLookups()
AttributeDefs 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 |
setWsAttributeDefLookups(WsAttributeDefLookup[] relatedWsAttributeDefLookups1)
AttributeDefs to delete
|
public WsAttributeDefLookup[] getWsAttributeDefLookups()
public void setWsAttributeDefLookups(WsAttributeDefLookup[] relatedWsAttributeDefLookups1)
relatedWsAttributeDefLookups1
- 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
-