Interface AppContextRequest.ContextIdStage

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

public static interface AppContextRequest.ContextIdStage
  • Method Details

    • contextId

      AppContextRequest.NameStage contextId(@NotNull @NotNull String contextId)

      Your identifier for the app context. Must be 3-31 characters, start with a lowercase letter, and contain only lowercase letters, digits, and hyphens (for example myapp, taskflow, or engineering-team). Required when creating a context. Ignored when updating, since the URL path supplies the contextId on update.

    • from