public abstract class RemovedImage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemovedImage.Type |
| Constructor and Description |
|---|
RemovedImage() |
| Modifier and Type | Method and Description |
|---|---|
static RemovedImage |
create(RemovedImage.Type type,
String imageId) |
static RemovedImage |
create(String untagged,
String deleted) |
abstract String |
imageId() |
abstract RemovedImage.Type |
type() |
public abstract RemovedImage.Type type()
public static RemovedImage create(String untagged, String deleted)
public static RemovedImage create(RemovedImage.Type type, String imageId)
Copyright © 2019. All rights reserved.