Klasse MultiEntityResultInlineCommentChildrenModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.MultiEntityResultInlineCommentChildrenModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MultiEntityResultInlineCommentChildrenModel
extends Object
MultiEntityResultInlineCommentChildrenModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected MultiEntityResultAttachmentLinksprotected List<InlineCommentChildrenModel> -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedMultiEntityResultInlineCommentChildrenModel(Consumer<MultiEntityResultInlineCommentChildrenModel> spec) Constructs a validated instance ofMultiEntityResultInlineCommentChildrenModel.MultiEntityResultInlineCommentChildrenModel(List<InlineCommentChildrenModel> results, MultiEntityResultAttachmentLinks _links) Constructs a validated instance ofMultiEntityResultInlineCommentChildrenModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()static MultiEntityResultInlineCommentChildrenModel.MultiEntityResultInlineCommentChildrenModelBuilderbuilder()protected booleanbooleaninthashCode()results()results(List<InlineCommentChildrenModel> results) toString()
-
Felddetails
-
results
-
_links
-
-
Konstruktordetails
-
MultiEntityResultInlineCommentChildrenModel
public MultiEntityResultInlineCommentChildrenModel(Consumer<MultiEntityResultInlineCommentChildrenModel> spec) Constructs a validated instance ofMultiEntityResultInlineCommentChildrenModel.- Parameter:
spec- the specification to process
-
MultiEntityResultInlineCommentChildrenModel
@Internal public MultiEntityResultInlineCommentChildrenModel(List<InlineCommentChildrenModel> results, MultiEntityResultAttachmentLinks _links) Constructs a validated instance ofMultiEntityResultInlineCommentChildrenModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MultiEntityResultInlineCommentChildrenModel(Consumer)instead.- Parameter:
results- results_links- _links
-
MultiEntityResultInlineCommentChildrenModel
protected MultiEntityResultInlineCommentChildrenModel()
-
-
Methodendetails
-
builder
public static MultiEntityResultInlineCommentChildrenModel.MultiEntityResultInlineCommentChildrenModelBuilder builder() -
results
-
_links
-
results
public MultiEntityResultInlineCommentChildrenModel results(List<InlineCommentChildrenModel> results) - Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-