Klasse SharePermissionInputBean.SharePermissionInputBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.SharePermissionInputBean.SharePermissionInputBeanBuilder
- Umschließende Klasse:
SharePermissionInputBean
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe user account ID that the filter is shared with.build()
The ID of the group, which uniquely identifies the group across all Atlassian products.For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.The name of the group to share the filter with.The ID of the project to share the filter with.projectRoleId
(String projectRoleId) The ID of the project role to share the filter with.The rights for the share permission.toString()
The type of the share permission.Specify the type as follows: *user
Share with a user.
-
Methodendetails
-
accountId
The user account ID that the filter is shared with. For a request, specify theaccountId
property for the user.- Gibt zurück:
this
.
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products.For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. Cannot be provided withgroupname
.- Gibt zurück:
this
.
-
groupname
The name of the group to share the filter with. Settype
togroup
. Please note that the name of a group is mutable, to reliably identify a group usegroupId
.- Gibt zurück:
this
.
-
projectId
The ID of the project to share the filter with. Settype
toproject
.- Gibt zurück:
this
.
-
projectRoleId
The ID of the project role to share the filter with. Settype
toprojectRole
and theprojectId
for the project that the role is in.- Gibt zurück:
this
.
-
rights
The rights for the share permission.- Gibt zurück:
this
.
-
build
-
toString
-