Klasse GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder
- Umschließende Klasse:
GetUiModificationsOperationSpec
public static class GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Use expand to include additional information in the response.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
startAt
public GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
expand
public GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder expand(@Nullable @Nullable String expand) Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *data
Returns UI modification data. *contexts
Returns UI modification contexts.- Gibt zurück:
this
.
-
build
-
toString
-