Klasse OrchestrationGlobalAllOfOrchestrationPathParent
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.OrchestrationGlobalAllOfOrchestrationPathParent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OrchestrationGlobalAllOfOrchestrationPathParent
extends Object
OrchestrationGlobalAllOfOrchestrationPathParent
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
OrchestrationGlobalAllOfOrchestrationPathParent
(String id, String type, String self) Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPathParent
.OrchestrationGlobalAllOfOrchestrationPathParent
(Consumer<OrchestrationGlobalAllOfOrchestrationPathParent> spec) Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPathParent
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
ID of the object these Orchestration Rules belongs to.ID of the object these Orchestration Rules belongs to.self()
The API show URL at which the parent object is accessibleThe API show URL at which the parent object is accessibletoString()
type()
A string that determines the schema of the parent objectA string that determines the schema of the parent object
-
Felddetails
-
id
ID of the object these Orchestration Rules belongs to. -
type
A string that determines the schema of the parent object -
self
The API show URL at which the parent object is accessible
-
-
Konstruktordetails
-
OrchestrationGlobalAllOfOrchestrationPathParent
public OrchestrationGlobalAllOfOrchestrationPathParent(Consumer<OrchestrationGlobalAllOfOrchestrationPathParent> spec) Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPathParent
.- Parameter:
spec
- the specification to process
-
OrchestrationGlobalAllOfOrchestrationPathParent
@Internal public OrchestrationGlobalAllOfOrchestrationPathParent(String id, String type, String self) Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPathParent
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OrchestrationGlobalAllOfOrchestrationPathParent(Consumer)
instead.- Parameter:
id
- ID of the object these Orchestration Rules belongs to.type
- A string that determines the schema of the parent objectself
- The API show URL at which the parent object is accessible
-
OrchestrationGlobalAllOfOrchestrationPathParent
protected OrchestrationGlobalAllOfOrchestrationPathParent()
-
-
Methodendetails
-
builder
-
id
ID of the object these Orchestration Rules belongs to. -
type
A string that determines the schema of the parent object -
self
The API show URL at which the parent object is accessible -
id
ID of the object these Orchestration Rules belongs to.- Gibt zurück:
this
.
-
type
A string that determines the schema of the parent object- Gibt zurück:
this
.
-
self
The API show URL at which the parent object is accessible- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-