Interface NamespaceRequest.SpecificityRankStage

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

public static interface NamespaceRequest.SpecificityRankStage
  • Method Summary

    Modifier and Type
    Method
    Description
    specificityRank(int specificityRank)
    This namespace's position in your account's specificity order, used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution — the higher-ranked (more specific) dimension's schema wins.
  • Method Details

    • specificityRank

      NamespaceRequest._FinalStage specificityRank(int specificityRank)

      This namespace's position in your account's specificity order, used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution — the higher-ranked (more specific) dimension's schema wins. Required on registration (no default); must be an integer between 0 and 1000000, unique across every namespace in your account, and not one of the two values reserved for the built-in namespaces (org=1000, client=2000). Optional on update — omit to leave it unchanged.