Klasse GetAllGadgetsOperationSpec.GetAllGadgetsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllGadgetsOperationSpec.GetAllGadgetsOperationSpecBuilder
- Umschließende Klasse:
GetAllGadgetsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
dashboardId
(@NotNull Long dashboardId) The ID of the dashboard.The list of gadgets IDs.The list of gadgets module keys.toString()
The list of gadgets URIs.
-
Methodendetails
-
dashboardId
public GetAllGadgetsOperationSpec.GetAllGadgetsOperationSpecBuilder dashboardId(@NotNull @NotNull Long dashboardId) The ID of the dashboard.- Gibt zurück:
this
.
-
moduleKey
public GetAllGadgetsOperationSpec.GetAllGadgetsOperationSpecBuilder moduleKey(@Nullable @Nullable List<String> moduleKey) The list of gadgets module keys. To include multiple module keys, separate module keys with ampersand:moduleKey=key:one&moduleKey=key:two
.- Gibt zurück:
this
.
-
uri
public GetAllGadgetsOperationSpec.GetAllGadgetsOperationSpecBuilder uri(@Nullable @Nullable List<String> uri) The list of gadgets URIs. To include multiple URIs, separate URIs with ampersand:uri=/rest/example/uri/1&uri=/rest/example/uri/2
.- Gibt zurück:
this
.
-
gadgetId
public GetAllGadgetsOperationSpec.GetAllGadgetsOperationSpecBuilder gadgetId(@Nullable @Nullable List<Long> gadgetId) The list of gadgets IDs. To include multiple IDs, separate IDs with ampersand:gadgetId=10000&gadgetId=10001
.- Gibt zurück:
this
.
-
build
-
toString
-