Sort

class Sort

An object that contains two attributes, SortBy and SortOrder.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For ListEntities, supported attributes include LastModifiedDate (default) and EntityId. In addition to LastModifiedDate and EntityId, each EntityType might support additional fields.

Link copied to clipboard

The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.

Functions

Link copied to clipboard
inline fun copy(block: Sort.Builder.() -> Unit = {}): Sort
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String