Class UsersUserKeys
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UsersUserKeys
UsersUserKeys
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUsersUserKeys(Consumer<UsersUserKeys> spec) Constructs a validated instance ofUsersUserKeys.Constructs a validated instance ofUsersUserKeys. -
Method Summary
-
Field Details
-
users
-
userKeys
-
Links
-
-
Constructor Details
-
UsersUserKeys
Constructs a validated instance ofUsersUserKeys.- Parameters:
spec- the specification to process
-
UsersUserKeys
@Internal public UsersUserKeys(List<Map<String, Object>> users, List<String> userKeys, Map<String, Object> Links) Constructs a validated instance ofUsersUserKeys.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UsersUserKeys(Consumer)instead.- Parameters:
users- usersuserKeys- userKeysLinks- Links
-
UsersUserKeys
protected UsersUserKeys()
-
-
Method Details