Uses of Class
org.mandas.docker.client.messages.RemovedImage.Type
-
Packages that use RemovedImage.Type Package Description org.mandas.docker.client.messages -
-
Uses of RemovedImage.Type in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return RemovedImage.Type Modifier and Type Method Description RemovedImage.TypeRemovedImage. type()static RemovedImage.TypeRemovedImage.Type. valueOf(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 org.mandas.docker.client.messages with parameters of type RemovedImage.Type Modifier and Type Method Description static RemovedImageRemovedImage. create(RemovedImage.Type type, String imageId)
-