Klasse DeleteAndReplaceVersionBean

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

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

    • customFieldReplacementList

      protected List<CustomFieldReplacement> customFieldReplacementList
      An array of custom field IDs (customFieldId) and version IDs (moveTo) to update when the fields contain the deleted version.
    • moveAffectedIssuesTo

      protected Long moveAffectedIssuesTo
      The ID of the version to update affectedVersion to when the field contains the deleted version.
    • moveFixIssuesTo

      protected Long moveFixIssuesTo
      The ID of the version to update fixVersion to when the field contains the deleted version.
  • Konstruktordetails

    • DeleteAndReplaceVersionBean

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

      @Internal public DeleteAndReplaceVersionBean(List<CustomFieldReplacement> customFieldReplacementList, Long moveAffectedIssuesTo, Long moveFixIssuesTo)
      Constructs a validated instance of DeleteAndReplaceVersionBean.

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

      Parameter:
      customFieldReplacementList - An array of custom field IDs (customFieldId) and version IDs (moveTo) to update when the fields contain the deleted version.
      moveAffectedIssuesTo - The ID of the version to update affectedVersion to when the field contains the deleted version.
      moveFixIssuesTo - The ID of the version to update fixVersion to when the field contains the deleted version.
    • DeleteAndReplaceVersionBean

      protected DeleteAndReplaceVersionBean()
  • Methodendetails

    • builder

    • customFieldReplacementList

      public List<CustomFieldReplacement> customFieldReplacementList()
      An array of custom field IDs (customFieldId) and version IDs (moveTo) to update when the fields contain the deleted version.
    • moveAffectedIssuesTo

      public Long moveAffectedIssuesTo()
      The ID of the version to update affectedVersion to when the field contains the deleted version.
    • moveFixIssuesTo

      public Long moveFixIssuesTo()
      The ID of the version to update fixVersion to when the field contains the deleted version.
    • customFieldReplacementList

      public DeleteAndReplaceVersionBean customFieldReplacementList(List<CustomFieldReplacement> customFieldReplacementList)
      An array of custom field IDs (customFieldId) and version IDs (moveTo) to update when the fields contain the deleted version.
      Gibt zurück:
      this.
    • moveAffectedIssuesTo

      public DeleteAndReplaceVersionBean moveAffectedIssuesTo(Long moveAffectedIssuesTo)
      The ID of the version to update affectedVersion to when the field contains the deleted version.
      Gibt zurück:
      this.
    • moveFixIssuesTo

      public DeleteAndReplaceVersionBean moveFixIssuesTo(Long moveFixIssuesTo)
      The ID of the version to update fixVersion to when the field contains the deleted version.
      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