Klasse MultiEntityResultAttachmentLinks

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.MultiEntityResultAttachmentLinks

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class MultiEntityResultAttachmentLinks extends Object
MultiEntityResultAttachmentLinks
  • Felddetails

    • next

      protected String next
      Used for pagination. Contains the relative URL for the next set of results, using a cursor query parameter. This property will not be present if there is no additional data available.
  • Konstruktordetails

    • MultiEntityResultAttachmentLinks

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

      @Internal public MultiEntityResultAttachmentLinks(String next)
      Constructs a validated instance of MultiEntityResultAttachmentLinks.

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

      Parameter:
      next - Used for pagination. Contains the relative URL for the next set of results, using a cursor query parameter. This property will not be present if there is no additional data available.
    • MultiEntityResultAttachmentLinks

      protected MultiEntityResultAttachmentLinks()
  • Methodendetails

    • builder

    • next

      public String next()
      Used for pagination. Contains the relative URL for the next set of results, using a cursor query parameter. This property will not be present if there is no additional data available.
    • next

      Used for pagination. Contains the relative URL for the next set of results, using a cursor query parameter. This property will not be present if there is no additional data available.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object