Klasse UpdateUserHandoffNotificationOperationSpec

java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.UpdateUserHandoffNotificationOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UpdateUserHandoffNotificationOperationSpec extends Object
UpdateUserHandoffNotificationSpec

Specification for the UpdateUserHandoffNotification operation.

Update a User's Handoff Notification Rule

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • id

      @NotNull public @NotNull String id()
      The ID of the resource.
    • oncallHandoffNotificationRuleId

      @NotNull public @NotNull String oncallHandoffNotificationRuleId()
      The oncall handoff notification rule ID on the user.
    • createUserHandoffNotificationRuleRequest

      @Nullable public @Nullable CreateUserHandoffNotificationRuleRequest createUserHandoffNotificationRuleRequest()
      The User's Handoff Notification Rule to be updated.
    • id

      public UpdateUserHandoffNotificationOperationSpec id(@NotNull @NotNull String id)
      The ID of the resource.
      Gibt zurück:
      this.
    • oncallHandoffNotificationRuleId

      public UpdateUserHandoffNotificationOperationSpec oncallHandoffNotificationRuleId(@NotNull @NotNull String oncallHandoffNotificationRuleId)
      The oncall handoff notification rule ID on the user.
      Gibt zurück:
      this.
    • createUserHandoffNotificationRuleRequest

      public UpdateUserHandoffNotificationOperationSpec createUserHandoffNotificationRuleRequest(@Nullable @Nullable CreateUserHandoffNotificationRuleRequest createUserHandoffNotificationRuleRequest)
      The User's Handoff Notification Rule to be updated.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object