Klasse UpdateResolutionDetails

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

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

    • description

      protected String description
      The description of the resolution.
    • name

      protected String name
      The name of the resolution. Must be unique.
  • Konstruktordetails

    • UpdateResolutionDetails

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

      @Internal public UpdateResolutionDetails(String description, String name)
      Constructs a validated instance of UpdateResolutionDetails.

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

      Parameter:
      description - The description of the resolution.
      name - The name of the resolution. Must be unique.
    • UpdateResolutionDetails

      protected UpdateResolutionDetails()
  • Methodendetails