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

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

    • label

      protected String label
    • url

      protected String url
    • separator

      protected String separator
  • Constructor Details

    • Breadcrumb

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

      @Internal public Breadcrumb(String label, String url, String separator)
      Constructs a validated instance of Breadcrumb.

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

      Parameters:
      label - label
      url - url
      separator - separator
    • Breadcrumb

      protected Breadcrumb()
  • Method Details