Class WsRestAssignAttributeDefNameInheritanceRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.attribute.WsRestAssignAttributeDefNameInheritanceRequest
- All Implemented Interfaces:
WsRequestBean
request bean in body of rest request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionif acting as someone elseT to assign, or F to remove assignmentis the version of the client.WsParam[]optional: reserved for future useone or many attribute def names to add or remove from inheritance from the containerT if assigning, if this list should replace all existing immediately inherited attribute def namesis the GrouperTransactionType for the request.attributeDefName which is the container for the inherited attribute def namessee which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) if acting as someone elsevoidT to assign, or F to remove assignmentvoidsetClientVersion(String clientVersion1) is the version of the client.voidoptional: reserved for future usevoidsetRelatedWsAttributeDefNameLookups(WsAttributeDefNameLookup[] relatedWsAttributeDefNameLookups1) one or many attribute def names to add or remove from inheritance from the containervoidsetReplaceAllExisting(String replaceAllExisting1) T if assigning, if this list should replace all existing immediately inherited attribute def namesvoidis the GrouperTransactionType for the request.voidsetWsAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup1) attributeDefName which is the container for the inherited attribute def names
-
Constructor Details
-
WsRestAssignAttributeDefNameInheritanceRequest
public WsRestAssignAttributeDefNameInheritanceRequest()
-
-
Method Details
-
getWsAttributeDefNameLookup
attributeDefName which is the container for the inherited attribute def names- Returns:
- wsAttributeDefNameLookup
-
setWsAttributeDefNameLookup
attributeDefName which is the container for the inherited attribute def names- Parameters:
wsAttributeDefNameLookup1-
-
getRelatedWsAttributeDefNameLookups
one or many attribute def names to add or remove from inheritance from the container- Returns:
- relatedWsAttributeDefNameLookups
-
setRelatedWsAttributeDefNameLookups
public void setRelatedWsAttributeDefNameLookups(WsAttributeDefNameLookup[] relatedWsAttributeDefNameLookups1) one or many attribute def names to add or remove from inheritance from the container- Parameters:
relatedWsAttributeDefNameLookups1-
-
getAssign
T to assign, or F to remove assignment- Returns:
- assign
-
setAssign
T to assign, or F to remove assignment- Parameters:
assign1-
-
getReplaceAllExisting
T if assigning, if this list should replace all existing immediately inherited attribute def names- Returns:
- replaceAllExisting
-
setReplaceAllExisting
T if assigning, if this list should replace all existing immediately inherited attribute def names- Parameters:
replaceAllExisting1-
-
getTxType
is the GrouperTransactionType for the request. If blank, defaults to NONE (will finish as much as possible). Generally the only values for this param that make sense are NONE (or blank), and READ_WRITE_NEW.- Returns:
- txType
-
setTxType
is the GrouperTransactionType for the request. If blank, defaults to NONE (will finish as much as possible). Generally the only values for this param that make sense are NONE (or blank), and READ_WRITE_NEW.- Parameters:
txType1-
-
retrieveRestHttpMethod
Description copied from interface:WsRequestBeansee which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethodin interfaceWsRequestBean- Returns:
- the method
- See Also:
-
getClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Returns:
- version
-
setClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Parameters:
clientVersion1-
-
getActAsSubjectLookup
if acting as someone else- Returns:
- act as subject
-
setActAsSubjectLookup
if acting as someone else- Parameters:
actAsSubjectLookup1-
-
getParams
optional: reserved for future use- Returns:
- params
-
setParams
optional: reserved for future use- Parameters:
params1-
-