Uses of Class
com.spotify.docker.client.messages.RemovedImage.Type
-
Packages that use RemovedImage.Type Package Description com.spotify.docker.client.messages -
-
Uses of RemovedImage.Type in com.spotify.docker.client.messages
Fields in com.spotify.docker.client.messages declared as RemovedImage.Type Modifier and Type Field Description private RemovedImage.TypeAutoValue_RemovedImage. typeMethods in com.spotify.docker.client.messages that return RemovedImage.Type Modifier and Type Method Description RemovedImage.TypeAutoValue_RemovedImage. type()abstract RemovedImage.TypeRemovedImage. type()static RemovedImage.TypeRemovedImage.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RemovedImage.Type[]RemovedImage.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.spotify.docker.client.messages with parameters of type RemovedImage.Type Modifier and Type Method Description static RemovedImageRemovedImage. create(RemovedImage.Type type, java.lang.String imageId)Constructors in com.spotify.docker.client.messages with parameters of type RemovedImage.Type Constructor Description AutoValue_RemovedImage(RemovedImage.Type type, java.lang.String imageId)
-