Class AddIssueRequest
Object
AddIssueRequest
- All Implemented Interfaces:
Serializable
The properties of the issue to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddIssueRequest.Builderbuilder()protected booleanbooleanThe list of IDs of assets which represent categories for this issue.Required. The description for the issue.getName()Required. The name of the subject for which the issue is being created.The priority for the issue.The list of assets which the issue is related to.The requester of the issue.The ID of the community responsible for handling the issue.Required. The type ID of the issue to be created.inthashCode()voidsetCategoryIds(List<UUID> categoryIds) The list of IDs of assets which represent categories for this issue.voidsetDescription(String description) Required. The description for the issue.voidRequired. The name of the subject for which the issue is being created.voidsetPriority(String priority) The priority for the issue.voidsetRelatedAssets(List<RelatedAssetReference> relatedAssets) The list of assets which the issue is related to.voidsetRequesterId(UUID requesterId) The requester of the issue.voidsetResponsibleCommunityId(UUID responsibleCommunityId) The ID of the community responsible for handling the issue.voidRequired. The type ID of the issue to be created.toString()
-
Constructor Details
-
AddIssueRequest
public AddIssueRequest()
-
-
Method Details
-
builder
-
getResponsibleCommunityId
The ID of the community responsible for handling the issue. -
getName
Required. The name of the subject for which the issue is being created. -
getTypeId
Required. The type ID of the issue to be created. -
getDescription
Required. The description for the issue. -
getPriority
The priority for the issue. -
getRequesterId
The requester of the issue. -
getRelatedAssets
The list of assets which the issue is related to. -
getCategoryIds
The list of IDs of assets which represent categories for this issue. Each asset in this list should be of type Issue Category. -
setResponsibleCommunityId
The ID of the community responsible for handling the issue. -
setName
Required. The name of the subject for which the issue is being created. -
setTypeId
Required. The type ID of the issue to be created. -
setDescription
Required. The description for the issue. -
setPriority
The priority for the issue. -
setRequesterId
The requester of the issue. -
setRelatedAssets
The list of assets which the issue is related to. -
setCategoryIds
The list of IDs of assets which represent categories for this issue. Each asset in this list should be of type Issue Category. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-