Klasse OldToNewSecurityLevelMappingsBean

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

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

    • newLevelId

      protected String newLevelId
      The new issue security level ID. Providing null will clear the assigned old level from issues.
    • oldLevelId

      protected String oldLevelId
      The old issue security level ID. Providing null will remap all issues without any assigned levels.
  • Konstruktordetails

    • OldToNewSecurityLevelMappingsBean

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

      @Internal public OldToNewSecurityLevelMappingsBean(String newLevelId, String oldLevelId)
      Constructs a validated instance of OldToNewSecurityLevelMappingsBean.

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

      Parameter:
      newLevelId - The new issue security level ID. Providing null will clear the assigned old level from issues.
      oldLevelId - The old issue security level ID. Providing null will remap all issues without any assigned levels.
    • OldToNewSecurityLevelMappingsBean

      protected OldToNewSecurityLevelMappingsBean()
  • Methodendetails