| Package | Description |
|---|---|
| com.sap.cds.services.utils.path |
| Modifier and Type | Method and Description |
|---|---|
static CdsResourcePathBuilder |
CdsResourcePathBuilder.cds(com.sap.cds.reflect.CdsDefinition cdsDefinition) |
CdsResourcePathBuilder |
CdsResourcePathBuilder.isPublic(boolean isPublic)
Specifies if the current path should be public accessible
|
CdsResourcePathBuilder |
CdsResourcePathBuilder.path(String... paths)
Sets the path of the resource.
|
CdsResourcePathBuilder |
CdsResourcePathBuilder.publicEvents(Stream<String> publicEvents)
Specifies public events.
|
CdsResourcePathBuilder |
CdsResourcePathBuilder.subPath(CdsResourcePath subPath)
Adds a new
CdsResourcePath as child of the current path. |
CdsResourcePathBuilder |
CdsResourcePathBuilder.subPaths(Stream<CdsResourcePath> subPaths)
Adds new
CdsResourcePaths as children of the current path. |
Copyright © 2021. All rights reserved.