Package com.sap.cds.ql
Interface RefSegment
-
- All Superinterfaces:
CqnReference.Segment
,JSONizable
public interface RefSegment extends CqnReference.Segment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefSegment
filter(CqnPredicate filter)
RefSegment
id(String id)
-
Methods inherited from interface com.sap.cds.ql.cqn.CqnReference.Segment
accept, filter, id
-
Methods inherited from interface com.sap.cds.JSONizable
toJson
-
-
-
-
Method Detail
-
id
RefSegment id(String id)
-
filter
RefSegment filter(CqnPredicate filter)
-
-