Uses of Class
org.apache.archiva.rest.api.model.BrowseResultEntry

Packages that use BrowseResultEntry
org.apache.archiva.rest.api.model   
 

Uses of BrowseResultEntry in org.apache.archiva.rest.api.model
 

Methods in org.apache.archiva.rest.api.model that return BrowseResultEntry
 BrowseResultEntry BrowseResultEntry.artifactId(String artifactId)
           
 BrowseResultEntry BrowseResultEntry.groupId(String groupId)
           
 

Methods in org.apache.archiva.rest.api.model that return types with arguments of type BrowseResultEntry
 List<BrowseResultEntry> BrowseResult.getBrowseResultEntries()
           
 

Methods in org.apache.archiva.rest.api.model with parameters of type BrowseResultEntry
 int BrowseResultEntry.compareTo(BrowseResultEntry browseGroupResultEntry)
           
 

Method parameters in org.apache.archiva.rest.api.model with type arguments of type BrowseResultEntry
 void BrowseResult.setBrowseResultEntries(List<BrowseResultEntry> browseResultEntries)
           
 

Constructor parameters in org.apache.archiva.rest.api.model with type arguments of type BrowseResultEntry
BrowseResult(List<BrowseResultEntry> browseResultEntries)
           
 



Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.