Klasse CustomFieldContext

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

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

    • description

      protected String description
      The description of the context.
    • id

      protected String id
      The ID of the context.
    • isAnyIssueType

      protected Boolean isAnyIssueType
      Whether the context apply to all issue types.
    • isGlobalContext

      protected Boolean isGlobalContext
      Whether the context is global.
    • name

      protected String name
      The name of the context.
  • Konstruktordetails

    • CustomFieldContext

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

      @Internal public CustomFieldContext(String description, String id, Boolean isAnyIssueType, Boolean isGlobalContext, String name)
      Constructs a validated instance of CustomFieldContext.

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

      Parameter:
      description - The description of the context.
      id - The ID of the context.
      isAnyIssueType - Whether the context apply to all issue types.
      isGlobalContext - Whether the context is global.
      name - The name of the context.
    • CustomFieldContext

      protected CustomFieldContext()
  • Methodendetails

    • builder

    • description

      public String description()
      The description of the context.
    • id

      public String id()
      The ID of the context.
    • isAnyIssueType

      public Boolean isAnyIssueType()
      Whether the context apply to all issue types.
    • isGlobalContext

      public Boolean isGlobalContext()
      Whether the context is global.
    • name

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

      public CustomFieldContext description(String description)
      The description of the context.
      Gibt zurück:
      this.
    • id

      public CustomFieldContext id(String id)
      The ID of the context.
      Gibt zurück:
      this.
    • isAnyIssueType

      public CustomFieldContext isAnyIssueType(Boolean isAnyIssueType)
      Whether the context apply to all issue types.
      Gibt zurück:
      this.
    • isGlobalContext

      public CustomFieldContext isGlobalContext(Boolean isGlobalContext)
      Whether the context is global.
      Gibt zurück:
      this.
    • name

      public CustomFieldContext name(String name)
      The name of the context.
      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