Base Parameter Builder With Parent
BaseParameterBuilderWithParent
BaseParameterBuilderWithParent Objects
class BaseParameterBuilderWithParent()This class generate a builder by a dynamic content about specific parameter to an operation.
constructor
function constructor()Arguments:
ogapiInternalOpenGateAPI - this is configuration about Opengate North API.configobject - this is configuration about parameter operation.parentBaseOperationBuilder - this is a instance of BaseOperationBuilder
[createSetterNameMethod(config)]
function [createSetterNameMethod(config)]()build
function build() -> 'object'This has all knowledge to make a object.
Returns:
object
buildAndAppend
function buildAndAppend() -> 'BaseOperationBuilder'This method will invoke build and then it will append the parameter to operationBuilder with the correct way
Returns:
BaseOperationBuilder