Uses of Class
com.spotify.docker.client.messages.Event.Actor
Packages that use Event.Actor
-
Uses of Event.Actor in com.spotify.docker.client.messages
Subclasses of Event.Actor in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as Event.ActorMethods in com.spotify.docker.client.messages that return Event.ActorModifier and TypeMethodDescriptionAutoValue_Event.actor()abstract Event.ActorEvent.actor()Event actor.(package private) static Event.ActorMethods in com.spotify.docker.client.messages with parameters of type Event.ActorModifier and TypeMethodDescription(package private) static EventEvent.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.ActorModifierConstructorDescription(package private)AutoValue_Event(String status, String id, String from, Event.Type type, String action, Event.Actor actor, Date time, Long timeNano)