ComponentResponse

An object that returns information about a component type create or update request.

Types

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

Properties

Link copied to clipboard

This flag notes whether all compositeComponents are returned in the API response.

Link copied to clipboard

This flag notes whether all properties of the component are returned in the API response. The maximum number of properties returned is 800.

Link copied to clipboard

The name of the component.

Link copied to clipboard

The ID of the component type.

Link copied to clipboard

This lists objects that contain information about the compositeComponents.

Link copied to clipboard

The name of the property definition set in the request.

Link copied to clipboard

The description of the component type.

Link copied to clipboard

An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.

Link copied to clipboard
Link copied to clipboard

The status of the component type.

Link copied to clipboard

The syncSource of the sync job, if this entity was created by a sync job.

Functions

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