Class GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder
- Enclosing class:
- GetUiModificationsOperationSpec
public static class GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
startAt
public GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetUiModificationsOperationSpec.GetUiModificationsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
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.- Returns:
this
.
-
build
-
toString
-