Klasse CustomFieldReplacement

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

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

    • customFieldId

      protected Long customFieldId
      The ID of the custom field in which to replace the version number.
    • moveTo

      protected Long moveTo
      The version number to use as a replacement for the deleted version.
  • Konstruktordetails

    • CustomFieldReplacement

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

      @Internal public CustomFieldReplacement(Long customFieldId, Long moveTo)
      Constructs a validated instance of CustomFieldReplacement.

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

      Parameter:
      customFieldId - The ID of the custom field in which to replace the version number.
      moveTo - The version number to use as a replacement for the deleted version.
    • CustomFieldReplacement

      protected CustomFieldReplacement()
  • Methodendetails

    • builder

    • customFieldId

      public Long customFieldId()
      The ID of the custom field in which to replace the version number.
    • moveTo

      public Long moveTo()
      The version number to use as a replacement for the deleted version.
    • customFieldId

      public CustomFieldReplacement customFieldId(Long customFieldId)
      The ID of the custom field in which to replace the version number.
      Gibt zurück:
      this.
    • moveTo

      public CustomFieldReplacement moveTo(Long moveTo)
      The version number to use as a replacement for 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