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

    • offset

      protected Integer offset
      Echoes offset pagination property.
    • limit

      protected Integer limit
      Echoes limit pagination property.
    • more

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

      protected Integer total
      The total number of records matching the given query.
    • teams

      protected List<Team> teams
  • Konstruktordetails

    • ListTeams200Response

      public ListTeams200Response(Consumer<ListTeams200Response> spec)
      Constructs a validated instance of ListTeams200Response.
      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 of ListTeams200Response.

      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 return
      total - The total number of records matching the given query.
      teams - teams
    • ListTeams200Response

      protected ListTeams200Response()
  • Methodendetails