Klasse GetIncidentNotificationSubscribers200Response
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.GetIncidentNotificationSubscribers200Response
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetIncidentNotificationSubscribers200Response
extends Object
GetIncidentNotificationSubscribers200Response
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected String
The ID of the account belonging to the subscriber entityprotected Integer
Echoes limit pagination property.protected Boolean
Indicates if there are additional records to returnprotected Integer
Echoes offset pagination property.protected List<NotificationSubscriberWithContext>
protected Integer
The total number of records matching the given query. -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
GetIncidentNotificationSubscribers200Response
(Integer offset, Integer limit, Boolean more, Integer total, List<NotificationSubscriberWithContext> subscribers, String accountId) Constructs a validated instance ofGetIncidentNotificationSubscribers200Response
.GetIncidentNotificationSubscribers200Response
(Consumer<GetIncidentNotificationSubscribers200Response> spec) Constructs a validated instance ofGetIncidentNotificationSubscribers200Response
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe ID of the account belonging to the subscriber entityThe ID of the account belonging to the subscriber entitystatic GetIncidentNotificationSubscribers200Response.GetIncidentNotificationSubscribers200ResponseBuilder
builder()
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.subscribers
(List<NotificationSubscriberWithContext> subscribers) 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. -
subscribers
-
accountId
The ID of the account belonging to the subscriber entity
-
-
Konstruktordetails
-
GetIncidentNotificationSubscribers200Response
public GetIncidentNotificationSubscribers200Response(Consumer<GetIncidentNotificationSubscribers200Response> spec) Constructs a validated instance ofGetIncidentNotificationSubscribers200Response
.- Parameter:
spec
- the specification to process
-
GetIncidentNotificationSubscribers200Response
@Internal public GetIncidentNotificationSubscribers200Response(Integer offset, Integer limit, Boolean more, Integer total, List<NotificationSubscriberWithContext> subscribers, String accountId) Constructs a validated instance ofGetIncidentNotificationSubscribers200Response
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GetIncidentNotificationSubscribers200Response(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.subscribers
- subscribersaccountId
- The ID of the account belonging to the subscriber entity
-
GetIncidentNotificationSubscribers200Response
protected GetIncidentNotificationSubscribers200Response()
-
-
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. -
subscribers
-
accountId
The ID of the account belonging to the subscriber entity -
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
.
-
subscribers
public GetIncidentNotificationSubscribers200Response subscribers(List<NotificationSubscriberWithContext> subscribers) - Gibt zurück:
this
.
-
accountId
The ID of the account belonging to the subscriber entity- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-