Klasse Context

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

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

    • id

      protected Long id
      The ID of the context.
    • name

      protected String name
      The name of the context.
    • scope

      protected Scope scope
  • Konstruktordetails

    • Context

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

      @Internal public Context(Long id, String name, Scope scope)
      Constructs a validated instance of Context.

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

      Parameter:
      id - The ID of the context.
      name - The name of the context.
      scope - scope
    • Context

      protected Context()
  • Methodendetails

    • builder

      public static Context.ContextBuilder builder()
    • id

      public Long id()
      The ID of the context.
    • name

      public String name()
      The name of the context.
    • scope

      public Scope scope()
    • id

      public Context id(Long id)
      The ID of the context.
      Gibt zurück:
      this.
    • name

      public Context name(String name)
      The name of the context.
      Gibt zurück:
      this.
    • scope

      public Context scope(Scope scope)
      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