Klasse PropertyKey

java.lang.Object
io.github.primelib.jira4j.restv3.model.PropertyKey

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PropertyKey extends Object
PropertyKey
  • Felddetails

    • key

      protected String key
      The key of the property.
    • self

      protected String self
      The URL of the property.
  • Konstruktordetails

    • PropertyKey

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

      @Internal public PropertyKey(String key, String self)
      Constructs a validated instance of PropertyKey.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using PropertyKey(Consumer) instead.

      Parameter:
      key - The key of the property.
      self - The URL of the property.
    • PropertyKey

      protected PropertyKey()
  • Methodendetails