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 A
addAllToPaths(Collection<String> items)
A
addNewPath(String arg1)
A
addNewPath(StringBuffer arg1)
A
addNewPath(StringBuilder arg1)
A
addToPaths(int index, String item)
A
addToPaths(String... items)
boolean
equals(Object o)
String
getFirstPath()
String
getLastPath()
String
getMatchingPath(Predicate<String> predicate)
String
getPath(int index)
List<String>
getPaths()
int
hashCode()
Boolean
hasMatchingPath(Predicate<String> predicate)
Boolean
hasPaths()
A
removeAllFromPaths(Collection<String> items)
A
removeFromPaths(String... items)
A
setToPaths(int index, String item)
A
withPaths(String... paths)
A
withPaths(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:
addToPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
setToPaths
public A setToPaths(int index, String item)
- Specified by:
setToPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addToPaths
public A addToPaths(String... items)
- Specified by:
addToPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addAllToPaths
public A addAllToPaths(Collection<String> items)
- Specified by:
addAllToPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
removeFromPaths
public A removeFromPaths(String... items)
- Specified by:
removeFromPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
removeAllFromPaths
public A removeAllFromPaths(Collection<String> items)
- Specified by:
removeAllFromPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getPaths
public List<String> getPaths()
- Specified by:
getPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getPath
public String getPath(int index)
- Specified by:
getPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getFirstPath
public String getFirstPath()
- Specified by:
getFirstPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getLastPath
public String getLastPath()
- Specified by:
getLastPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
getMatchingPath
public String getMatchingPath(Predicate<String> predicate)
- Specified by:
getMatchingPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
hasMatchingPath
public Boolean hasMatchingPath(Predicate<String> predicate)
- Specified by:
hasMatchingPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
withPaths
public A withPaths(List<String> paths)
- Specified by:
withPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
withPaths
public A withPaths(String... paths)
- Specified by:
withPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
hasPaths
public Boolean hasPaths()
- Specified by:
hasPaths
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
public A addNewPath(String arg1)
- Specified by:
addNewPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
public A addNewPath(StringBuilder arg1)
- Specified by:
addNewPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
addNewPath
public A addNewPath(StringBuffer arg1)
- Specified by:
addNewPath
in interfaceRootPathsFluent<A extends RootPathsFluent<A>>
-
-