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

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

    • status

      protected String status
      The URL to retrive status of long task.
  • Constructor Details

    • Links

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

      @Internal public Links(String status)
      Constructs a validated instance of Links.

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

      Parameters:
      status - The URL to retrive status of long task.
    • Links

      protected Links()
  • Method Details

    • status

      public String status()
      The URL to retrive status of long task.
    • status

      public Links status(String status)
      The URL to retrive status of long task.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object