Class GetProjectRoleDetailsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetProjectRoleDetailsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetProjectRoleDetailsOperationSpec
extends Object
GetProjectRoleDetailsSpec
Specification for the GetProjectRoleDetails operation.
Get project role details
-
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
GetProjectRoleDetailsOperationSpec
(String projectIdOrKey, Boolean currentMember, Boolean excludeConnectAddons) Constructs a validated instance ofGetProjectRoleDetailsOperationSpec
.Constructs a validated instance ofGetProjectRoleDetailsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
@Nullable Boolean
Whether the roles should be filtered to include only those the user is assigned to.currentMember
(@Nullable Boolean currentMember) Whether the roles should be filtered to include only those the user is assigned to.boolean
@Nullable Boolean
excludeConnectAddons
(@Nullable Boolean excludeConnectAddons) int
hashCode()
@NotNull String
The project ID or project key (case sensitive).projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).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
-
GetProjectRoleDetailsOperationSpec
@Internal public GetProjectRoleDetailsOperationSpec(Consumer<GetProjectRoleDetailsOperationSpec> spec) Constructs a validated instance ofGetProjectRoleDetailsOperationSpec
.- Parameters:
spec
- the specification to process
-
GetProjectRoleDetailsOperationSpec
@Internal public GetProjectRoleDetailsOperationSpec(String projectIdOrKey, Boolean currentMember, Boolean excludeConnectAddons) Constructs a validated instance ofGetProjectRoleDetailsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
projectIdOrKey
- The project ID or project key (case sensitive).currentMember
- Whether the roles should be filtered to include only those the user is assigned to.excludeConnectAddons
-
-
GetProjectRoleDetailsOperationSpec
protected GetProjectRoleDetailsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static GetProjectRoleDetailsOperationSpec.GetProjectRoleDetailsOperationSpecBuilder builder() -
projectIdOrKey
The project ID or project key (case sensitive). -
currentMember
Whether the roles should be filtered to include only those the user is assigned to. -
excludeConnectAddons
-
projectIdOrKey
The project ID or project key (case sensitive).- Returns:
this
.
-
currentMember
Whether the roles should be filtered to include only those the user is assigned to.- Returns:
this
.
-
excludeConnectAddons
public GetProjectRoleDetailsOperationSpec excludeConnectAddons(@Nullable @Nullable Boolean excludeConnectAddons) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-