Klasse GetAutomationActionsRunnersOperationSpec

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

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

Specification for the GetAutomationActionsRunners operation.

List Automation Action runners

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAutomationActionsRunnersOperationSpec

      @Internal public GetAutomationActionsRunnersOperationSpec(Consumer<GetAutomationActionsRunnersOperationSpec> spec)
      Constructs a validated instance of GetAutomationActionsRunnersOperationSpec.
      Parameter:
      spec - the specification to process
    • GetAutomationActionsRunnersOperationSpec

      @Internal public GetAutomationActionsRunnersOperationSpec(Integer limit, String cursor, String name, Set<String> include)
      Constructs a validated instance of GetAutomationActionsRunnersOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      limit - The minimum of the limit parameter used in the request or the maximum request size of the API.
      cursor - Optional parameter used to request the "next" set of results from an API. The value provided here is most commonly obtained from the next_cursor field of the previous request. When no value is provided, the request starts at the beginning of the result set.
      name - Filters results to include the ones matching the name (case insensitive substring matching)
      include - Includes additional data elements into the response
    • GetAutomationActionsRunnersOperationSpec

      protected GetAutomationActionsRunnersOperationSpec()
  • Methodendetails

    • validate

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

    • limit

      @Nullable public @Nullable Integer limit()
      The minimum of the limit parameter used in the request or the maximum request size of the API.
    • cursor

      @Nullable public @Nullable String cursor()
      Optional parameter used to request the "next" set of results from an API. The value provided here is most commonly obtained from the next_cursor field of the previous request. When no value is provided, the request starts at the beginning of the result set.
    • name

      @Nullable public @Nullable String name()
      Filters results to include the ones matching the name (case insensitive substring matching)
    • include

      @Nullable public @Nullable Set<String> include()
      Includes additional data elements into the response
    • limit

      public GetAutomationActionsRunnersOperationSpec limit(@Nullable @Nullable Integer limit)
      The minimum of the limit parameter used in the request or the maximum request size of the API.
      Gibt zurück:
      this.
    • cursor

      public GetAutomationActionsRunnersOperationSpec cursor(@Nullable @Nullable String cursor)
      Optional parameter used to request the "next" set of results from an API. The value provided here is most commonly obtained from the next_cursor field of the previous request. When no value is provided, the request starts at the beginning of the result set.
      Gibt zurück:
      this.
    • name

      public GetAutomationActionsRunnersOperationSpec name(@Nullable @Nullable String name)
      Filters results to include the ones matching the name (case insensitive substring matching)
      Gibt zurück:
      this.
    • include

      public GetAutomationActionsRunnersOperationSpec include(@Nullable @Nullable Set<String> include)
      Includes additional data elements into the 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