Klasse GetAllDashboardsOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllDashboardsOperationSpec

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

Specification for the GetAllDashboards operation.

Get all dashboards

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAllDashboardsOperationSpec

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

      @Internal public GetAllDashboardsOperationSpec(String filter, Integer startAt, Integer maxResults)
      Constructs a validated instance of GetAllDashboardsOperationSpec.

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

      Parameter:
      filter - The filter applied to the list of dashboards. Valid values are: * favourite Returns dashboards the user has marked as favorite. * my Returns dashboards owned by the user.
      startAt - The index of the first item to return in a page of results (page offset).
      maxResults - The maximum number of items to return per page.
    • GetAllDashboardsOperationSpec

      protected GetAllDashboardsOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • filter

      @Nullable public @Nullable String filter()
      The filter applied to the list of dashboards. Valid values are: * favourite Returns dashboards the user has marked as favorite. * my Returns dashboards owned by the user.
    • startAt

      @Nullable public @Nullable Integer startAt()
      The index of the first item to return in a page of results (page offset).
    • maxResults

      @Nullable public @Nullable Integer maxResults()
      The maximum number of items to return per page.
    • filter

      public GetAllDashboardsOperationSpec filter(@Nullable @Nullable String filter)
      The filter applied to the list of dashboards. Valid values are: * favourite Returns dashboards the user has marked as favorite. * my Returns dashboards owned by the user.
      Gibt zurück:
      this.
    • startAt

      public GetAllDashboardsOperationSpec startAt(@Nullable @Nullable Integer startAt)
      The index of the first item to return in a page of results (page offset).
      Gibt zurück:
      this.
    • maxResults

      public GetAllDashboardsOperationSpec maxResults(@Nullable @Nullable Integer maxResults)
      The maximum number of items to return per page.
      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