Class CreateUpdateRoleRequestBean.CreateUpdateRoleRequestBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateUpdateRoleRequestBean.CreateUpdateRoleRequestBeanBuilder
- Enclosing class:
- CreateUpdateRoleRequestBean
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) A description of the project role.The name of the project role.toString()
-
Method Details
-
description
public CreateUpdateRoleRequestBean.CreateUpdateRoleRequestBeanBuilder description(String description) A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role.- Returns:
this
.
-
name
The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.- Returns:
this
.
-
build
-
toString
-