Uses of Enum
com.spotify.docker.client.messages.Event.Type
Packages that use Event.Type
-
Uses of Event.Type in com.spotify.docker.client
Methods in com.spotify.docker.client with parameters of type Event.TypeModifier and TypeMethodDescriptionstatic DockerClient.EventsParam
DockerClient.EventsParam.type
(Event.Type type) Show events of a given type. -
Uses of Event.Type in com.spotify.docker.client.messages
Fields in com.spotify.docker.client.messages declared as Event.TypeMethods in com.spotify.docker.client.messages that return Event.TypeModifier and TypeMethodDescriptionAutoValue_Event.type()
abstract Event.Type
Event.type()
static Event.Type
Returns the enum constant of this type with the specified name.static Event.Type[]
Event.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 Event.TypeModifier and TypeMethodDescription(package private) static Event
Event.create
(String status, String id, String from, Event.Type type, String action, Event.Actor actor, Date time, Long timeNano) Constructors in com.spotify.docker.client.messages with parameters of type Event.TypeModifierConstructorDescription(package private)
AutoValue_Event
(String status, String id, String from, Event.Type type, String action, Event.Actor actor, Date time, Long timeNano)