Uses of Class
com.spotify.docker.client.messages.ImageSearchResult
-
Packages that use ImageSearchResult Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of ImageSearchResult in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type ImageSearchResult Modifier and Type Field Description private static javax.ws.rs.core.GenericType<java.util.List<ImageSearchResult>>
DefaultDockerClient. IMAGES_SEARCH_RESULT_LIST
Methods in com.spotify.docker.client that return types with arguments of type ImageSearchResult Modifier and Type Method Description java.util.List<ImageSearchResult>
DefaultDockerClient. searchImages(java.lang.String term)
java.util.List<ImageSearchResult>
DockerClient. searchImages(java.lang.String term)
Search for images on Docker Hub -
Uses of ImageSearchResult in com.spotify.docker.client.messages
Subclasses of ImageSearchResult in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_ImageSearchResult
Methods in com.spotify.docker.client.messages that return ImageSearchResult Modifier and Type Method Description (package private) static ImageSearchResult
ImageSearchResult. create(java.lang.String description, boolean official, boolean automated, java.lang.String name, int starCount)
-