Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the BusVolFldCombnSetTypeAssgmt entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<BusVolFldCombnSetTypeAssgmt>

Methods

getAll

  • Returns a request builder for querying all BusVolFldCombnSetTypeAssgmt entities.

    Returns GetAllRequestBuilder<BusVolFldCombnSetTypeAssgmt>

    A request builder for creating requests to retrieve all BusVolFldCombnSetTypeAssgmt entities.

getByKey

  • getByKey(cndnContrType: string, busVolFldCombnSet: string, busVolFieldCombnType: string): GetByKeyRequestBuilder<BusVolFldCombnSetTypeAssgmt>

Static forEntity

  • forEntity<EntityCT>(entity: EntityCT): EntityBasedRequestBuilder<EntityCT>
  • Type parameters

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>