Uses of Interface
org.nasdanika.models.gitlab.AbstractUser
Packages that use AbstractUser
Package
Description
-
Uses of AbstractUser in org.nasdanika.models.gitlab
Subinterfaces of AbstractUser in org.nasdanika.models.gitlabModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Contributor'.interfaceA representation of the model object 'Member'.interfaceA representation of the model object 'Owner'.interfaceA representation of the model object 'User'. -
Uses of AbstractUser in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement AbstractUserModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract User'.classAn implementation of the model object 'Contributor'.classAn implementation of the model object 'Member'.classAn implementation of the model object 'Owner'.classAn implementation of the model object 'User'. -
Uses of AbstractUser in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util with parameters of type AbstractUserModifier and TypeMethodDescriptionGitLabSwitch.caseAbstractUser(AbstractUser object) Returns the result of interpreting the object as an instance of 'Abstract User'.protected voidLoader.populateAbstractUser(org.gitlab4j.api.models.AbstractUser<?> apiUser, AbstractUser user) protected voidLoaderOld.populateAbstractUser(org.gitlab4j.api.models.AbstractUser<?> apiUser, AbstractUser user) Deprecated.