Uses of Enum Class
org.nasdanika.models.gitlab.AccessLevel
Packages that use AccessLevel
-
Uses of AccessLevel in org.nasdanika.models.gitlab
Fields in org.nasdanika.models.gitlab with type parameters of type AccessLevelModifier and TypeFieldDescriptionstatic final List<AccessLevel>AccessLevel.VALUESA public read-only list of all the 'Access Level' enumerators.Methods in org.nasdanika.models.gitlab that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevelAccessLevel.get(int value) Returns the 'Access Level' literal with the specified integer value.static AccessLevelReturns the 'Access Level' literal with the specified literal value.Member.getAccessLevel()Returns the value of the 'Access Level' attribute.ProjectAccess.getAccessLevel()Returns the value of the 'Access Level' attribute.ProjectSharedGroup.getAccessLevel()Returns the value of the 'Access Level' attribute.static AccessLevelReturns the 'Access Level' literal with the specified name.static AccessLevelReturns the enum constant of this class with the specified name.static AccessLevel[]AccessLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nasdanika.models.gitlab with parameters of type AccessLevelModifier and TypeMethodDescriptionvoidMember.setAccessLevel(AccessLevel value) Sets the value of the 'Access Level' attribute.voidProjectAccess.setAccessLevel(AccessLevel value) Sets the value of the 'Access Level' attribute.voidProjectSharedGroup.setAccessLevel(AccessLevel value) Sets the value of the 'Access Level' attribute. -
Uses of AccessLevel in org.nasdanika.models.gitlab.impl
Fields in org.nasdanika.models.gitlab.impl declared as AccessLevelModifier and TypeFieldDescriptionprotected static final AccessLevelMemberImpl.ACCESS_LEVEL_EDEFAULTThe default value of the 'Access Level' attribute.protected static final AccessLevelProjectAccessImpl.ACCESS_LEVEL_EDEFAULTThe default value of the 'Access Level' attribute.protected static final AccessLevelProjectSharedGroupImpl.ACCESS_LEVEL_EDEFAULTThe default value of the 'Access Level' attribute.Methods in org.nasdanika.models.gitlab.impl that return AccessLevelModifier and TypeMethodDescriptionGitLabFactoryImpl.createAccessLevelFromString(EDataType eDataType, String initialValue) MemberImpl.getAccessLevel()ProjectAccessImpl.getAccessLevel()ProjectSharedGroupImpl.getAccessLevel()Methods in org.nasdanika.models.gitlab.impl with parameters of type AccessLevelModifier and TypeMethodDescriptionvoidMemberImpl.setAccessLevel(AccessLevel newAccessLevel) voidProjectAccessImpl.setAccessLevel(AccessLevel newAccessLevel) voidProjectSharedGroupImpl.setAccessLevel(AccessLevel newAccessLevel)