Class GetIssueSecurityLevelMembersOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetIssueSecurityLevelMembersOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetIssueSecurityLevelMembersOperationSpec
extends Object
GetIssueSecurityLevelMembersSpec
Specification for the GetIssueSecurityLevelMembers operation.
Get issue security level members
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetIssueSecurityLevelMembersOperationSpec
(Long issueSecuritySchemeId, Long startAt, Integer maxResults, Set<String> issueSecurityLevelId, String expand) Constructs a validated instance ofGetIssueSecurityLevelMembersOperationSpec
.Constructs a validated instance ofGetIssueSecurityLevelMembersOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
expand()
Use expand to include additional information in the response.Use expand to include additional information in the response.int
hashCode()
The list of issue security level IDs.issueSecurityLevelId
(@Nullable Set<String> issueSecurityLevelId) The list of issue security level IDs.@NotNull Long
The ID of the issue security scheme.issueSecuritySchemeId
(@NotNull Long issueSecuritySchemeId) The ID of the issue security scheme.@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable Long
startAt()
The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetIssueSecurityLevelMembersOperationSpec
@Internal public GetIssueSecurityLevelMembersOperationSpec(Consumer<GetIssueSecurityLevelMembersOperationSpec> spec) Constructs a validated instance ofGetIssueSecurityLevelMembersOperationSpec
.- Parameters:
spec
- the specification to process
-
GetIssueSecurityLevelMembersOperationSpec
@Internal public GetIssueSecurityLevelMembersOperationSpec(Long issueSecuritySchemeId, Long startAt, Integer maxResults, Set<String> issueSecurityLevelId, String expand) Constructs a validated instance ofGetIssueSecurityLevelMembersOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
issueSecuritySchemeId
- The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-2-issuesecurityschemes-get) operation to get a list of issue security scheme IDs.startAt
- The index of the first item to return in a page of results (page offset).maxResults
- The maximum number of items to return per page.issueSecurityLevelId
- The list of issue security level IDs. To include multiple issue security levels separate IDs with ampersand:issueSecurityLevelId=10000&issueSecurityLevelId=10001
.expand
- Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *all
Returns all expandable information. *field
Returns information about the custom field granted the permission. *group
Returns information about the group that is granted the permission. *projectRole
Returns information about the project role granted the permission. *user
Returns information about the user who is granted the permission.
-
GetIssueSecurityLevelMembersOperationSpec
protected GetIssueSecurityLevelMembersOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static GetIssueSecurityLevelMembersOperationSpec.GetIssueSecurityLevelMembersOperationSpecBuilder builder() -
issueSecuritySchemeId
The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-2-issuesecurityschemes-get) operation to get a list of issue security scheme IDs. -
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
issueSecurityLevelId
The list of issue security level IDs. To include multiple issue security levels separate IDs with ampersand:issueSecurityLevelId=10000&issueSecurityLevelId=10001
. -
expand
Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *all
Returns all expandable information. *field
Returns information about the custom field granted the permission. *group
Returns information about the group that is granted the permission. *projectRole
Returns information about the project role granted the permission. *user
Returns information about the user who is granted the permission. -
issueSecuritySchemeId
public GetIssueSecurityLevelMembersOperationSpec issueSecuritySchemeId(@NotNull @NotNull Long issueSecuritySchemeId) The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-2-issuesecurityschemes-get) operation to get a list of issue security scheme IDs.- Returns:
this
.
-
startAt
The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
The maximum number of items to return per page.- Returns:
this
.
-
issueSecurityLevelId
public GetIssueSecurityLevelMembersOperationSpec issueSecurityLevelId(@Nullable @Nullable Set<String> issueSecurityLevelId) The list of issue security level IDs. To include multiple issue security levels separate IDs with ampersand:issueSecurityLevelId=10000&issueSecurityLevelId=10001
.- Returns:
this
.
-
expand
Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *all
Returns all expandable information. *field
Returns information about the custom field granted the permission. *group
Returns information about the group that is granted the permission. *projectRole
Returns information about the project role granted the permission. *user
Returns information about the user who is granted the permission.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-