Klasse GetApplicationPropertyOperationSpec

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

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

Specification for the GetApplicationProperty operation.

Get application property

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetApplicationPropertyOperationSpec

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

      @Internal public GetApplicationPropertyOperationSpec(String key, String permissionLevel, String keyFilter)
      Constructs a validated instance of GetApplicationPropertyOperationSpec.

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

      Parameter:
      key - The key of the application property.
      permissionLevel - The permission level of all items being returned in the list.
      keyFilter - When a key isn't provided, this filters the list of results by the application property key using a regular expression. For example, using jira.lf.* will return all application properties with keys that start with *jira.lf.*.
    • GetApplicationPropertyOperationSpec

      protected GetApplicationPropertyOperationSpec()
  • Methodendetails

    • validate

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

    • key

      @Nullable public @Nullable String key()
      The key of the application property.
    • permissionLevel

      @Nullable public @Nullable String permissionLevel()
      The permission level of all items being returned in the list.
    • keyFilter

      @Nullable public @Nullable String keyFilter()
      When a key isn't provided, this filters the list of results by the application property key using a regular expression. For example, using jira.lf.* will return all application properties with keys that start with *jira.lf.*.
    • key

      public GetApplicationPropertyOperationSpec key(@Nullable @Nullable String key)
      The key of the application property.
      Gibt zurück:
      this.
    • permissionLevel

      public GetApplicationPropertyOperationSpec permissionLevel(@Nullable @Nullable String permissionLevel)
      The permission level of all items being returned in the list.
      Gibt zurück:
      this.
    • keyFilter

      public GetApplicationPropertyOperationSpec keyFilter(@Nullable @Nullable String keyFilter)
      When a key isn't provided, this filters the list of results by the application property key using a regular expression. For example, using jira.lf.* will return all application properties with keys that start with *jira.lf.*.
      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