public class RootPathsFluentImpl<T extends RootPathsFluent<T>> extends BaseFluent<T> implements RootPathsFluent<T>
_visitables| Constructor and Description |
|---|
RootPathsFluentImpl() |
RootPathsFluentImpl(RootPaths instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToPaths(String... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getPaths() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromPaths(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withPaths(List<String> paths) |
T |
withPaths(String... paths) |
public RootPathsFluentImpl()
public RootPathsFluentImpl(RootPaths instance)
public T addToPaths(String... items)
addToPaths in interface RootPathsFluent<T extends RootPathsFluent<T>>public T removeFromPaths(String... items)
removeFromPaths in interface RootPathsFluent<T extends RootPathsFluent<T>>public List<String> getPaths()
getPaths in interface RootPathsFluent<T extends RootPathsFluent<T>>public T withPaths(List<String> paths)
withPaths in interface RootPathsFluent<T extends RootPathsFluent<T>>public T withPaths(String... paths)
withPaths in interface RootPathsFluent<T extends RootPathsFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RootPathsFluent<T extends RootPathsFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RootPathsFluent<T extends RootPathsFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RootPathsFluent<T extends RootPathsFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RootPathsFluent<T extends RootPathsFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RootPathsFluent<T extends RootPathsFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RootPathsFluent<T extends RootPathsFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.