class Crystalforce::BatchSubrequests

Overview

Batch API subrequests builder

Defined in:

crystalforce/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_version : String) #

[View source]

Instance Method Detail

def create(sobject : String, attrs) #

[View source]
def destroy(sobject : String, id : String) #

[View source]
def each_chunk(size, &) #

[View source]
def update(sobject : String, id : String, attrs) #

[View source]
def upsert(sobject : String, field : String, attrs) #

[View source]