Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the SpecCharByValueAssgmtInst entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<SpecCharByValueAssgmtInst>

Methods

getAll

  • Returns a request builder for querying all SpecCharByValueAssgmtInst entities.

    Returns GetAllRequestBuilder<SpecCharByValueAssgmtInst>

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

getByKey

  • getByKey(specificationInternalId: string, specValAssgmtType: string, specificationRating: string, specificationValidityArea: string): GetByKeyRequestBuilder<SpecCharByValueAssgmtInst>

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>