Change

class Change

Represents a single change within a collaboration change request, containing the change identifier and specification.

Types

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

Properties

Link copied to clipboard

The specification details for this change.

Link copied to clipboard

The type of specification for this change.

Link copied to clipboard

The list of change types that were applied.

Functions

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