Home Manual Reference Source Test Repository
public class | source

BaseParameterBuilderWithParent

This class generate a builder by a dynamic content about specific parameter to an operation.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Method Summary

Public Methods
public

This has all knowledge to make a object.

public

This method will invoke build and then it will append the parameter to operationBuilder with the correct way

Public Constructors

public constructor(ogapi: InternalOpenGateAPI, config: object, parent: BaseOperationBuilder) source

Params:

NameTypeAttributeDescription
ogapi InternalOpenGateAPI
  • nullable: false

this is configuration about Opengate North API.

config object
  • nullable: false

this is configuration about parameter operation.

parent BaseOperationBuilder
  • nullable: false

this is a instance of BaseOperationBuilder

Public Members

public [createSetterNameMethod(config)]: * source

Public Methods

public build(): object source

This has all knowledge to make a object.

Return:

object

public buildAndAppend(): BaseOperationBuilder source

This method will invoke build and then it will append the parameter to operationBuilder with the correct way