Klasse GetCurrentUserOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetCurrentUserOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetCurrentUserOperationSpec
extends Object
GetCurrentUserSpec
Specification for the GetCurrentUser operation.
Get current user
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofGetCurrentUserOperationSpec.GetCurrentUserOperationSpec(List<String> expand) Constructs a validated instance ofGetCurrentUserOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()A multi-value parameter indicating which properties of the user to expand.A multi-value parameter indicating which properties of the user to expand.inthashCode()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
-
GetCurrentUserOperationSpec
Constructs a validated instance ofGetCurrentUserOperationSpec.- Parameter:
spec- the specification to process
-
GetCurrentUserOperationSpec
Constructs a validated instance ofGetCurrentUserOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
expand- A multi-value parameter indicating which properties of the user to expand. -operationsreturns the operations that the user is allowed to do. -personalSpacereturns the user's personal space, if it exists. -isExternalCollaboratorreturns whether the user is an external collaborator user.
-
GetCurrentUserOperationSpec
protected GetCurrentUserOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
expand
A multi-value parameter indicating which properties of the user to expand. -operationsreturns the operations that the user is allowed to do. -personalSpacereturns the user's personal space, if it exists. -isExternalCollaboratorreturns whether the user is an external collaborator user. -
expand
A multi-value parameter indicating which properties of the user to expand. -operationsreturns the operations that the user is allowed to do. -personalSpacereturns the user's personal space, if it exists. -isExternalCollaboratorreturns whether the user is an external collaborator user.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-