Class IssueBean

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

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

    • changelog

      protected IssueBeanChangelog changelog
    • editmeta

      protected IssueBeanEditmeta editmeta
    • expand

      protected String expand
      Expand options that include additional issue details in the response.
    • fields

      protected Map<String,Object> fields
    • fieldsToInclude

      protected IncludedFields fieldsToInclude
    • id

      protected String id
      The ID of the issue.
    • key

      protected String key
      The key of the issue.
    • names

      protected Map<String,String> names
      The ID and name of each field present on the issue.
    • operations

      protected IssueBeanOperations operations
    • properties

      protected Map<String,Object> properties
      Details of the issue properties identified in the request.
    • renderedFields

      protected Map<String,Object> renderedFields
      The rendered value of each field present on the issue.
    • schema

      protected Map<String,JsonTypeBean> schema
      The schema describing each field present on the issue.
    • self

      protected URI self
      The URL of the issue details.
    • transitions

      protected List<IssueTransition> transitions
      The transitions that can be performed on the issue.
    • versionedRepresentations

      protected Map<String,Map<String,Object>> versionedRepresentations
      The versions of each field on the issue.
  • Constructor Details

    • IssueBean

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

      @Internal public IssueBean(IssueBeanChangelog changelog, IssueBeanEditmeta editmeta, String expand, Map<String,Object> fields, IncludedFields fieldsToInclude, String id, String key, Map<String,String> names, IssueBeanOperations operations, Map<String,Object> properties, Map<String,Object> renderedFields, Map<String,JsonTypeBean> schema, URI self, List<IssueTransition> transitions, Map<String,Map<String,Object>> versionedRepresentations)
      Constructs a validated instance of IssueBean.

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

      Parameters:
      changelog - changelog
      editmeta - editmeta
      expand - Expand options that include additional issue details in the response.
      fields - fields
      fieldsToInclude - fieldsToInclude
      id - The ID of the issue.
      key - The key of the issue.
      names - The ID and name of each field present on the issue.
      operations - operations
      properties - Details of the issue properties identified in the request.
      renderedFields - The rendered value of each field present on the issue.
      schema - The schema describing each field present on the issue.
      self - The URL of the issue details.
      transitions - The transitions that can be performed on the issue.
      versionedRepresentations - The versions of each field on the issue.
    • IssueBean

      protected IssueBean()
  • Method Details