BriefcaseObjectInfo

class BriefcaseObjectInfo @JvmOverloads constructor(val soupName: String, val sobjectType: String, val fieldlist: List<String>, idFieldName: String? = null, modificationDateFieldName: String? = null)

Capture fields that we want to sync down for a given object type (and record type) in a briefcase

Constructors

Link copied to clipboard
constructor(json: JSONObject)
constructor(soupName: String, sobjectType: String, fieldlist: List<String>, idFieldName: String? = null, modificationDateFieldName: 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