Klasse IncidentWorkflowInstance
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.IncidentWorkflowInstance
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IncidentWorkflowInstance
extends Object
IncidentWorkflowInstance
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
static enum
A string that determines the schema of the object. -
Feldübersicht
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
IncidentWorkflowInstance
(String id, IncidentWorkflowInstance.TypeEnum type, Reference incident) Constructs a validated instance ofIncidentWorkflowInstance
.Constructs a validated instance ofIncidentWorkflowInstance
. -
Methodenübersicht
-
Felddetails
-
id
-
type
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_reference
if the object is a reference. -
incident
-
-
Konstruktordetails
-
IncidentWorkflowInstance
Constructs a validated instance ofIncidentWorkflowInstance
.- Parameter:
spec
- the specification to process
-
IncidentWorkflowInstance
@Internal public IncidentWorkflowInstance(String id, IncidentWorkflowInstance.TypeEnum type, Reference incident) Constructs a validated instance ofIncidentWorkflowInstance
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IncidentWorkflowInstance(Consumer)
instead.- Parameter:
id
- idtype
- A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_reference
if the object is a reference.incident
- incident
-
IncidentWorkflowInstance
protected IncidentWorkflowInstance()
-
-
Methodendetails
-
builder
-
id
-
type
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_reference
if the object is a reference. -
incident
-
id
- Gibt zurück:
this
.
-
type
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_reference
if the object is a reference.- Gibt zurück:
this
.
-
incident
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-