Package io.strimzi.api.kafka.model
Interface AclRuleTransactionalIdResourceFluent<A extends AclRuleTransactionalIdResourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AclRuleFluent.AclRuleTransactionalIdResourceNested<N>
- All Known Implementing Classes:
AclRuleFluentImpl.AclRuleTransactionalIdResourceNestedImpl,AclRuleTransactionalIdResourceBuilder,AclRuleTransactionalIdResourceFluentImpl
public interface AclRuleTransactionalIdResourceFluent<A extends AclRuleTransactionalIdResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>A representation of a transactional ID resource for ACLs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetName()AclResourcePatternTypegetPatternType()BooleanhasName()BooleanhasPatternType()AwithName(String name)AwithNewName(String original)Deprecated.AwithPatternType(AclResourcePatternType patternType)
-
-
-
Method Detail
-
getPatternType
AclResourcePatternType getPatternType()
-
withPatternType
A withPatternType(AclResourcePatternType patternType)
-
hasPatternType
Boolean hasPatternType()
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
@Deprecated A withNewName(String original)
Deprecated.
-
-