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

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

    • asyncId

      protected String asyncId
  • Constructor Details

    • AsyncId

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

      @Internal public AsyncId(String asyncId)
      Constructs a validated instance of AsyncId.

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

      Parameters:
      asyncId - asyncId
    • AsyncId

      protected AsyncId()
  • Method Details