Home Manual Reference Source Test Repository
public class | source

Geocluster

Extends:

BaseProvision → Geocluster

This is a base object that contains all you can do about geocluster.

Constructor Summary

Public Constructor
public

Constructor

Method Summary

Public Methods
public

update(): *

public

Set the identifier attribute

Inherited Summary

From class BaseProvision
public

This invoke a request to OpenGate North API and the callback is managed by promises This function create a entity of provision

public

delete(body: *): Promise

This invoke a request to OpenGate North API and the callback is managed by promises This function deletes a entity of provision

public

This invoke a request to OpenGate North API and the callback is managed by promises This function updates a entity of provision

Public Constructors

public constructor(Reference: InternalOpenGateAPI) source

Constructor

Override:

BaseProvision#constructor

Params:

NameTypeAttributeDescription
Reference InternalOpenGateAPI

to the API object.

Public Methods

public update(): * source

This invoke a request to OpenGate North API and the callback is managed by promises This function updates a entity of provision

Override:

BaseProvision#update

Return:

*

public withIdentifier(identifier: string): Geocluster source

Set the identifier attribute

Params:

NameTypeAttributeDescription
identifier string

required field

Return:

Geocluster