Class UpdateProjectDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateProjectDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateProjectDetails
extends Object
UpdateProjectDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe default assignee when creating issues for this project.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UpdateProjectDetails.AssigneeTypeEnumThe default assignee when creating issues for this project.protected LongAn integer value for the project's avatar.protected LongThe ID of the project's category.protected StringA brief description of the project.protected LongThe ID of the issue security scheme for the project, which enables you to control who can and cannot view issues.protected StringProject keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters.protected StringThis parameter is deprecated because of privacy changes.protected StringThe account ID of the project lead.protected StringThe name of the project.protected LongThe ID of the notification scheme for the project.protected LongThe ID of the permission scheme for the project.protected StringA link to information about this project, such as project documentation -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateProjectDetails(UpdateProjectDetails.AssigneeTypeEnum assigneeType, Long avatarId, Long categoryId, String description, Long issueSecurityScheme, String key, String lead, String leadAccountId, String name, Long notificationScheme, Long permissionScheme, String url) Constructs a validated instance ofUpdateProjectDetails.Constructs a validated instance ofUpdateProjectDetails. -
Method Summary
Modifier and TypeMethodDescriptionThe default assignee when creating issues for this project.assigneeType(UpdateProjectDetails.AssigneeTypeEnum assigneeType) The default assignee when creating issues for this project.avatarId()An integer value for the project's avatar.An integer value for the project's avatar.builder()protected booleanThe ID of the project's category.categoryId(Long categoryId) The ID of the project's category.A brief description of the project.description(String description) A brief description of the project.booleaninthashCode()The ID of the issue security scheme for the project, which enables you to control who can and cannot view issues.issueSecurityScheme(Long issueSecurityScheme) The ID of the issue security scheme for the project, which enables you to control who can and cannot view issues.key()Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters.Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters.lead()This parameter is deprecated because of privacy changes.This parameter is deprecated because of privacy changes.The account ID of the project lead.leadAccountId(String leadAccountId) The account ID of the project lead.name()The name of the project.The name of the project.The ID of the notification scheme for the project.notificationScheme(Long notificationScheme) The ID of the notification scheme for the project.The ID of the permission scheme for the project.permissionScheme(Long permissionScheme) The ID of the permission scheme for the project.toString()url()A link to information about this project, such as project documentationA link to information about this project, such as project documentation
-
Field Details
-
assigneeType
The default assignee when creating issues for this project. -
avatarId
An integer value for the project's avatar. -
categoryId
The ID of the project's category. A complete list of category IDs is found using the [Get all project categories](#api-rest-api-3-projectCategory-get) operation. To remove the project category from the project, set the value to-1. -
description
A brief description of the project. -
issueSecurityScheme
The ID of the issue security scheme for the project, which enables you to control who can and cannot view issues. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get) resource to get all issue security scheme IDs. -
key
Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters. -
lead
This parameter is deprecated because of privacy changes. UseleadAccountIdinstead. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The user name of the project lead. Cannot be provided withleadAccountId. -
leadAccountId
The account ID of the project lead. Cannot be provided withlead. -
name
The name of the project. -
notificationScheme
The ID of the notification scheme for the project. Use the [Get notification schemes](#api-rest-api-3-notificationscheme-get) resource to get a list of notification scheme IDs. -
permissionScheme
The ID of the permission scheme for the project. Use the [Get all permission schemes](#api-rest-api-3-permissionscheme-get) resource to see a list of all permission scheme IDs. -
url
A link to information about this project, such as project documentation
-
-
Constructor Details
-
UpdateProjectDetails
Constructs a validated instance ofUpdateProjectDetails.- Parameters:
spec- the specification to process
-
UpdateProjectDetails
@Internal public UpdateProjectDetails(UpdateProjectDetails.AssigneeTypeEnum assigneeType, Long avatarId, Long categoryId, String description, Long issueSecurityScheme, String key, String lead, String leadAccountId, String name, Long notificationScheme, Long permissionScheme, String url) Constructs a validated instance ofUpdateProjectDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateProjectDetails(Consumer)instead.- Parameters:
assigneeType- The default assignee when creating issues for this project.avatarId- An integer value for the project's avatar.categoryId- The ID of the project's category. A complete list of category IDs is found using the [Get all project categories](#api-rest-api-3-projectCategory-get) operation. To remove the project category from the project, set the value to-1.description- A brief description of the project.issueSecurityScheme- The ID of the issue security scheme for the project, which enables you to control who can and cannot view issues. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get) resource to get all issue security scheme IDs.key- Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters.lead- This parameter is deprecated because of privacy changes. UseleadAccountIdinstead. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The user name of the project lead. Cannot be provided withleadAccountId.leadAccountId- The account ID of the project lead. Cannot be provided withlead.name- The name of the project.notificationScheme- The ID of the notification scheme for the project. Use the [Get notification schemes](#api-rest-api-3-notificationscheme-get) resource to get a list of notification scheme IDs.permissionScheme- The ID of the permission scheme for the project. Use the [Get all permission schemes](#api-rest-api-3-permissionscheme-get) resource to see a list of all permission scheme IDs.url- A link to information about this project, such as project documentation
-
UpdateProjectDetails
protected UpdateProjectDetails()
-
-
Method Details
-
builder
-
assigneeType
The default assignee when creating issues for this project. -
avatarId
An integer value for the project's avatar. -
categoryId
The ID of the project's category. A complete list of category IDs is found using the [Get all project categories](#api-rest-api-3-projectCategory-get) operation. To remove the project category from the project, set the value to-1. -
description
A brief description of the project. -
issueSecurityScheme
The ID of the issue security scheme for the project, which enables you to control who can and cannot view issues. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get) resource to get all issue security scheme IDs. -
key
Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters. -
lead
This parameter is deprecated because of privacy changes. UseleadAccountIdinstead. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The user name of the project lead. Cannot be provided withleadAccountId. -
leadAccountId
The account ID of the project lead. Cannot be provided withlead. -
name
The name of the project. -
notificationScheme
The ID of the notification scheme for the project. Use the [Get notification schemes](#api-rest-api-3-notificationscheme-get) resource to get a list of notification scheme IDs. -
permissionScheme
The ID of the permission scheme for the project. Use the [Get all permission schemes](#api-rest-api-3-permissionscheme-get) resource to see a list of all permission scheme IDs. -
url
A link to information about this project, such as project documentation -
assigneeType
The default assignee when creating issues for this project.- Returns:
this.
-
avatarId
An integer value for the project's avatar.- Returns:
this.
-
categoryId
The ID of the project's category. A complete list of category IDs is found using the [Get all project categories](#api-rest-api-3-projectCategory-get) operation. To remove the project category from the project, set the value to-1.- Returns:
this.
-
description
A brief description of the project.- Returns:
this.
-
issueSecurityScheme
The ID of the issue security scheme for the project, which enables you to control who can and cannot view issues. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get) resource to get all issue security scheme IDs.- Returns:
this.
-
key
Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters.- Returns:
this.
-
lead
This parameter is deprecated because of privacy changes. UseleadAccountIdinstead. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The user name of the project lead. Cannot be provided withleadAccountId.- Returns:
this.
-
leadAccountId
The account ID of the project lead. Cannot be provided withlead.- Returns:
this.
-
name
The name of the project.- Returns:
this.
-
notificationScheme
The ID of the notification scheme for the project. Use the [Get notification schemes](#api-rest-api-3-notificationscheme-get) resource to get a list of notification scheme IDs.- Returns:
this.
-
permissionScheme
The ID of the permission scheme for the project. Use the [Get all permission schemes](#api-rest-api-3-permissionscheme-get) resource to see a list of all permission scheme IDs.- Returns:
this.
-
url
A link to information about this project, such as project documentation- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-