Uses of Enum
com.spotify.docker.client.messages.RemovedImage.Type
Packages that use RemovedImage.Type
-
Uses of RemovedImage.Type in com.spotify.docker.client.messages
Fields in com.spotify.docker.client.messages declared as RemovedImage.TypeMethods in com.spotify.docker.client.messages that return RemovedImage.TypeModifier and TypeMethodDescriptionAutoValue_RemovedImage.type()
abstract RemovedImage.Type
RemovedImage.type()
static RemovedImage.Type
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.TypeModifier and TypeMethodDescriptionstatic RemovedImage
RemovedImage.create
(RemovedImage.Type type, String imageId) Constructors in com.spotify.docker.client.messages with parameters of type RemovedImage.TypeModifierConstructorDescription(package private)
AutoValue_RemovedImage
(RemovedImage.Type type, String imageId)