public class CatalogSearchBuilder
extends java.lang.Object
| Constructor and Description | 
|---|
CatalogSearchBuilder(ViPRCatalogClient2 catalog,
                    java.net.URI tenantId)  | 
| Modifier and Type | Method and Description | 
|---|---|
CatalogCategoryRestRep | 
category()
Searches the build path and returns a category at this location. 
 | 
CatalogSearchBuilder | 
path(java.lang.String path)
Appends a path to this builder to search. 
 | 
CatalogSearchBuilder | 
segments(java.lang.String... segments)
Appends a series of path segments to the builder. 
 | 
CatalogServiceRestRep | 
service()
Searches the build path and returns a service at this location. 
 | 
public CatalogSearchBuilder(ViPRCatalogClient2 catalog, java.net.URI tenantId)
public CatalogSearchBuilder path(java.lang.String path)
path - '/' separated path.public CatalogSearchBuilder segments(java.lang.String... segments)
segments - segements of the path to add.public CatalogCategoryRestRep category()
public CatalogServiceRestRep service()