Uses of Class
org.gitlab4j.api.models.CustomAttribute
Packages that use CustomAttribute
-
Uses of CustomAttribute in org.gitlab4j.api
Methods in org.gitlab4j.api that return CustomAttributeModifier and TypeMethodDescriptionUserApi.changeCustomAttribute
(Object userIdOrUsername, String key, String value) Changes custom attribute for the given userUserApi.changeCustomAttribute
(Object userIdOrUsername, CustomAttribute customAttribute) Change custom attribute for the given userUserApi.createCustomAttribute
(Object userIdOrUsername, String key, String value) Creates custom attribute for the given userUserApi.createCustomAttribute
(Object userIdOrUsername, CustomAttribute customAttribute) Creates custom attribute for the given userGroupApi.getCustomAttribute
(Object groupIdOrPath, String key) Get a single custom attribute for the specified group.ProjectApi.getCustomAttribute
(Object projectIdOrPath, String key) Get a single custom attribute for the specified project.GroupApi.setCustomAttribute
(Object groupIdOrPath, String key, String value) Set a custom attribute for the specified group.ProjectApi.setCustomAttribute
(Object projectIdOrPath, String key, String value) Set a custom attribute for the specified project.Methods in org.gitlab4j.api that return types with arguments of type CustomAttributeModifier and TypeMethodDescriptionGroupApi.geOptionalCustomAttribute
(Object groupIdOrPath, String key) Get an Optional instance with the value for a single custom attribute for the specified group.ProjectApi.geOptionalCustomAttribute
(Object projectIdOrPath, String key) Get an Optional instance with the value for a single custom attribute for the specified project.GroupApi.getCustomAttributes
(Object groupIdOrPath) Get all custom attributes for the specified group.GroupApi.getCustomAttributes
(Object groupIdOrPath, int itemsPerPage) Get a Pager of custom attributes for the specified group.ProjectApi.getCustomAttributes
(Object projectIdOrPath) Get all custom attributes for the specified project.ProjectApi.getCustomAttributes
(Object projectIdOrPath, int itemsPerPage) Get a Pager of custom attributes for the specified project.GroupApi.getCustomAttributesStream
(Object groupIdOrPath) Get a Stream of all custom attributes for the specified group.ProjectApi.getCustomAttributesStream
(Object projectIdOrPath) Get a Stream of all custom attributes for the specified project.Methods in org.gitlab4j.api with parameters of type CustomAttributeModifier and TypeMethodDescriptionUserApi.changeCustomAttribute
(Object userIdOrUsername, CustomAttribute customAttribute) Change custom attribute for the given userUserApi.createCustomAttribute
(Object userIdOrUsername, CustomAttribute customAttribute) Creates custom attribute for the given uservoid
UserApi.deleteCustomAttribute
(Object userIdOrUsername, CustomAttribute customAttribute) Delete a custom attribute for the given user -
Uses of CustomAttribute in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return CustomAttributeModifier and TypeMethodDescriptionMethods in org.gitlab4j.api.models that return types with arguments of type CustomAttributeMethod parameters in org.gitlab4j.api.models with type arguments of type CustomAttributeModifier and TypeMethodDescriptionvoid
Project.setCustomAttributes
(List<CustomAttribute> customAttributes) void
User.setCustomAttributes
(List<CustomAttribute> customAttributes) User.withCustomAttributes
(List<CustomAttribute> customAttributes)