Class GroupConfig

java.lang.Object
io.confluent.kafkarest.entities.AbstractConfig
io.confluent.kafkarest.entities.GroupConfig

public abstract class GroupConfig extends io.confluent.kafkarest.entities.AbstractConfig
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    A builder for GroupConfig.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    create(String clusterId, String groupId, String name, String value, boolean isDefault, boolean isReadOnly, boolean isSensitive, io.confluent.kafkarest.entities.ConfigSource source, List<io.confluent.kafkarest.entities.ConfigSynonym> synonyms)
     
    abstract String
     

    Methods inherited from class io.confluent.kafkarest.entities.AbstractConfig

    getClusterId, getName, getSchemaErrorCode, getSchemaErrorMessage, getSource, getSynonyms, getValue, isDefault, isReadOnly, isSensitive

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getGroupId

      public abstract String getGroupId()
    • builder

      public static GroupConfig.Builder builder()
    • create

      public static GroupConfig create(String clusterId, String groupId, String name, @Nullable String value, boolean isDefault, boolean isReadOnly, boolean isSensitive, io.confluent.kafkarest.entities.ConfigSource source, List<io.confluent.kafkarest.entities.ConfigSynonym> synonyms)