Class WsRestFindStemsRequest

java.lang.Object
edu.internet2.middleware.grouper.ws.rest.stem.WsRestFindStemsRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestFindStemsRequest extends Object implements WsRequestBean
bean that will be the data from rest request
See Also:
  • for method
  • Constructor Details

    • WsRestFindStemsRequest

      public WsRestFindStemsRequest()
  • Method Details

    • getWsStemLookups

      public WsStemLookup[] getWsStemLookups()
      to pass in a list of uuids or names to lookup. Note the stems are returned in alphabetical order
      Returns:
      stem lookups
    • setWsStemLookups

      public void setWsStemLookups(WsStemLookup[] wsStemLookups1)
      to pass in a list of uuids or names to lookup. Note the stems are returned in alphabetical order
      Parameters:
      wsStemLookups1 -
    • getClientVersion

      public String getClientVersion()
      Returns:
      the clientVersion
    • setClientVersion

      public void setClientVersion(String clientVersion1)
      Parameters:
      clientVersion1 - the clientVersion to set
    • getActAsSubjectLookup

      public WsSubjectLookup getActAsSubjectLookup()
      Returns:
      the actAsSubjectLookup
    • setActAsSubjectLookup

      public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
      Parameters:
      actAsSubjectLookup1 - the actAsSubjectLookup to set
    • getParams

      public WsParam[] getParams()
      Returns:
      the params
    • setParams

      public void setParams(WsParam[] params1)
      Parameters:
      params1 - the params to set
    • 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:
    • getWsStemQueryFilter

      public WsStemQueryFilter getWsStemQueryFilter()
      query filter for request
      Returns:
      the wsQueryFilter
    • setWsStemQueryFilter

      public void setWsStemQueryFilter(WsStemQueryFilter wsQueryFilter1)
      query filter for request
      Parameters:
      wsQueryFilter1 - the wsQueryFilter to set