SolutionSort

Configures the solutions' response sorting that enables partners to order solutions based on specified attributes.

Types

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

Properties

Link copied to clipboard

Specifies the attribute to sort by, such as Name, CreatedDate, or Status.

Link copied to clipboard

Specifies the sorting order, either Ascending or Descending. The default is Descending.

Functions

Link copied to clipboard
inline fun copy(block: SolutionSort.Builder.() -> Unit = {}): SolutionSort
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