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:
DoneableRootPaths,KubeSchemaFluentImpl.RootPathsNestedImpl,RootPathsBuilder,WatchEventFluentImpl.RootPathsObjectNestedImpl
public class RootPathsFluentImpl<A extends RootPathsFluent<A>> extends BaseFluent<A> implements RootPathsFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RootPathsFluentImpl()RootPathsFluentImpl(RootPaths instance) -
Method Summary
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()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 Details
-
RootPathsFluentImpl
public RootPathsFluentImpl() -
RootPathsFluentImpl
-
-
Method Details
-
addToPaths
- Specified by:
addToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
setToPaths
- Specified by:
setToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addToPaths
- Specified by:
addToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addAllToPaths
- Specified by:
addAllToPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
removeFromPaths
- Specified by:
removeFromPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
removeAllFromPaths
- Specified by:
removeAllFromPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getPaths
- Specified by:
getPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getPath
- Specified by:
getPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getFirstPath
- Specified by:
getFirstPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getLastPath
- Specified by:
getLastPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getMatchingPath
- Specified by:
getMatchingPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
hasMatchingPath
- Specified by:
hasMatchingPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
withPaths
- Specified by:
withPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
withPaths
- Specified by:
withPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
hasPaths
- Specified by:
hasPathsin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
- Specified by:
addNewPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
- Specified by:
addNewPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
- Specified by:
addNewPathin interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
equals
-