java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.AccountId

@Generated("io.github.primelib.primecodegen") public class AccountId extends Object
AccountId
  • Field Details

    • accountId

      protected String accountId
  • Constructor Details

    • AccountId

      public AccountId(Consumer<AccountId> spec)
      Constructs a validated instance of AccountId.
      Parameters:
      spec - the specification to process
    • AccountId

      @Internal public AccountId(String accountId)
      Constructs a validated instance of AccountId.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using AccountId(Consumer) instead.

      Parameters:
      accountId - accountId
    • AccountId

      protected AccountId()
  • Method Details