Class Bindings.KvSpec

java.lang.Object
dev.gmitch215.bytebox.gradle.Bindings.KvSpec
Enclosing class:
Bindings

public static class Bindings.KvSpec extends Object
Identifiers a KV namespace can carry.
  • Constructor Details

    • KvSpec

      public KvSpec()
  • Method Details

    • getId

      public String getId()
      Returns the namespace id, or null to let Wrangler provision one.
      Returns:
      the namespace id, or null to let Wrangler provision one
    • setId

      public void setId(String id)
      Parameters:
      id - the namespace id
    • getPreviewId

      public String getPreviewId()
      Returns the namespace used by wrangler dev.
      Returns:
      the namespace used by wrangler dev
    • setPreviewId

      public void setPreviewId(String previewId)
      Parameters:
      previewId - the namespace used by wrangler dev