Klasse ContentPageResponse
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentPageResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentPageResponse
extends Object
ContentPageResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofContentPageResponse.Constructs a validated instance ofContentPageResponse. -
Methodenübersicht
-
Felddetails
-
results
-
start
-
limit
-
size
-
-
Konstruktordetails
-
ContentPageResponse
Constructs a validated instance ofContentPageResponse.- Parameter:
spec- the specification to process
-
ContentPageResponse
@Internal public ContentPageResponse(List<Content> results, Integer start, Integer limit, Integer size) Constructs a validated instance ofContentPageResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentPageResponse(Consumer)instead.- Parameter:
results- resultsstart- startlimit- limitsize- size
-
ContentPageResponse
protected ContentPageResponse()
-
-
Methodendetails
-
builder
-
results
-
start
-
limit
-
size
-
results
- Gibt zurück:
this.
-
start
- Gibt zurück:
this.
-
limit
- Gibt zurück:
this.
-
size
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-