Class SiteMembersCannedQueryParams


  • public class SiteMembersCannedQueryParams
    extends java.lang.Object
    Conveys parameters for the site members canned query.
    Author:
    steveglover
    • Constructor Summary

      Constructors 
      Constructor Description
      SiteMembersCannedQueryParams​(java.lang.String shortName, boolean expandGroups)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getShortName()  
      boolean isExpandGroups()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SiteMembersCannedQueryParams

        public SiteMembersCannedQueryParams​(java.lang.String shortName,
                                            boolean expandGroups)
    • Method Detail

      • getShortName

        public java.lang.String getShortName()
      • isExpandGroups

        public boolean isExpandGroups()