Class SimpleLink

java.lang.Object
io.github.primelib.jira4j.restv3.model.SimpleLink

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

    • href

      protected String href
    • iconClass

      protected String iconClass
    • id

      protected String id
    • label

      protected String label
    • styleClass

      protected String styleClass
    • title

      protected String title
    • weight

      protected Integer weight
  • Constructor Details

    • SimpleLink

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

      @Internal public SimpleLink(String href, String iconClass, String id, String label, String styleClass, String title, Integer weight)
      Constructs a validated instance of SimpleLink.

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

      Parameters:
      href - href
      iconClass - iconClass
      id - id
      label - label
      styleClass - styleClass
      title - title
      weight - weight
    • SimpleLink

      protected SimpleLink()
  • Method Details