Class LinkConfig

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

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

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

    Modifier and Type
    Method
    Description
     
    static LinkConfig
    create(String clusterId, String linkName, 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

    • getLinkName

      public abstract String getLinkName()
    • builder

      public static LinkConfig.Builder builder()
    • create

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