ChangeSummary

This object is a container for common summary information about the change. The summary doesn't contain the whole change structure.

Types

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

Properties

Link copied to clipboard

Optional name for the change.

Link copied to clipboard

The type of the change.

Link copied to clipboard

This object contains details specific to the change type of the requested change.

Link copied to clipboard

The JSON value of the details specific to the change type of the requested change.

Link copied to clipboard

The entity to be changed.

Link copied to clipboard

An array of ErrorDetail objects associated with the change.

Functions

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