Klasse SecurityScheme

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

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

    • defaultSecurityLevelId

      protected Long defaultSecurityLevelId
      The ID of the default security level.
    • description

      protected String description
      The description of the issue security scheme.
    • id

      protected Long id
      The ID of the issue security scheme.
    • levels

      protected List<SecurityLevel> levels
    • name

      protected String name
      The name of the issue security scheme.
    • self

      protected String self
      The URL of the issue security scheme.
  • Konstruktordetails

    • SecurityScheme

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

      @Internal public SecurityScheme(Long defaultSecurityLevelId, String description, Long id, List<SecurityLevel> levels, String name, String self)
      Constructs a validated instance of SecurityScheme.

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

      Parameter:
      defaultSecurityLevelId - The ID of the default security level.
      description - The description of the issue security scheme.
      id - The ID of the issue security scheme.
      levels - levels
      name - The name of the issue security scheme.
      self - The URL of the issue security scheme.
    • SecurityScheme

      protected SecurityScheme()
  • Methodendetails

    • builder

      public static SecurityScheme.SecuritySchemeBuilder builder()
    • defaultSecurityLevelId

      public Long defaultSecurityLevelId()
      The ID of the default security level.
    • description

      public String description()
      The description of the issue security scheme.
    • id

      public Long id()
      The ID of the issue security scheme.
    • levels

      public List<SecurityLevel> levels()
    • name

      public String name()
      The name of the issue security scheme.
    • self

      public String self()
      The URL of the issue security scheme.
    • defaultSecurityLevelId

      public SecurityScheme defaultSecurityLevelId(Long defaultSecurityLevelId)
      The ID of the default security level.
      Gibt zurück:
      this.
    • description

      public SecurityScheme description(String description)
      The description of the issue security scheme.
      Gibt zurück:
      this.
    • id

      public SecurityScheme id(Long id)
      The ID of the issue security scheme.
      Gibt zurück:
      this.
    • levels

      public SecurityScheme levels(List<SecurityLevel> levels)
      Gibt zurück:
      this.
    • name

      public SecurityScheme name(String name)
      The name of the issue security scheme.
      Gibt zurück:
      this.
    • self

      public SecurityScheme self(String self)
      The URL of the issue security scheme.
      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