Uses of Class
io.getunleash.Segment
-
Packages that use Segment Package Description io.getunleash io.getunleash.repository -
-
Uses of Segment in io.getunleash
Fields in io.getunleash declared as Segment Modifier and Type Field Description static SegmentSegment. DENY_SEGMENT -
Uses of Segment in io.getunleash.repository
Methods in io.getunleash.repository that return Segment Modifier and Type Method Description SegmentFeatureCollection. getSegment(int id)SegmentFeatureRepository. getSegment(Integer id)SegmentIFeatureRepository. getSegment(Integer id)SegmentSegmentCollection. getSegment(Integer id)Methods in io.getunleash.repository that return types with arguments of type Segment Modifier and Type Method Description Collection<Segment>SegmentCollection. getSegments()Constructor parameters in io.getunleash.repository with type arguments of type Segment Constructor Description SegmentCollection(Collection<Segment> segments)
-