Package io.fabric8.kubernetes.api.model
Class RootPathsFluentImpl<A extends RootPathsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RootPathsFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,RootPathsFluent<A>
- Direct Known Subclasses:
KubeSchemaFluentImpl.RootPathsNestedImpl,RootPathsBuilder,WatchEventFluentImpl.RootPathsObjectNestedImpl
public class RootPathsFluentImpl<A extends RootPathsFluent<A>> extends BaseFluent<A> implements RootPathsFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description RootPathsFluentImpl()RootPathsFluentImpl(RootPaths instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddAllToPaths(Collection<String> items)AaddNewPath(String arg1)AaddNewPath(StringBuffer arg1)AaddNewPath(StringBuilder arg1)AaddToPaths(int index, String item)AaddToPaths(String... items)booleanequals(Object o)StringgetFirstPath()StringgetLastPath()StringgetMatchingPath(Predicate<String> predicate)StringgetPath(int index)List<String>getPaths()inthashCode()BooleanhasMatchingPath(Predicate<String> predicate)BooleanhasPaths()AremoveAllFromPaths(Collection<String> items)AremoveFromPaths(String... items)AsetToPaths(int index, String item)AwithPaths(String... paths)AwithPaths(List<String> paths)
-
-
-
Constructor Detail
-
RootPathsFluentImpl
public RootPathsFluentImpl()
-
RootPathsFluentImpl
public RootPathsFluentImpl(RootPaths instance)
-
-
Method Detail
-
addToPaths
public A addToPaths(int index, String item)
- Specified by:
addToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
setToPaths
public A setToPaths(int index, String item)
- Specified by:
setToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addToPaths
public A addToPaths(String... items)
- Specified by:
addToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addAllToPaths
public A addAllToPaths(Collection<String> items)
- Specified by:
addAllToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
removeFromPaths
public A removeFromPaths(String... items)
- Specified by:
removeFromPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
removeAllFromPaths
public A removeAllFromPaths(Collection<String> items)
- Specified by:
removeAllFromPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getPaths
public List<String> getPaths()
- Specified by:
getPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getPath
public String getPath(int index)
- Specified by:
getPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getFirstPath
public String getFirstPath()
- Specified by:
getFirstPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getLastPath
public String getLastPath()
- Specified by:
getLastPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getMatchingPath
public String getMatchingPath(Predicate<String> predicate)
- Specified by:
getMatchingPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
hasMatchingPath
public Boolean hasMatchingPath(Predicate<String> predicate)
- Specified by:
hasMatchingPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
withPaths
public A withPaths(List<String> paths)
- Specified by:
withPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
withPaths
public A withPaths(String... paths)
- Specified by:
withPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
hasPaths
public Boolean hasPaths()
- Specified by:
hasPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
public A addNewPath(String arg1)
- Specified by:
addNewPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
public A addNewPath(StringBuilder arg1)
- Specified by:
addNewPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
public A addNewPath(StringBuffer arg1)
- Specified by:
addNewPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
-