Klasse DashboardDetails

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

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

    • description

      protected String description
      The description of the dashboard.
    • editPermissions

      protected List<SharePermission> editPermissions
      The edit permissions for the dashboard.
    • name

      protected String name
      The name of the dashboard.
    • sharePermissions

      protected List<SharePermission> sharePermissions
      The share permissions for the dashboard.
  • Konstruktordetails

    • DashboardDetails

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

      @Internal public DashboardDetails(String description, List<SharePermission> editPermissions, String name, List<SharePermission> sharePermissions)
      Constructs a validated instance of DashboardDetails.

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

      Parameter:
      description - The description of the dashboard.
      editPermissions - The edit permissions for the dashboard.
      name - The name of the dashboard.
      sharePermissions - The share permissions for the dashboard.
    • DashboardDetails

      protected DashboardDetails()
  • Methodendetails