Class NonResourceAttributesFluentImpl<A extends NonResourceAttributesFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.authorization.NonResourceAttributesFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,NonResourceAttributesFluent<A>
- Direct Known Subclasses:
DoneableNonResourceAttributes,NonResourceAttributesBuilder,SelfSubjectAccessReviewSpecFluentImpl.NonResourceAttributesNestedImpl,SubjectAccessReviewSpecFluentImpl.NonResourceAttributesNestedImpl
public class NonResourceAttributesFluentImpl<A extends NonResourceAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NonResourceAttributesFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NonResourceAttributesFluentImpl()NonResourceAttributesFluentImpl(NonResourceAttributes instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetPath()StringgetVerb()BooleanhasPath()BooleanhasVerb()AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewVerb(String arg1)AwithNewVerb(StringBuffer arg1)AwithNewVerb(StringBuilder arg1)AwithPath(String path)AwithVerb(String verb)
-
Constructor Details
-
NonResourceAttributesFluentImpl
public NonResourceAttributesFluentImpl() -
NonResourceAttributesFluentImpl
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withPath
- Specified by:
withPathin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
getVerb
- Specified by:
getVerbin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withVerb
- Specified by:
withVerbin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
hasVerb
- Specified by:
hasVerbin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withNewVerb
- Specified by:
withNewVerbin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withNewVerb
- Specified by:
withNewVerbin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
withNewVerb
- Specified by:
withNewVerbin interfaceNonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
-
equals
-