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