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