Class WsRestAssignAttributeDefNameInheritanceLiteRequest

java.lang.Object
edu.internet2.middleware.grouper.ws.rest.attribute.WsRestAssignAttributeDefNameInheritanceLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestAssignAttributeDefNameInheritanceLiteRequest extends Object implements WsRequestBean
request bean in body of rest lite request
  • Constructor Details

    • WsRestAssignAttributeDefNameInheritanceLiteRequest

      public WsRestAssignAttributeDefNameInheritanceLiteRequest()
  • Method Details

    • getReplaceAllExisting

      public String getReplaceAllExisting()
      T if assigning, if this list should replace all existing immediately inherited attribute def names
      Returns:
      replaceAllExisting
    • setReplaceAllExisting

      public void setReplaceAllExisting(String replaceAllExisting1)
      T if assigning, if this list should replace all existing immediately inherited attribute def names
      Parameters:
      replaceAllExisting1 -
    • getTxType

      public String 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

      public void setTxType(String txType1)
      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

      public GrouperRestHttpMethod retrieveRestHttpMethod()
      Description copied from interface: WsRequestBean
      see which http method this is supposed to be associated with, and override whatever was passed in
      Specified by:
      retrieveRestHttpMethod in interface WsRequestBean
      Returns:
      the method
      See Also:
    • getClientVersion

      public String getClientVersion()
      is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000
      Returns:
      version
    • setClientVersion

      public void setClientVersion(String clientVersion1)
      is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000
      Parameters:
      clientVersion1 -
    • getActAsSubjectId

      public String getActAsSubjectId()
      if acting as another user
      Returns:
      id
    • getActAsSubjectIdentifier

      public String getActAsSubjectIdentifier()
      if acting as another user
      Returns:
      subject identifier
    • getActAsSubjectSourceId

      public String getActAsSubjectSourceId()
      if acting as another user
      Returns:
      source id
    • getParamName0

      public String getParamName0()
      reserved for future use
      Returns:
      param name 0
    • getParamName1

      public String getParamName1()
      reserved for future use
      Returns:
      paramname1
    • getParamValue0

      public String getParamValue0()
      reserved for future use
      Returns:
      param value 0
    • getParamValue1

      public String getParamValue1()
      reserved for future use
      Returns:
      param value 1
    • setActAsSubjectId

      public void setActAsSubjectId(String actAsSubjectId1)
      if acting as another user
      Parameters:
      actAsSubjectId1 -
    • setActAsSubjectIdentifier

      public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
      if acting as another user
      Parameters:
      actAsSubjectIdentifier1 -
    • setActAsSubjectSourceId

      public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
      if acting as another user
      Parameters:
      actAsSubjectSourceId1 -
    • setParamName0

      public void setParamName0(String _paramName0)
      reserved for future use
      Parameters:
      _paramName0 -
    • setParamName1

      public void setParamName1(String _paramName1)
      reserved for future use
      Parameters:
      _paramName1 -
    • setParamValue0

      public void setParamValue0(String _paramValue0)
      reserved for future use
      Parameters:
      _paramValue0 -
    • setParamValue1

      public void setParamValue1(String _paramValue1)
      reserved for future use
      Parameters:
      _paramValue1 -
    • getAssign

      public String getAssign()
      T to assign, or F to remove assignment
      Returns:
      T to assign, or F to remove assignment
    • getAttributeDefNameName

      public String getAttributeDefNameName()
      name of attributeDefName which is the container for the inherited attribute def names, mutually exclusive with attributeDefNameId
      Returns:
      name
    • getAttributeDefNameUuid

      public String getAttributeDefNameUuid()
      id of attributeDefName which is the container for the inherited attribute def names, mutually exclusive with attributeDefNameName
      Returns:
      attributeDefNameUuid
    • getRelatedAttributeDefNameName

      public String getRelatedAttributeDefNameName()
      name of attribute def name to add or remove from inheritance from the container
      Returns:
      name of attribute def name to add or remove from inheritance from the container
    • getRelatedAttributeDefNameUuid

      public String getRelatedAttributeDefNameUuid()
      id of attribute def name to add or remove from inheritance from the container
      Returns:
      id of attribute def name to add or remove from inheritance from the container
    • setAssign

      public void setAssign(String assign1)
      T to assign, or F to remove assignment
      Parameters:
      assign1 -
    • setAttributeDefNameName

      public void setAttributeDefNameName(String attributeDefNameName1)
      name of attributeDefName which is the container for the inherited attribute def names, mutually exclusive with attributeDefNameId
      Parameters:
      attributeDefNameName1 -
    • setAttributeDefNameUuid

      public void setAttributeDefNameUuid(String attributeDefNameUuid1)
      id of attributeDefName which is the container for the inherited attribute def names, mutually exclusive with attributeDefNameName
      Parameters:
      attributeDefNameUuid1 -
    • setRelatedAttributeDefNameName

      public void setRelatedAttributeDefNameName(String relatedAttributeDefNameName1)
      name of attribute def name to add or remove from inheritance from the container
      Parameters:
      relatedAttributeDefNameName1 -
    • setRelatedAttributeDefNameUuid

      public void setRelatedAttributeDefNameUuid(String relatedAttributeDefNameUuid1)
      id of attribute def name to add or remove from inheritance from the container
      Parameters:
      relatedAttributeDefNameUuid1 -