Klasse ListIncidentWorkflowTriggers200Response
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.ListIncidentWorkflowTriggers200Response
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ListIncidentWorkflowTriggers200Response
extends Object
ListIncidentWorkflowTriggers200Response
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected Integer
The minimum of thelimit
parameter used in the request or the maximum request size of the API.protected Boolean
Indicates if there are additional records to returnprotected String
An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request.protected List<IncidentWorkflowTrigger>
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
ListIncidentWorkflowTriggers200Response
(Integer limit, String nextCursor, Boolean more, List<IncidentWorkflowTrigger> triggers) Constructs a validated instance ofListIncidentWorkflowTriggers200Response
.Constructs a validated instance ofListIncidentWorkflowTriggers200Response
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
limit()
The minimum of thelimit
parameter used in the request or the maximum request size of the API.The minimum of thelimit
parameter used in the request or the maximum request size of the API.more()
Indicates if there are additional records to returnIndicates if there are additional records to returnAn opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request.nextCursor
(String nextCursor) An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request.toString()
triggers()
triggers
(List<IncidentWorkflowTrigger> triggers)
-
Felddetails
-
limit
The minimum of thelimit
parameter used in the request or the maximum request size of the API. -
nextCursor
An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request. Anull
value for this field indicates that there are no additional results. -
more
Indicates if there are additional records to return -
triggers
-
-
Konstruktordetails
-
ListIncidentWorkflowTriggers200Response
public ListIncidentWorkflowTriggers200Response(Consumer<ListIncidentWorkflowTriggers200Response> spec) Constructs a validated instance ofListIncidentWorkflowTriggers200Response
.- Parameter:
spec
- the specification to process
-
ListIncidentWorkflowTriggers200Response
@Internal public ListIncidentWorkflowTriggers200Response(Integer limit, String nextCursor, Boolean more, List<IncidentWorkflowTrigger> triggers) Constructs a validated instance ofListIncidentWorkflowTriggers200Response
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ListIncidentWorkflowTriggers200Response(Consumer)
instead.- Parameter:
limit
- The minimum of thelimit
parameter used in the request or the maximum request size of the API.nextCursor
- An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request. Anull
value for this field indicates that there are no additional results.more
- Indicates if there are additional records to returntriggers
- triggers
-
ListIncidentWorkflowTriggers200Response
protected ListIncidentWorkflowTriggers200Response()
-
-
Methodendetails
-
builder
public static ListIncidentWorkflowTriggers200Response.ListIncidentWorkflowTriggers200ResponseBuilder builder() -
limit
The minimum of thelimit
parameter used in the request or the maximum request size of the API. -
nextCursor
An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request. Anull
value for this field indicates that there are no additional results. -
more
Indicates if there are additional records to return -
triggers
-
limit
The minimum of thelimit
parameter used in the request or the maximum request size of the API.- Gibt zurück:
this
.
-
nextCursor
An opaque string than will deliver the next set of results when provided as thecursor
parameter in a subsequent request. Anull
value for this field indicates that there are no additional results.- Gibt zurück:
this
.
-
more
Indicates if there are additional records to return- Gibt zurück:
this
.
-
triggers
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-