Class WsFindGroupsResults

java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsFindGroupsResults
All Implemented Interfaces:
ResultMetadataHolder, WsResponseBean

public class WsFindGroupsResults extends Object implements WsResponseBean, ResultMetadataHolder
returned from the group find query
  • Constructor Details

    • WsFindGroupsResults

      public WsFindGroupsResults()
  • Method Details

    • getGroupResults

      public WsGroup[] getGroupResults()
      has 0 to many groups that match the query by example
      Returns:
      the groupResults
    • setGroupResults

      public void setGroupResults(WsGroup[] groupResults1)
      basic results to the query
      Parameters:
      groupResults1 - the groupResults to set
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Description copied from interface: WsResponseBean
      get the result metadata
      Specified by:
      getResultMetadata in interface ResultMetadataHolder
      Specified by:
      getResultMetadata in interface WsResponseBean
      Returns:
      the resultMetadata
    • getResponseMetadata

      public WsResponseMeta getResponseMetadata()
      Description copied from interface: WsResponseBean
      get the response metadata
      Specified by:
      getResponseMetadata in interface WsResponseBean
      Returns:
      the response metadata
      See Also:
      • edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()
    • setResponseMetadata

      public void setResponseMetadata(WsResponseMeta responseMetadata1)
      Parameters:
      responseMetadata1 - the responseMetadata to set
    • setResultMetadata

      public void setResultMetadata(WsResultMeta resultMetadata1)
      Parameters:
      resultMetadata1 - the resultMetadata to set