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
  • Felddetails

    • limit

      protected Integer limit
      The minimum of the limit parameter used in the request or the maximum request size of the API.
    • nextCursor

      protected String nextCursor
      An opaque string than will deliver the next set of results when provided as the cursor parameter in a subsequent request. A null value for this field indicates that there are no additional results.
    • more

      protected Boolean more
      Indicates if there are additional records to return
    • triggers

      protected List<IncidentWorkflowTrigger> triggers
  • Konstruktordetails

    • ListIncidentWorkflowTriggers200Response

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

      @Internal public ListIncidentWorkflowTriggers200Response(Integer limit, String nextCursor, Boolean more, List<IncidentWorkflowTrigger> triggers)
      Constructs a validated instance of ListIncidentWorkflowTriggers200Response.

      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 the limit 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 the cursor parameter in a subsequent request. A null value for this field indicates that there are no additional results.
      more - Indicates if there are additional records to return
      triggers - triggers
    • ListIncidentWorkflowTriggers200Response

      protected ListIncidentWorkflowTriggers200Response()
  • Methodendetails