Klasse GetPrecomputationsOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetPrecomputationsOperationSpec

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

Specification for the GetPrecomputations operation.

Get precomputations (apps)

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetPrecomputationsOperationSpec

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

      @Internal public GetPrecomputationsOperationSpec(List<String> functionKey, Long startAt, Integer maxResults, String orderBy)
      Constructs a validated instance of GetPrecomputationsOperationSpec.

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

      Parameter:
      functionKey - The function key in format: * Forge: ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest] * Connect: [App key]__[Module key]
      startAt - The index of the first item to return in a page of results (page offset).
      maxResults - The maximum number of items to return per page.
      orderBy - [Order](#ordering) the results by a field: * functionKey Sorts by the functionKey. * used Sorts by the used timestamp. * created Sorts by the created timestamp. * updated Sorts by the updated timestamp.
    • GetPrecomputationsOperationSpec

      protected GetPrecomputationsOperationSpec()
  • Methodendetails

    • validate

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

    • functionKey

      @Nullable public @Nullable List<String> functionKey()
      The function key in format: * Forge: ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest] * Connect: [App key]__[Module key]
    • startAt

      @Nullable public @Nullable Long startAt()
      The index of the first item to return in a page of results (page offset).
    • maxResults

      @Nullable public @Nullable Integer maxResults()
      The maximum number of items to return per page.
    • orderBy

      @Nullable public @Nullable String orderBy()
      [Order](#ordering) the results by a field: * functionKey Sorts by the functionKey. * used Sorts by the used timestamp. * created Sorts by the created timestamp. * updated Sorts by the updated timestamp.
    • functionKey

      public GetPrecomputationsOperationSpec functionKey(@Nullable @Nullable List<String> functionKey)
      The function key in format: * Forge: ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest] * Connect: [App key]__[Module key]
      Gibt zurück:
      this.
    • startAt

      public GetPrecomputationsOperationSpec startAt(@Nullable @Nullable Long startAt)
      The index of the first item to return in a page of results (page offset).
      Gibt zurück:
      this.
    • maxResults

      public GetPrecomputationsOperationSpec maxResults(@Nullable @Nullable Integer maxResults)
      The maximum number of items to return per page.
      Gibt zurück:
      this.
    • orderBy

      public GetPrecomputationsOperationSpec orderBy(@Nullable @Nullable String orderBy)
      [Order](#ordering) the results by a field: * functionKey Sorts by the functionKey. * used Sorts by the used timestamp. * created Sorts by the created timestamp. * updated Sorts by the updated timestamp.
      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