Class IssueSecurityLevelMemberHolder.IssueSecurityLevelMemberHolderBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueSecurityLevelMemberHolder.IssueSecurityLevelMemberHolderBuilder
- Enclosing class:
- IssueSecurityLevelMemberHolder
public static class IssueSecurityLevelMemberHolder.IssueSecurityLevelMemberHolderBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Expand options that include additional permission holder details in the response.As a group's name can change, use ofvalue
is recommended.toString()
The type of permission holder.The identifier associated with thetype
value that defines the holder of the permission.
-
Method Details
-
expand
Expand options that include additional permission holder details in the response.- Returns:
this
.
-
parameter
public IssueSecurityLevelMemberHolder.IssueSecurityLevelMemberHolderBuilder parameter(String parameter) As a group's name can change, use ofvalue
is recommended. The identifier associated withthetype
value that defines the holder of the permission.- Returns:
this
.
-
type
The type of permission holder.- Returns:
this
.
-
value
The identifier associated with thetype
value that defines the holder of the permission.- Returns:
this
.
-
build
-
toString
-