Uses of Class
com.spotify.docker.client.messages.Event.Type
-
Packages that use Event.Type Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of Event.Type in com.spotify.docker.client
Methods in com.spotify.docker.client with parameters of type Event.Type Modifier and Type Method Description static 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.Type Modifier and Type Field Description private Event.Type
AutoValue_Event. type
Methods in com.spotify.docker.client.messages that return Event.Type Modifier and Type Method Description Event.Type
AutoValue_Event. type()
abstract Event.Type
Event. type()
static Event.Type
Event.Type. valueOf(java.lang.String name)
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.Type Modifier and Type Method Description (package private) static Event
Event. create(java.lang.String status, java.lang.String id, java.lang.String from, Event.Type type, java.lang.String action, Event.Actor actor, java.util.Date time, java.lang.Long timeNano)
Constructors in com.spotify.docker.client.messages with parameters of type Event.Type Constructor Description AutoValue_Event(java.lang.String status, java.lang.String id, java.lang.String from, Event.Type type, java.lang.String action, Event.Actor actor, java.util.Date time, java.lang.Long timeNano)
-