Klasse GetProjectPropertyOperationSpec

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

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

Specification for the GetProjectProperty operation.

Get project property

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetProjectPropertyOperationSpec

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

      @Internal public GetProjectPropertyOperationSpec(String projectIdOrKey, String propertyKey)
      Constructs a validated instance of GetProjectPropertyOperationSpec.

      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).
      propertyKey - The project property key. Use [Get project property keys](#api-rest-api-2-project-projectIdOrKey-properties-get) to get a list of all project property keys.
    • GetProjectPropertyOperationSpec

      protected GetProjectPropertyOperationSpec()
  • 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).
    • propertyKey

      @NotNull public @NotNull String propertyKey()
      The project property key. Use [Get project property keys](#api-rest-api-2-project-projectIdOrKey-properties-get) to get a list of all project property keys.
    • projectIdOrKey

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

      public GetProjectPropertyOperationSpec propertyKey(@NotNull @NotNull String propertyKey)
      The project property key. Use [Get project property keys](#api-rest-api-2-project-projectIdOrKey-properties-get) to get a list of all project property keys.
      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