Klasse CreateUserHandoffNotificationRuleRequest
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.CreateUserHandoffNotificationRuleRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateUserHandoffNotificationRuleRequest
extends Object
CreateUserHandoffNotificationRuleRequest
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
CreateUserHandoffNotificationRuleRequest
(HandoffNotificationRule oncallHandoffNotificationRule) Constructs a validated instance ofCreateUserHandoffNotificationRuleRequest
.Constructs a validated instance ofCreateUserHandoffNotificationRuleRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
oncallHandoffNotificationRule
(HandoffNotificationRule oncallHandoffNotificationRule) toString()
-
Felddetails
-
oncallHandoffNotificationRule
-
-
Konstruktordetails
-
CreateUserHandoffNotificationRuleRequest
public CreateUserHandoffNotificationRuleRequest(Consumer<CreateUserHandoffNotificationRuleRequest> spec) Constructs a validated instance ofCreateUserHandoffNotificationRuleRequest
.- Parameter:
spec
- the specification to process
-
CreateUserHandoffNotificationRuleRequest
@Internal public CreateUserHandoffNotificationRuleRequest(HandoffNotificationRule oncallHandoffNotificationRule) Constructs a validated instance ofCreateUserHandoffNotificationRuleRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateUserHandoffNotificationRuleRequest(Consumer)
instead.- Parameter:
oncallHandoffNotificationRule
- oncallHandoffNotificationRule
-
CreateUserHandoffNotificationRuleRequest
protected CreateUserHandoffNotificationRuleRequest()
-
-
Methodendetails
-
builder
public static CreateUserHandoffNotificationRuleRequest.CreateUserHandoffNotificationRuleRequestBuilder builder() -
oncallHandoffNotificationRule
-
oncallHandoffNotificationRule
public CreateUserHandoffNotificationRuleRequest oncallHandoffNotificationRule(HandoffNotificationRule oncallHandoffNotificationRule) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-