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.Type
AutoValue_RemovedImage. type
Methods in com.spotify.docker.client.messages that return RemovedImage.Type Modifier and Type Method Description RemovedImage.Type
AutoValue_RemovedImage. type()
abstract RemovedImage.Type
RemovedImage. type()
static RemovedImage.Type
RemovedImage.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 RemovedImage
RemovedImage. 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)
-