Package com.sap.cds.ql
Interface RefBuilder.RefSegment
- All Superinterfaces:
CqnReference.Segment,JSONizable
- Enclosing interface:
- RefBuilder<T extends CqnReference>
A modifiable ref segment.
-
Method Summary
Modifier and TypeMethodDescriptionfilter(CqnPredicate filter) Sets the filter of this segment.Sets the id of this segment.Methods inherited from interface com.sap.cds.ql.cqn.CqnReference.Segment
filter, idMethods inherited from interface com.sap.cds.JSONizable
toJson
-
Method Details
-
id
Sets the id of this segment.- Parameters:
id- the new segment id- Returns:
- this ref segment
-
filter
Sets the filter of this segment.- Parameters:
filter- the new segment filter- Returns:
- this ref segment
-