Klasse CreatePermissionGrantOperationSpec.CreatePermissionGrantOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreatePermissionGrantOperationSpec.CreatePermissionGrantOperationSpecBuilder
- Umschließende Klasse:
CreatePermissionGrantOperationSpec
public static class CreatePermissionGrantOperationSpec.CreatePermissionGrantOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Use expand to include additional information in the response.permissionGrant(@NotNull PermissionGrant permissionGrant) The permission grant to create.The ID of the permission scheme in which to create a new permission grant.toString()
-
Methodendetails
-
schemeId
public CreatePermissionGrantOperationSpec.CreatePermissionGrantOperationSpecBuilder schemeId(@NotNull @NotNull Long schemeId) The ID of the permission scheme in which to create a new permission grant.- Gibt zurück:
this.
-
permissionGrant
public CreatePermissionGrantOperationSpec.CreatePermissionGrantOperationSpecBuilder permissionGrant(@NotNull @NotNull PermissionGrant permissionGrant) The permission grant to create.- Gibt zurück:
this.
-
expand
public CreatePermissionGrantOperationSpec.CreatePermissionGrantOperationSpecBuilder expand(@Nullable @Nullable String expand) Use expand to include additional information in the response. This parameter accepts a comma-separated list. Note that permissions are always included when you specify any value. Expand options include: *permissionsReturns all permission grants for each permission scheme. *userReturns information about the user who is granted the permission. *groupReturns information about the group that is granted the permission. *projectRoleReturns information about the project role granted the permission. *fieldReturns information about the custom field granted the permission. *allReturns all expandable information.- Gibt zurück:
this.
-
build
-
toString
-