Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the InspectionMethod entity.

Hierarchy

Implements

Index

Properties

_entityConstructor

_entityConstructor: Constructable<InspectionMethod>

Methods

getAll

  • Returns a request builder for querying all InspectionMethod entities.

    Returns GetAllRequestBuilder<InspectionMethod>

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

getByKey

  • getByKey(inspectionMethod: string, inspectionMethodVersion: string, inspectionMethodPlant: string): GetByKeyRequestBuilder<InspectionMethod>

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>