Klasse GetDashboardItemPropertyOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetDashboardItemPropertyOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetDashboardItemPropertyOperationSpec extends Object
GetDashboardItemPropertySpec

Specification for the GetDashboardItemProperty operation.

Get dashboard item property

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetDashboardItemPropertyOperationSpec

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

      @Internal public GetDashboardItemPropertyOperationSpec(String dashboardId, String itemId, String propertyKey)
      Constructs a validated instance of GetDashboardItemPropertyOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      dashboardId - The ID of the dashboard.
      itemId - The ID of the dashboard item.
      propertyKey - The key of the dashboard item property.
    • GetDashboardItemPropertyOperationSpec

      protected GetDashboardItemPropertyOperationSpec()
  • Methodendetails