Uses of Class
io.strimzi.api.kafka.model.AclRuleType
-
Packages that use AclRuleType Package Description io.strimzi.api.kafka.model -
-
Uses of AclRuleType in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return AclRuleType Modifier and Type Method Description static AclRuleTypeAclRuleType. forValue(String value)AclRuleTypeAclRule. getType()AclRuleTypeAclRuleFluent. getType()AclRuleTypeAclRuleFluentImpl. getType()static AclRuleTypeAclRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static AclRuleType[]AclRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.api.kafka.model with parameters of type AclRuleType Modifier and Type Method Description voidAclRule. setType(AclRuleType type)AAclRuleFluent. withType(AclRuleType type)AAclRuleFluentImpl. withType(AclRuleType type)Constructors in io.strimzi.api.kafka.model with parameters of type AclRuleType Constructor Description AclRule(AclRuleType type, AclRuleResource resource, String host, AclOperation operation)
-