fferpcore.ImportDatabaseRequestglobal inherited sharing class ImportDatabaseRequest This class represents a request to import a single record via the Import/Export service. EnumsOptionAvailable options for an fferpcore.ImportDatabaseRequest
Methods
setOptionglobal void setOption(fferpcore.ImportDatabaseRequest.Option option) Sets the action that should be carried out when importing the parent DatabaseRequestContainer Input Parameters
Exceptions Thrown
getValidOptionsglobal Set<fferpcore.ImportDatabaseRequest.Option> getValidOptions() Gets the set of valid options for this request. Return ValueA set of valid options for this request. getMessagesglobal Set<String> getMessages() Get a list of contextual messages pertaining to this import request. Return ValueA list of messages. getNameglobal String getName() Get a name to identify what record this import request is importing Return ValueA name. getDescriptionglobal String getDescription() Get the description of the record to be imported Return ValueA description. getSObjectTypeglobal SObjectType getSObjectType() Get the SObjectType for this database request Return ValueAn SObjectType |