public interface TagEventFluent<A extends TagEventFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TagEventFluent.CreatedNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Time |
buildCreated() |
TagEventFluent.CreatedNested<A> |
editCreated() |
TagEventFluent.CreatedNested<A> |
editOrNewCreated() |
TagEventFluent.CreatedNested<A> |
editOrNewCreatedLike(Time item) |
Time |
getCreated()
Deprecated.
|
String |
getDockerImageReference() |
Long |
getGeneration() |
String |
getImage() |
Boolean |
hasCreated() |
Boolean |
hasDockerImageReference() |
Boolean |
hasGeneration() |
Boolean |
hasImage() |
A |
withCreated(Time created) |
A |
withDockerImageReference(String dockerImageReference) |
A |
withGeneration(Long generation) |
A |
withImage(String image) |
TagEventFluent.CreatedNested<A> |
withNewCreated() |
A |
withNewCreated(String time) |
TagEventFluent.CreatedNested<A> |
withNewCreatedLike(Time item) |
@Deprecated Time getCreated()
Time buildCreated()
Boolean hasCreated()
TagEventFluent.CreatedNested<A> withNewCreated()
TagEventFluent.CreatedNested<A> withNewCreatedLike(Time item)
TagEventFluent.CreatedNested<A> editCreated()
TagEventFluent.CreatedNested<A> editOrNewCreated()
TagEventFluent.CreatedNested<A> editOrNewCreatedLike(Time item)
String getDockerImageReference()
Boolean hasDockerImageReference()
Long getGeneration()
Boolean hasGeneration()
String getImage()
Boolean hasImage()
Copyright © 2011–2017 Red Hat. All rights reserved.