VersionAccess enum
The access permissions of a version in a branch-versioned service.
Constructors
- VersionAccess()
-
const
Values
- public → const VersionAccess
-
The version is public.
Any portal user can view and edit the version.
- protected → const VersionAccess
-
The version is protected.
Any portal user can view, but only the version owner, feature layer owner, and portal administrator can edit the version.
- private → const VersionAccess
-
The version is private.
Only the version owner, feature layer owner, and portal administrator can view and edit the version.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
VersionAccess> - A constant List of the values in this enum, in order of their declaration.