Klasse IssueUpdateDetails

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

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

    • fields

      protected Map<String,Object> fields
      List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use update. Fields included in here cannot be included in update.
    • historyMetadata

      protected HistoryMetadata historyMetadata
    • properties

      protected List<EntityProperty> properties
      Details of issue properties to be add or update.
    • transition

      protected IssueTransition transition
    • update

      protected Map<String,List<FieldUpdateOperation>> update
      A Map containing the field field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included in fields.
  • Konstruktordetails

    • IssueUpdateDetails

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

      @Internal public IssueUpdateDetails(Map<String,Object> fields, HistoryMetadata historyMetadata, List<EntityProperty> properties, IssueTransition transition, Map<String,List<FieldUpdateOperation>> update)
      Constructs a validated instance of IssueUpdateDetails.

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

      Parameter:
      fields - List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use update. Fields included in here cannot be included in update.
      historyMetadata - historyMetadata
      properties - Details of issue properties to be add or update.
      transition - transition
      update - A Map containing the field field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included in fields.
    • IssueUpdateDetails

      protected IssueUpdateDetails()
  • Methodendetails

    • builder

    • fields

      public Map<String,Object> fields()
      List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use update. Fields included in here cannot be included in update.
    • historyMetadata

      public HistoryMetadata historyMetadata()
    • properties

      public List<EntityProperty> properties()
      Details of issue properties to be add or update.
    • transition

      public IssueTransition transition()
    • update

      public Map<String,List<FieldUpdateOperation>> update()
      A Map containing the field field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included in fields.
    • fields

      public IssueUpdateDetails fields(Map<String,Object> fields)
      List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use update. Fields included in here cannot be included in update.
      Gibt zurück:
      this.
    • historyMetadata

      public IssueUpdateDetails historyMetadata(HistoryMetadata historyMetadata)
      Gibt zurück:
      this.
    • properties

      public IssueUpdateDetails properties(List<EntityProperty> properties)
      Details of issue properties to be add or update.
      Gibt zurück:
      this.
    • transition

      public IssueUpdateDetails transition(IssueTransition transition)
      Gibt zurück:
      this.
    • update

      A Map containing the field field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included in fields.
      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