public interface EntityCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>> extends StructuredCollection<T,EC,CT>
| Modifier and Type | Method and Description | 
|---|---|
| <ET extends EntityType<?>> | addRef(ET element)Add entity by its reference ID. | 
| CT | refs()Appends ref segment to the URI. | 
hasNextPage, nextPageexecute, executeAsyncadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayCT refs()
<ET extends EntityType<?>> boolean addRef(ET element)
element - entity to be linked.Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.