Klasse GetUserPropertyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetUserPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserPropertyOperationSpec
extends Object
GetUserPropertySpec
Specification for the GetUserProperty operation.
Get user property
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetUserPropertyOperationSpec(String userId, String key) Constructs a validated instance ofGetUserPropertyOperationSpec.Constructs a validated instance ofGetUserPropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Stringkey()The key of the user property.The key of the user property.toString()@NotNull StringuserId()The account ID of the user to be queried for its properties.The account ID of the user to be queried for its properties.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
-
GetUserPropertyOperationSpec
Constructs a validated instance ofGetUserPropertyOperationSpec.- Parameter:
spec- the specification to process
-
GetUserPropertyOperationSpec
Constructs a validated instance ofGetUserPropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
userId- The account ID of the user to be queried for its properties.key- The key of the user property.
-
GetUserPropertyOperationSpec
protected GetUserPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
userId
The account ID of the user to be queried for its properties. -
key
The key of the user property. -
userId
The account ID of the user to be queried for its properties.- Gibt zurück:
this.
-
key
The key of the user property.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-