Uses of Enum
org.mandas.docker.client.messages.RemovedImage.Type
Packages that use RemovedImage.Type
-
Uses of RemovedImage.Type in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return RemovedImage.TypeModifier and TypeMethodDescriptionRemovedImage.type()static RemovedImage.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic RemovedImageRemovedImage.create(RemovedImage.Type type, String imageId)