public interface SearchImagesCmd extends SyncDockerCmd<List<SearchItem>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SearchImagesCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit() |
String |
getTerm() |
SearchImagesCmd |
withLimit(Integer limit) |
SearchImagesCmd |
withTerm(String term) |
exec@CheckForNull String getTerm()
Integer getLimit()
SearchImagesCmd withTerm(@Nonnull String term)
SearchImagesCmd withLimit(@Nonnull Integer limit)
Copyright © 2025. All rights reserved.