Class SimpleUsage

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SimpleUsage extends Object
SimpleUsage
  • Field Details

    • issueTypeIds

      protected List<String> issueTypeIds
      The issue type IDs for the usage.
    • projectId

      protected String projectId
      The project ID for the usage.
  • Constructor Details

    • SimpleUsage

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

      @Internal public SimpleUsage(List<String> issueTypeIds, String projectId)
      Constructs a validated instance of SimpleUsage.

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

      Parameters:
      issueTypeIds - The issue type IDs for the usage.
      projectId - The project ID for the usage.
    • SimpleUsage

      protected SimpleUsage()
  • Method Details

    • builder

      public static SimpleUsage.SimpleUsageBuilder builder()
    • issueTypeIds

      public List<String> issueTypeIds()
      The issue type IDs for the usage.
    • projectId

      public String projectId()
      The project ID for the usage.
    • issueTypeIds

      public SimpleUsage issueTypeIds(List<String> issueTypeIds)
      The issue type IDs for the usage.
      Returns:
      this.
    • projectId

      public SimpleUsage projectId(String projectId)
      The project ID for the usage.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object