Uses of Class
com.sap.cds.services.utils.path.CdsResourcePathBuilder
Packages that use CdsResourcePathBuilder
-
Uses of CdsResourcePathBuilder in com.sap.cds.services.utils.path
Methods in com.sap.cds.services.utils.path that return CdsResourcePathBuilderModifier and TypeMethodDescriptionstatic CdsResourcePathBuilderCdsResourcePathBuilder.cds(com.sap.cds.reflect.CdsDefinition cdsDefinition) CdsResourcePathBuilder.isPublic(boolean isPublic) Specifies if the current path should be public accessibleSets the path of the resource.CdsResourcePathBuilder.publicEvents(Stream<String> publicEvents) Specifies public events.CdsResourcePathBuilder.subPath(CdsResourcePath subPath) Adds a newCdsResourcePathas child of the current path.CdsResourcePathBuilder.subPaths(Stream<CdsResourcePath> subPaths) Adds newCdsResourcePaths as children of the current path.