Klasse GetProjectOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetProjectOperationSpec

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

Specification for the GetProject operation.

Get project

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetProjectOperationSpec

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

      @Internal public GetProjectOperationSpec(String projectIdOrKey, String expand, List<String> properties)
      Constructs a validated instance of GetProjectOperationSpec.

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

      Parameter:
      projectIdOrKey - The project ID or project key (case sensitive).
      expand - Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: * description The project description. * issueTypes The issue types associated with the project. * lead The project lead. * projectKeys All project keys associated with the project. * issueTypeHierarchy The project issue type hierarchy.
      properties - A list of project properties to return for the project. This parameter accepts a comma-separated list.
    • GetProjectOperationSpec

      protected GetProjectOperationSpec()
  • Methodendetails

    • validate

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

    • projectIdOrKey

      @NotNull public @NotNull String projectIdOrKey()
      The project ID or project key (case sensitive).
    • expand

      @Nullable public @Nullable String expand()
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: * description The project description. * issueTypes The issue types associated with the project. * lead The project lead. * projectKeys All project keys associated with the project. * issueTypeHierarchy The project issue type hierarchy.
    • properties

      @Nullable public @Nullable List<String> properties()
      A list of project properties to return for the project. This parameter accepts a comma-separated list.
    • projectIdOrKey

      public GetProjectOperationSpec projectIdOrKey(@NotNull @NotNull String projectIdOrKey)
      The project ID or project key (case sensitive).
      Gibt zurück:
      this.
    • expand

      public GetProjectOperationSpec expand(@Nullable @Nullable String expand)
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: * description The project description. * issueTypes The issue types associated with the project. * lead The project lead. * projectKeys All project keys associated with the project. * issueTypeHierarchy The project issue type hierarchy.
      Gibt zurück:
      this.
    • properties

      public GetProjectOperationSpec properties(@Nullable @Nullable List<String> properties)
      A list of project properties to return for the project. This parameter accepts a comma-separated list.
      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