public interface TagImageHookFluent<T extends TagImageHookFluent<T>> extends Fluent<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TagImageHookFluent.ToNested<N> |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
TagImageHookFluent.ToNested<T> |
editTo() |
Map<String,Object> |
getAdditionalProperties() |
String |
getContainerName() |
ObjectReference |
getTo() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withContainerName(String containerName) |
TagImageHookFluent.ToNested<T> |
withNewTo() |
TagImageHookFluent.ToNested<T> |
withNewToLike(ObjectReference item) |
T |
withTo(ObjectReference to) |
String getContainerName()
ObjectReference getTo()
T withTo(ObjectReference to)
TagImageHookFluent.ToNested<T> withNewTo()
TagImageHookFluent.ToNested<T> withNewToLike(ObjectReference item)
TagImageHookFluent.ToNested<T> editTo()
Copyright © 2011–2016 Red Hat. All rights reserved.