Klasse UpdateUserStatusUpdateNotificationRuleOperationSpec

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

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

Specification for the UpdateUserStatusUpdateNotificationRule operation.

Update a user's status update 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
    • X_EARLY_ACCESS

      @NotNull public @NotNull String X_EARLY_ACCESS()
      This header indicates that this API endpoint is __UNDER CONSTRUCTION__ and may change at any time. You __MUST__ pass in this header and the above value. Do not use this endpoint in production, as it may change!
    • id

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

      @NotNull public @NotNull String statusUpdateNotificationRuleId()
      The status update notification rule ID on the user.
    • createUserStatusUpdateNotificationRule201Response

      @Nullable public @Nullable CreateUserStatusUpdateNotificationRule201Response createUserStatusUpdateNotificationRule201Response()
      The user's status update notification rule to be updated.
    • X_EARLY_ACCESS

      public UpdateUserStatusUpdateNotificationRuleOperationSpec X_EARLY_ACCESS(@NotNull @NotNull String X_EARLY_ACCESS)
      This header indicates that this API endpoint is __UNDER CONSTRUCTION__ and may change at any time. You __MUST__ pass in this header and the above value. Do not use this endpoint in production, as it may change!
      Gibt zurück:
      this.
    • id

      The ID of the resource.
      Gibt zurück:
      this.
    • statusUpdateNotificationRuleId

      public UpdateUserStatusUpdateNotificationRuleOperationSpec statusUpdateNotificationRuleId(@NotNull @NotNull String statusUpdateNotificationRuleId)
      The status update notification rule ID on the user.
      Gibt zurück:
      this.
    • createUserStatusUpdateNotificationRule201Response

      public UpdateUserStatusUpdateNotificationRuleOperationSpec createUserStatusUpdateNotificationRule201Response(@Nullable @Nullable CreateUserStatusUpdateNotificationRule201Response createUserStatusUpdateNotificationRule201Response)
      The user's status update 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