PortalPrivilegeSubtype

@Serializable(with = PortalPrivilegeSubtypeSerializer::class)
sealed class PortalPrivilegeSubtype : UnknownStringEncodable

An enumeration of the fine-grained operation subtypes a portal privilege can permit.

Since

200.0.0

Inheritors

Types

Link copied to clipboard

The ability to perform closest facility tasks.

Link copied to clipboard

The ability to perform location-allocation tasks.

Link copied to clipboard

The privilege does not relate to a fine-grained operation.

Link copied to clipboard

The ability to perform optimized routing tasks.

Link copied to clipboard

The ability to perform origin-destination cost matrix tasks.

Link copied to clipboard

The ability to perform simple routing tasks.

Link copied to clipboard

The ability to perform service area tasks.

Link copied to clipboard

The ability to perform geocode operations and store the results, in a database for instance.

Link copied to clipboard

The ability to perform geocode operations in which the results are not stored.

Link copied to clipboard
class Unknown(val unknownState: String) : PortalPrivilegeSubtype

An unknown portal privilege subtype.

Link copied to clipboard

The ability to perform vehicle routing tasks.

Properties

Link copied to clipboard
open override val encoding: String