Klasse IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder
- Umschließende Klasse:
IncidentAllOfFirstTriggerLogEntry
public static class IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungagent
(AgentReference agent) build()
Contexts to be included with the trigger such as links to graphs or images.createdAt
(OffsetDateTime createdAt) Time at which the log entry was created.eventDetails
(LogEntryAllOfEventDetails eventDetails) a URL at which the entity is uniquely displayed in the Web appincident
(IncidentReference incident) Optional field containing a note, if one was included with the log entry.the API show URL at which the object is accessibleservice
(ServiceReference service) A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.teams
(List<TeamReference> teams) Will consist of references unless includedtoString()
-
Methodendetails
-
id
- Gibt zurück:
this
.
-
summary
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder summary(String summary) A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname
, though it is not intended to be an identifier.- Gibt zurück:
this
.
-
type
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder type(IncidentAllOfFirstTriggerLogEntry.TypeEnum type) - Gibt zurück:
this
.
-
self
the API show URL at which the object is accessible- Gibt zurück:
this
.
-
htmlUrl
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder htmlUrl(String htmlUrl) a URL at which the entity is uniquely displayed in the Web app- Gibt zurück:
this
.
-
createdAt
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder createdAt(OffsetDateTime createdAt) Time at which the log entry was created.- Gibt zurück:
this
.
-
channel
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder channel(Channel channel) - Gibt zurück:
this
.
-
agent
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder agent(AgentReference agent) - Gibt zurück:
this
.
-
note
Optional field containing a note, if one was included with the log entry.- Gibt zurück:
this
.
-
contexts
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder contexts(List<Context> contexts) Contexts to be included with the trigger such as links to graphs or images.- Gibt zurück:
this
.
-
service
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder service(ServiceReference service) - Gibt zurück:
this
.
-
incident
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder incident(IncidentReference incident) - Gibt zurück:
this
.
-
teams
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder teams(List<TeamReference> teams) Will consist of references unless included- Gibt zurück:
this
.
-
eventDetails
public IncidentAllOfFirstTriggerLogEntry.IncidentAllOfFirstTriggerLogEntryBuilder eventDetails(LogEntryAllOfEventDetails eventDetails) - Gibt zurück:
this
.
-
build
-
toString
-