Klasse GetProjectRoleDetailsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetProjectRoleDetailsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetProjectRoleDetailsOperationSpec
extends Object
GetProjectRoleDetailsSpec
Specification for the GetProjectRoleDetails operation.
Get project role details
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetProjectRoleDetailsOperationSpec
(String projectIdOrKey, Boolean currentMember, Boolean excludeConnectAddons) Constructs a validated instance ofGetProjectRoleDetailsOperationSpec
.Constructs a validated instance ofGetProjectRoleDetailsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetProjectRoleDetailsOperationSpec
@Internal public GetProjectRoleDetailsOperationSpec(Consumer<GetProjectRoleDetailsOperationSpec> spec) Constructs a validated instance ofGetProjectRoleDetailsOperationSpec
.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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).- Gibt zurück:
this
.
-
currentMember
Whether the roles should be filtered to include only those the user is assigned to.- Gibt zurück:
this
.
-
excludeConnectAddons
public GetProjectRoleDetailsOperationSpec excludeConnectAddons(@Nullable @Nullable Boolean excludeConnectAddons) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-