Uses of Class
com.spotify.docker.client.messages.Event.Actor
-
Packages that use Event.Actor Package Description com.spotify.docker.client.messages -
-
Uses of Event.Actor in com.spotify.docker.client.messages
Subclasses of Event.Actor in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_Event_Actor
Fields in com.spotify.docker.client.messages declared as Event.Actor Modifier and Type Field Description private Event.Actor
AutoValue_Event. actor
Methods in com.spotify.docker.client.messages that return Event.Actor Modifier and Type Method Description Event.Actor
AutoValue_Event. actor()
abstract Event.Actor
Event. actor()
Event actor.(package private) static Event.Actor
Event.Actor. create(java.lang.String id, java.util.Map<java.lang.String,java.lang.String> attributes)
Methods in com.spotify.docker.client.messages with parameters of type Event.Actor 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.Actor 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)
-