Class GrouperMcpDocSearchIndex.ListNamesResult
java.lang.Object
edu.internet2.middleware.grouper.mcp.GrouperMcpDocSearchIndex.ListNamesResult
- Enclosing class:
- GrouperMcpDocSearchIndex
result of listNames
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNames()get the namesbooleanwhether the list was truncated
-
Constructor Details
-
ListNamesResult
public ListNamesResult()
-
-
Method Details
-
getNames
get the names- Returns:
- names
-
isTruncated
public boolean isTruncated()whether the list was truncated- Returns:
- true if truncated
-