public class OwnerSources extends java.lang.Object implements java.lang.Iterable<OwnerSource>
| Constructor and Description |
|---|
OwnerSources(java.util.List<OwnerSource> ownerSources) |
| Modifier and Type | Method and Description |
|---|---|
OwnerSource.Autocompletion |
getAutocompletionFor(java.lang.String name) |
java.util.Optional<OwnerSource> |
getByName(java.lang.String name) |
java.util.Iterator<OwnerSource> |
iterator() |
public OwnerSources(java.util.List<OwnerSource> ownerSources)
public java.util.Optional<OwnerSource> getByName(java.lang.String name)
public OwnerSource.Autocompletion getAutocompletionFor(java.lang.String name)
public java.util.Iterator<OwnerSource> iterator()
iterator in interface java.lang.Iterable<OwnerSource>