Sort

class Sort

An object that contains the SortBy and SortOrder attributes.

Types

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

Properties

Link copied to clipboard

The attribute on which the data is grouped, which can be by StartTime and EndTime. The default value is EndTime.

Link copied to clipboard

The sorting order, which 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