Base Parameter Builder With Parent
This class generate a builder by a dynamic content about specific parameter to an operation.
constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | this is configuration about Opengate North API. |
| config | object |
❌ | this is configuration about parameter operation. |
| parent | BaseOperationBuilder |
❌ | this is a instance of BaseOperationBuilder |
build()
This has all knowledge to make a object.
Retorna
Tip
Tipo: object
buildAndAppend()
This method will invoke build and then it will append the parameter to operationBuilder with the correct way
Retorna
Tip
Tipo: BaseOperationBuilder