Klasse CreateBusinessServiceNotificationSubscribersOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateBusinessServiceNotificationSubscribersOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateBusinessServiceNotificationSubscribersOperationSpec
extends Object
CreateBusinessServiceNotificationSubscribersSpec
Specification for the CreateBusinessServiceNotificationSubscribers operation.
Create Business Service Subscribers
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreateBusinessServiceNotificationSubscribersOperationSpec(Consumer<CreateBusinessServiceNotificationSubscribersOperationSpec> spec) Constructs a validated implementation ofCreateBusinessServiceNotificationSubscribersOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanThe entities to subscribe.createBusinessServiceNotificationSubscribersRequest(@Nullable CreateBusinessServiceNotificationSubscribersRequest createBusinessServiceNotificationSubscribersRequest) The entities to subscribe.booleaninthashCode()@NotNull Stringid()The ID of the resource.The ID of the resource.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
CreateBusinessServiceNotificationSubscribersOperationSpec
@Internal public CreateBusinessServiceNotificationSubscribersOperationSpec(Consumer<CreateBusinessServiceNotificationSubscribersOperationSpec> spec) Constructs a validated implementation ofCreateBusinessServiceNotificationSubscribersOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
id
The ID of the resource. -
createBusinessServiceNotificationSubscribersRequest
@Nullable public @Nullable CreateBusinessServiceNotificationSubscribersRequest createBusinessServiceNotificationSubscribersRequest()The entities to subscribe. -
id
The ID of the resource.- Gibt zurück:
this.
-
createBusinessServiceNotificationSubscribersRequest
public CreateBusinessServiceNotificationSubscribersOperationSpec createBusinessServiceNotificationSubscribersRequest(@Nullable @Nullable CreateBusinessServiceNotificationSubscribersRequest createBusinessServiceNotificationSubscribersRequest) The entities to subscribe.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-