Klasse ListServiceEventRulesOperationSpec

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

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

Specification for the ListServiceEventRules operation.

List Service's Event Rules

  • 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.
    • limit

      @Nullable public @Nullable Integer limit()
      The number of results per page.
    • offset

      @Nullable public @Nullable Integer offset()
      Offset to start pagination search results.
    • total

      @Nullable public @Nullable Boolean total()
      By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information.
    • include

      @Nullable public @Nullable String include()
      Array of additional Models to include in response.
    • id

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

      public ListServiceEventRulesOperationSpec limit(@Nullable @Nullable Integer limit)
      The number of results per page.
      Gibt zurück:
      this.
    • offset

      public ListServiceEventRulesOperationSpec offset(@Nullable @Nullable Integer offset)
      Offset to start pagination search results.
      Gibt zurück:
      this.
    • total

      public ListServiceEventRulesOperationSpec total(@Nullable @Nullable Boolean total)
      By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information.
      Gibt zurück:
      this.
    • include

      public ListServiceEventRulesOperationSpec include(@Nullable @Nullable String include)
      Array of additional Models to include in response.
      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