| Package | Description |
|---|---|
| com.sap.cds.services.utils.path |
| Modifier and Type | Method and Description |
|---|---|
UrlResourcePathBuilder |
UrlResourcePathBuilder.directory()
Specifies that the current path includes all endpoints in the directory
|
UrlResourcePathBuilder |
UrlResourcePathBuilder.isPublic(boolean isPublic)
Specifies if the current path should be public accessible
|
static UrlResourcePathBuilder |
UrlResourcePathBuilder.path(String... paths)
Sets the path of the resource.
|
UrlResourcePathBuilder |
UrlResourcePathBuilder.publicEvents(Stream<String> publicEvents)
Specifies public events.
|
UrlResourcePathBuilder |
UrlResourcePathBuilder.recursive()
Specifies that the current path includes all sub paths
|
UrlResourcePathBuilder |
UrlResourcePathBuilder.subPath(UrlResourcePath subPath)
Adds a new
ResourcePath as child of the current path. |
UrlResourcePathBuilder |
UrlResourcePathBuilder.subPaths(Stream<UrlResourcePath> subPaths)
Adds new
ResourcePaths as children of the current path. |
Copyright © 2021. All rights reserved.