Class OwnerSources
- java.lang.Object
-
- pl.allegro.tech.hermes.management.domain.owner.OwnerSources
-
- All Implemented Interfaces:
java.lang.Iterable<OwnerSource>
public class OwnerSources extends java.lang.Object implements java.lang.Iterable<OwnerSource>
-
-
Constructor Summary
Constructors Constructor Description OwnerSources(java.util.List<OwnerSource> ownerSources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwnerSource.AutocompletiongetAutocompletionFor(java.lang.String name)java.util.Optional<OwnerSource>getByName(java.lang.String name)java.util.Iterator<OwnerSource>iterator()
-
-
-
Constructor Detail
-
OwnerSources
public OwnerSources(java.util.List<OwnerSource> ownerSources)
-
-
Method Detail
-
getByName
public java.util.Optional<OwnerSource> getByName(java.lang.String name)
-
getAutocompletionFor
public OwnerSource.Autocompletion getAutocompletionFor(java.lang.String name)
-
iterator
public java.util.Iterator<OwnerSource> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<OwnerSource>
-
-