Klasse UiModificationContextDetails

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

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

    • id

      protected String id
      The ID of the UI modification context.
    • isAvailable

      protected Boolean isAvailable
      Whether a context is available. For example, when a project is deleted the context becomes unavailable.
    • issueTypeId

      protected String issueTypeId
      The issue type ID of the context.
    • projectId

      protected String projectId
      The project ID of the context.
    • viewType

      protected String viewType
      The view type of the context. Only GIC (Global Issue Create) is supported.
  • Konstruktordetails

    • UiModificationContextDetails

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

      @Internal public UiModificationContextDetails(String id, Boolean isAvailable, String issueTypeId, String projectId, String viewType)
      Constructs a validated instance of UiModificationContextDetails.

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

      Parameter:
      id - The ID of the UI modification context.
      isAvailable - Whether a context is available. For example, when a project is deleted the context becomes unavailable.
      issueTypeId - The issue type ID of the context.
      projectId - The project ID of the context.
      viewType - The view type of the context. Only GIC (Global Issue Create) is supported.
    • UiModificationContextDetails

      protected UiModificationContextDetails()
  • Methodendetails

    • builder

    • id

      public String id()
      The ID of the UI modification context.
    • isAvailable

      public Boolean isAvailable()
      Whether a context is available. For example, when a project is deleted the context becomes unavailable.
    • issueTypeId

      public String issueTypeId()
      The issue type ID of the context.
    • projectId

      public String projectId()
      The project ID of the context.
    • viewType

      public String viewType()
      The view type of the context. Only GIC (Global Issue Create) is supported.
    • id

      The ID of the UI modification context.
      Gibt zurück:
      this.
    • isAvailable

      public UiModificationContextDetails isAvailable(Boolean isAvailable)
      Whether a context is available. For example, when a project is deleted the context becomes unavailable.
      Gibt zurück:
      this.
    • issueTypeId

      public UiModificationContextDetails issueTypeId(String issueTypeId)
      The issue type ID of the context.
      Gibt zurück:
      this.
    • projectId

      public UiModificationContextDetails projectId(String projectId)
      The project ID of the context.
      Gibt zurück:
      this.
    • viewType

      public UiModificationContextDetails viewType(String viewType)
      The view type of the context. Only GIC (Global Issue Create) is supported.
      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