Class AddIssueRequest.Builder
Object
Builder
- Enclosing class:
AddIssueRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()categoryIds(List<UUID> categoryIds) The list of IDs of assets which represent categories for this issue.description(String description) Required. The description for the issue.Required. The name of the subject for which the issue is being created.The priority for the issue.relatedAssets(List<RelatedAssetReference> relatedAssets) The list of assets which the issue is related to.requesterId(UUID requesterId) The requester of the issue.responsibleCommunityId(UUID responsibleCommunityId) The ID of the community responsible for handling the issue.toString()Required. The type ID of the issue to be created.
-
Method Details
-
responsibleCommunityId
The ID of the community responsible for handling the issue.- Returns:
this.
-
name
Required. The name of the subject for which the issue is being created.- Returns:
this.
-
typeId
Required. The type ID of the issue to be created.- Returns:
this.
-
description
Required. The description for the issue.- Returns:
this.
-
priority
The priority for the issue.- Returns:
this.
-
requesterId
The requester of the issue.- Returns:
this.
-
categoryIds
The list of IDs of assets which represent categories for this issue. Each asset in this list should be of type Issue Category.- Returns:
this.
-
build
-
toString
-