ParentInfo

open class ParentInfo @JvmOverloads constructor(val sobjectType: String, val soupName: String, idFieldName: String? = null, modificationDateFieldName: String? = null, externalIdFieldName: String? = null)

Simple object to capture details of parent in parent-child relationship

Inheritors

Constructors

Link copied to clipboard
constructor(json: JSONObject)
constructor(sobjectType: String, soupName: String, idFieldName: String? = null, modificationDateFieldName: String? = null, externalIdFieldName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun asJSON(): JSONObject