Klasse ListTeams200Response
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.ListTeams200Response
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ListTeams200Response
extends Object
ListTeams200Response
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofListTeams200Response
.Constructs a validated instance ofListTeams200Response
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
limit()
Echoes limit pagination property.Echoes limit pagination property.more()
Indicates if there are additional records to returnIndicates if there are additional records to returnoffset()
Echoes offset pagination property.Echoes offset pagination property.teams()
toString()
total()
The total number of records matching the given query.The total number of records matching the given query.
-
Felddetails
-
offset
Echoes offset pagination property. -
limit
Echoes limit pagination property. -
more
Indicates if there are additional records to return -
total
The total number of records matching the given query. -
teams
-
-
Konstruktordetails
-
ListTeams200Response
Constructs a validated instance ofListTeams200Response
.- Parameter:
spec
- the specification to process
-
ListTeams200Response
@Internal public ListTeams200Response(Integer offset, Integer limit, Boolean more, Integer total, List<Team> teams) Constructs a validated instance ofListTeams200Response
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ListTeams200Response(Consumer)
instead.- Parameter:
offset
- Echoes offset pagination property.limit
- Echoes limit pagination property.more
- Indicates if there are additional records to returntotal
- The total number of records matching the given query.teams
- teams
-
ListTeams200Response
protected ListTeams200Response()
-
-
Methodendetails
-
builder
-
offset
Echoes offset pagination property. -
limit
Echoes limit pagination property. -
more
Indicates if there are additional records to return -
total
The total number of records matching the given query. -
teams
-
offset
Echoes offset pagination property.- Gibt zurück:
this
.
-
limit
Echoes limit pagination property.- Gibt zurück:
this
.
-
more
Indicates if there are additional records to return- Gibt zurück:
this
.
-
total
The total number of records matching the given query.- Gibt zurück:
this
.
-
teams
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-