public class RootPathsFluentImpl<A extends RootPathsFluent<A>> extends BaseFluent<A> implements RootPathsFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
RootPathsFluentImpl() |
RootPathsFluentImpl(RootPaths instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RootPathsFluentImpl()
public RootPathsFluentImpl(RootPaths instance)
public A addToPaths(Integer index, String item)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A setToPaths(Integer index, String item)
setToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addToPaths(String... items)
addToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addAllToPaths(Collection<String> items)
addAllToPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeFromPaths(String... items)
removeFromPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeAllFromPaths(Collection<String> items)
removeAllFromPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public List<String> getPaths()
getPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getPath(Integer index)
getPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getFirstPath()
getFirstPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getLastPath()
getLastPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public String getMatchingPath(Predicate<String> predicate)
getMatchingPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public Boolean hasMatchingPath(Predicate<String> predicate)
hasMatchingPath in interface RootPathsFluent<A extends RootPathsFluent<A>>public A withPaths(List<String> paths)
withPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A withPaths(String... paths)
withPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public Boolean hasPaths()
hasPaths in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RootPathsFluent<A extends RootPathsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RootPathsFluent<A extends RootPathsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RootPathsFluent<A extends RootPathsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RootPathsFluent<A extends RootPathsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RootPathsFluent<A extends RootPathsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface RootPathsFluent<A extends RootPathsFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends RootPathsFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends RootPathsFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.