Klasse GetPermittedProjectsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetPermittedProjectsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetPermittedProjectsOperationSpec
extends Object
GetPermittedProjectsSpec
Specification for the GetPermittedProjects operation.
Get permitted projects
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetPermittedProjectsOperationSpec(PermissionsKeysBean permissionsKeysBean) Constructs a validated instance ofGetPermittedProjectsOperationSpec.Constructs a validated instance ofGetPermittedProjectsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull PermissionsKeysBeanpermissionsKeysBean(@NotNull PermissionsKeysBean permissionsKeysBean) toString()voidvalidate()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
-
GetPermittedProjectsOperationSpec
@Internal public GetPermittedProjectsOperationSpec(Consumer<GetPermittedProjectsOperationSpec> spec) Constructs a validated instance ofGetPermittedProjectsOperationSpec.- Parameter:
spec- the specification to process
-
GetPermittedProjectsOperationSpec
Constructs a validated instance ofGetPermittedProjectsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
permissionsKeysBean-
-
GetPermittedProjectsOperationSpec
protected GetPermittedProjectsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
permissionsKeysBean
-
permissionsKeysBean
public GetPermittedProjectsOperationSpec permissionsKeysBean(@NotNull @NotNull PermissionsKeysBean permissionsKeysBean) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-