Klasse ResolutionId

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

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

    • id

      protected String id
      The ID of the issue resolution.
  • Konstruktordetails

    • ResolutionId

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

      @Internal public ResolutionId(String id)
      Constructs a validated instance of ResolutionId.

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

      Parameter:
      id - The ID of the issue resolution.
    • ResolutionId

      protected ResolutionId()
  • Methodendetails