FarmBeatsExtensions interface

Interface die een FarmBeatsExtensions vertegenwoordigt.

Methoden

get(string, FarmBeatsExtensionsGetOptionalParams)

Haal de farmBeats-extensie op.

list(FarmBeatsExtensionsListOptionalParams)

Lijst met farmBeats-extensie ophalen.

Methodedetails

get(string, FarmBeatsExtensionsGetOptionalParams)

Haal de farmBeats-extensie op.

function get(farmBeatsExtensionId: string, options?: FarmBeatsExtensionsGetOptionalParams): Promise<FarmBeatsExtension>

Parameters

farmBeatsExtensionId

string

farmBeatsExtensionId die moet worden opgevraagd.

options
FarmBeatsExtensionsGetOptionalParams

De optiesparameters.

Retouren

list(FarmBeatsExtensionsListOptionalParams)

Lijst met farmBeats-extensie ophalen.

function list(options?: FarmBeatsExtensionsListOptionalParams): PagedAsyncIterableIterator<FarmBeatsExtension, FarmBeatsExtension[], PageSettings>

Parameters

options
FarmBeatsExtensionsListOptionalParams

De optiesparameters.

Retouren