public class HTTPIngressRuleValueFluentImpl<T extends HTTPIngressRuleValueFluent<T>> extends BaseFluent<T> implements HTTPIngressRuleValueFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPIngressRuleValueFluentImpl.PathsNestedImpl<N> |
HTTPIngressRuleValueFluent.PathsNested<N>_visitables| Constructor and Description |
|---|
HTTPIngressRuleValueFluentImpl() |
HTTPIngressRuleValueFluentImpl(HTTPIngressRuleValue instance) |
| Modifier and Type | Method and Description |
|---|---|
HTTPIngressRuleValueFluent.PathsNested<T> |
addNewPath() |
HTTPIngressRuleValueFluent.PathsNested<T> |
addNewPathLike(HTTPIngressPath item) |
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToPaths(HTTPIngressPath... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<HTTPIngressPath> |
getPaths() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromPaths(HTTPIngressPath... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withPaths(HTTPIngressPath... paths) |
T |
withPaths(List<HTTPIngressPath> paths) |
public HTTPIngressRuleValueFluentImpl()
public HTTPIngressRuleValueFluentImpl(HTTPIngressRuleValue instance)
public T addToPaths(HTTPIngressPath... items)
addToPaths in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T removeFromPaths(HTTPIngressPath... items)
removeFromPaths in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public List<HTTPIngressPath> getPaths()
getPaths in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T withPaths(List<HTTPIngressPath> paths)
withPaths in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T withPaths(HTTPIngressPath... paths)
withPaths in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public HTTPIngressRuleValueFluent.PathsNested<T> addNewPath()
addNewPath in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public HTTPIngressRuleValueFluent.PathsNested<T> addNewPathLike(HTTPIngressPath item)
addNewPathLike in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HTTPIngressRuleValueFluent<T extends HTTPIngressRuleValueFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.