Uses of Class
com.sap.cds.services.utils.path.UrlResourcePathBuilder
Packages that use UrlResourcePathBuilder
-
Uses of UrlResourcePathBuilder in com.sap.cds.services.utils.path
Methods in com.sap.cds.services.utils.path that return UrlResourcePathBuilderModifier and TypeMethodDescriptionUrlResourcePathBuilder.directory()Specifies that the current path includes all endpoints in the directoryUrlResourcePathBuilder.isPublic(boolean isPublic) Specifies if the current path should be public accessiblestatic UrlResourcePathBuilderSets the path of the resource.UrlResourcePathBuilder.publicEvents(Stream<String> publicEvents) Specifies public events.UrlResourcePathBuilder.recursive()Specifies that the current path includes all sub pathsUrlResourcePathBuilder.subPath(UrlResourcePath subPath) Adds a newResourcePathas child of the current path.UrlResourcePathBuilder.subPaths(Stream<UrlResourcePath> subPaths) Adds newResourcePaths as children of the current path.