Klasse CreateUserPropertyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.CreateUserPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateUserPropertyOperationSpec
extends Object
CreateUserPropertySpec
Specification for the CreateUserProperty operation.
Create user property by key
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateUserPropertyOperationSpec(String userId, String key, UserPropertyCreate body) Constructs a validated instance ofCreateUserPropertyOperationSpec.Constructs a validated instance ofCreateUserPropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull UserPropertyCreatebody()The user property to be created.body(@NotNull UserPropertyCreate body) The user property to be created.builder()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.The account ID of the user.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
-
CreateUserPropertyOperationSpec
Constructs a validated instance ofCreateUserPropertyOperationSpec.- Parameter:
spec- the specification to process
-
CreateUserPropertyOperationSpec
@Internal public CreateUserPropertyOperationSpec(String userId, String key, UserPropertyCreate body) Constructs a validated instance ofCreateUserPropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
userId- The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192key- The key of the user property.body- The user property to be created.
-
CreateUserPropertyOperationSpec
protected CreateUserPropertyOperationSpec()
-
-
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. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192 -
key
The key of the user property. -
body
The user property to be created. -
userId
The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192- Gibt zurück:
this.
-
key
The key of the user property.- Gibt zurück:
this.
-
body
The user property to be created.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-