Class WsAttributeDefDeleteResult

java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsAttributeDefDeleteResult
All Implemented Interfaces:
ResultMetadataHolder

public class WsAttributeDefDeleteResult extends Object implements ResultMetadataHolder
Result of one attribute def being deleted. The number of these result objects will equal the number of attribute defs sent in to the method to be deleted
  • Constructor Details

    • WsAttributeDefDeleteResult

      public WsAttributeDefDeleteResult()
      empty constructor
    • WsAttributeDefDeleteResult

      public WsAttributeDefDeleteResult(AttributeDef attributeDef, WsAttributeDefLookup wsAttributeDefLookup)
      Parameters:
      attributeDef - attributeDef to assign
      wsAttributeDefLookup - is the attribute lookup to assign
  • Method Details