We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e.g. in addition to Zone getZone(String zoneName) we can provide Iterable<Zone> getZones(Iterable<String> zoneNames) and/or the vararg version of it.
Zone getZone(String zoneName)
Iterable<Zone> getZones(Iterable<String> zoneNames)
e.g. in addition to
Zone getZone(String zoneName)we can provideIterable<Zone> getZones(Iterable<String> zoneNames)and/or the vararg version of it.