Klasse EntityPropertyDetails

java.lang.Object
io.github.primelib.jira4j.restv2.model.EntityPropertyDetails

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

    • entityId

      protected BigDecimal entityId
      The entity property ID.
    • key

      protected String key
      The entity property key.
    • value

      protected String value
      The new value of the entity property.
  • Konstruktordetails

    • EntityPropertyDetails

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

      @Internal public EntityPropertyDetails(BigDecimal entityId, String key, String value)
      Constructs a validated instance of EntityPropertyDetails.

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

      Parameter:
      entityId - The entity property ID.
      key - The entity property key.
      value - The new value of the entity property.
    • EntityPropertyDetails

      protected EntityPropertyDetails()
  • Methodendetails