Klasse ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder
- Umschließende Klasse:
ServiceOrchestrationAllOfOrchestrationPath
public static class ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
migratedAt
(OffsetDateTime migratedAt) The date/time the service's Event Rules were converted to this Service Orchestration.The status indicating whether the service's Event Rules were successfully converted to this Service Orchestration.Indicates whether the conversion was performed via the PagerDuty API or PagerDuty website.A Service Orchestration must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph.toString()
Indicates that these are sets of rules belonging to a service.
-
Methodendetails
-
migratedAt
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder migratedAt(OffsetDateTime migratedAt) The date/time the service's Event Rules were converted to this Service Orchestration. This property is only included if themigrated_metadata
query parameter is provided.- Gibt zurück:
this
.
-
migratedBy
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder migratedBy(ServiceOrchestrationAllOfOrchestrationPathAllOfMigratedBy migratedBy) - Gibt zurück:
this
.
-
migratedFrom
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder migratedFrom(ServiceOrchestrationAllOfOrchestrationPathAllOfMigratedFrom migratedFrom) - Gibt zurück:
this
.
-
migratedStatus
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder migratedStatus(ServiceOrchestrationAllOfOrchestrationPath.MigratedStatusEnum migratedStatus) The status indicating whether the service's Event Rules were successfully converted to this Service Orchestration. This property is only included if themigrated_metadata
query parameter is provided.- Gibt zurück:
this
.
-
migratedVia
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder migratedVia(ServiceOrchestrationAllOfOrchestrationPath.MigratedViaEnum migratedVia) Indicates whether the conversion was performed via the PagerDuty API or PagerDuty website. This property is only included if themigrated_metadata
query parameter is provided.- Gibt zurück:
this
.
-
type
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder type(String type) Indicates that these are sets of rules belonging to a service.- Gibt zurück:
this
.
-
parent
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder parent(ServiceOrchestrationAllOfOrchestrationPathAllOfParent parent) - Gibt zurück:
this
.
-
sets
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder sets(List<ServiceOrchestrationAllOfOrchestrationPathAllOfSetsInner> sets) A Service Orchestration must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph.- Gibt zurück:
this
.
-
catchAll
public ServiceOrchestrationAllOfOrchestrationPath.ServiceOrchestrationAllOfOrchestrationPathBuilder catchAll(ServiceOrchestrationAllOfOrchestrationPathAllOfCatchAll catchAll) - Gibt zurück:
this
.
-
build
-
toString
-