PortalGroupSortField

@Serializable(with = PortalGroupSortFieldSerializer::class)
sealed class PortalGroupSortField : UnknownStringEncodable

Signifies the field by which items in a portal group are sorted.

Since

200.0.0

Inheritors

Types

Link copied to clipboard

The average rating of the item.

Link copied to clipboard

The date the item was created.

Link copied to clipboard

The date the item was last modified.

Link copied to clipboard

The owner of the item.

Link copied to clipboard

The title of the item.

Link copied to clipboard
class Unknown(unknownState: String) : PortalGroupSortField

Sort field is unknown.

Link copied to clipboard

The number of views of the item.

Properties

Link copied to clipboard
open override val encoding: String