Klasse StatusMappingDTO

java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusMappingDTO

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

    • issueTypeId

      protected String issueTypeId
      The issue type for the status mapping.
    • projectId

      protected String projectId
      The project for the status mapping.
    • statusMigrations

      protected List<StatusMigration> statusMigrations
      The list of old and new status ID mappings for the specified project and issue type.
  • Konstruktordetails

    • StatusMappingDTO

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

      @Internal public StatusMappingDTO(String issueTypeId, String projectId, List<StatusMigration> statusMigrations)
      Constructs a validated instance of StatusMappingDTO.

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

      Parameter:
      issueTypeId - The issue type for the status mapping.
      projectId - The project for the status mapping.
      statusMigrations - The list of old and new status ID mappings for the specified project and issue type.
    • StatusMappingDTO

      protected StatusMappingDTO()
  • Methodendetails

    • builder

    • issueTypeId

      public String issueTypeId()
      The issue type for the status mapping.
    • projectId

      public String projectId()
      The project for the status mapping.
    • statusMigrations

      public List<StatusMigration> statusMigrations()
      The list of old and new status ID mappings for the specified project and issue type.
    • issueTypeId

      public StatusMappingDTO issueTypeId(String issueTypeId)
      The issue type for the status mapping.
      Gibt zurück:
      this.
    • projectId

      public StatusMappingDTO projectId(String projectId)
      The project for the status mapping.
      Gibt zurück:
      this.
    • statusMigrations

      public StatusMappingDTO statusMigrations(List<StatusMigration> statusMigrations)
      The list of old and new status ID mappings for the specified project and issue type.
      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