Klasse CreateTeamNotificationSubscriptionsOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateTeamNotificationSubscriptionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateTeamNotificationSubscriptionsOperationSpec
extends Object
CreateTeamNotificationSubscriptionsSpec
Specification for the CreateTeamNotificationSubscriptions operation.
Create Team Notification Subscriptions
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreateTeamNotificationSubscriptionsOperationSpec(Consumer<CreateTeamNotificationSubscriptionsOperationSpec> spec) Constructs a validated implementation ofCreateTeamNotificationSubscriptionsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanThe entities to subscribe to.createTeamNotificationSubscriptionsRequest(@Nullable CreateTeamNotificationSubscriptionsRequest createTeamNotificationSubscriptionsRequest) The entities to subscribe to.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
-
CreateTeamNotificationSubscriptionsOperationSpec
@Internal public CreateTeamNotificationSubscriptionsOperationSpec(Consumer<CreateTeamNotificationSubscriptionsOperationSpec> spec) Constructs a validated implementation ofCreateTeamNotificationSubscriptionsOperationSpec.- 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. -
createTeamNotificationSubscriptionsRequest
@Nullable public @Nullable CreateTeamNotificationSubscriptionsRequest createTeamNotificationSubscriptionsRequest()The entities to subscribe to. -
id
The ID of the resource.- Gibt zurück:
this.
-
createTeamNotificationSubscriptionsRequest
public CreateTeamNotificationSubscriptionsOperationSpec createTeamNotificationSubscriptionsRequest(@Nullable @Nullable CreateTeamNotificationSubscriptionsRequest createTeamNotificationSubscriptionsRequest) The entities to subscribe to.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-