Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Change custom attribute for the given user
|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
String key,
String value)
Changes custom attribute for the given user
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Creates custom attribute for the given user
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
String key,
String value)
Creates custom attribute for the given user
|
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Change custom attribute for the given user
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Creates custom attribute for the given user
|
void |
UserApi.deleteCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Delete a custom attribute for the given user
|
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
CustomAttribute.withKey(String key) |
CustomAttribute |
CustomAttribute.withValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<CustomAttribute> |
AbstractUser.getCustomAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUser.setCustomAttributes(List<CustomAttribute> customAttributes) |
U |
AbstractUser.withCustomAttributes(List<CustomAttribute> customAttributes) |
Copyright © 2019. All rights reserved.