ObjectTypeField

Represents a field in a ProfileObjectType.

Types

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

Properties

Link copied to clipboard

The content type of the field. Used for determining equality when searching.

Link copied to clipboard

A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.

Link copied to clipboard

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

Functions

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