Klasse GetUserPropertiesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetUserPropertiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserPropertiesOperationSpec
extends Object
GetUserPropertiesSpec
Specification for the GetUserProperties operation.
Get user properties
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetUserPropertiesOperationSpec(String userId, Integer start, Integer limit) Constructs a validated instance ofGetUserPropertiesOperationSpec.Constructs a validated instance ofGetUserPropertiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@Nullable Integerlimit()The maximum number of properties to return per page.The maximum number of properties to return per page.@Nullable Integerstart()The starting index of the returned properties.The starting index of the returned properties.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
-
GetUserPropertiesOperationSpec
Constructs a validated instance ofGetUserPropertiesOperationSpec.- Parameter:
spec- the specification to process
-
GetUserPropertiesOperationSpec
Constructs a validated instance ofGetUserPropertiesOperationSpec.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.start- The starting index of the returned properties.limit- The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.
-
GetUserPropertiesOperationSpec
protected GetUserPropertiesOperationSpec()
-
-
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. -
start
The starting index of the returned properties. -
limit
The maximum number of properties to return per page. Note, this may be restricted by fixed system limits. -
userId
The account ID of the user to be queried for its properties.- Gibt zurück:
this.
-
start
The starting index of the returned properties.- Gibt zurück:
this.
-
limit
The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-