Klasse GetStatusesByIdOperationSpec

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

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

Specification for the GetStatusesById operation.

Bulk get statuses

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetStatusesByIdOperationSpec

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

      @Internal public GetStatusesByIdOperationSpec(String expand, List<String> id)
      Constructs a validated instance of GetStatusesByIdOperationSpec.

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

      Parameter:
      expand - Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * usages Returns the project and issue types that use the status in their workflow. * workflowUsages Returns the workflows that use the status.
      id - The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items 1, Max items 50
    • GetStatusesByIdOperationSpec

      protected GetStatusesByIdOperationSpec()
  • Methodendetails

    • validate

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

    • expand

      @Nullable public @Nullable String expand()
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * usages Returns the project and issue types that use the status in their workflow. * workflowUsages Returns the workflows that use the status.
    • id

      @Nullable public @Nullable List<String> id()
      The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items 1, Max items 50
    • expand

      public GetStatusesByIdOperationSpec expand(@Nullable @Nullable String expand)
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * usages Returns the project and issue types that use the status in their workflow. * workflowUsages Returns the workflows that use the status.
      Gibt zurück:
      this.
    • id

      public GetStatusesByIdOperationSpec id(@Nullable @Nullable List<String> id)
      The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items 1, Max items 50
      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