Interface NamespaceRequest.NamespaceStage

All Known Implementing Classes:
NamespaceRequest.Builder
Enclosing class:
NamespaceRequest

public static interface NamespaceRequest.NamespaceStage
  • Method Details

    • namespace

      NamespaceRequest.SpecificityRankStage namespace(@NotNull @NotNull String namespace)

      The namespace to register: 2-32 characters, a lowercase letter first, then lowercase letters, digits, _ or -. The reserved names org and client are built in and cannot be registered, changed, or deleted. Required on registration; on update it must match the path and is otherwise ignored (the namespace is immutable).

    • from