Class GetCreateIssueMetadataOptionsBuilder
java.lang.Object
com.atlassian.jira.rest.client.api.GetCreateIssueMetadataOptionsBuilder
Builder class for
GetCreateIssueMetadataOptions. All fields are optional so set only those that
you need and use build() method to build new
GetCreateIssueMetadataOptions class.
Please note that all setters for fields sets given value instead of adding it.it
to previously set. For example doing:
new GetCreateIssueMetadataOptionsBuilder().withExpandos("ONE", "TWO").withExpandos("THREE").build()
will result in creating new GetCreateIssueMetadataOptions with only one field marked to be expanded - "THREE"
- Since:
- v1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withExpandos(Iterable<String> expandos) withExpandos(String... expandos) withIssueTypeIds(Iterable<Long> issueTypeIds) withIssueTypeIds(Long... issueTypeIds) withIssueTypeNames(Iterable<String> issueTypeNames) withIssueTypeNames(String... issueTypeNames) withProjectIds(Iterable<Long> projectIds) withProjectIds(Long... projectIds) withProjectKeys(Iterable<String> projectKeys) withProjectKeys(String... projectKeys)
-
Constructor Details
-
GetCreateIssueMetadataOptionsBuilder
public GetCreateIssueMetadataOptionsBuilder()
-
-
Method Details
-
withExpandos
-
withExpandos
-
withExpandedIssueTypesFields
-
withIssueTypeNames
-
withIssueTypeNames
-
withIssueTypeIds
-
withIssueTypeIds
-
withProjectKeys
-
withProjectKeys
-
withProjectIds
-
withProjectIds
-
build
-