Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the InspectionResultValue entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<InspectionResultValue>

Methods

create

  • Returns a request builder for creating a InspectionResultValue entity.

    Parameters

    Returns CreateRequestBuilder<InspectionResultValue>

    A request builder for creating requests that create an entity of type InspectionResultValue.

getAll

  • Returns a request builder for querying all InspectionResultValue entities.

    Returns GetAllRequestBuilder<InspectionResultValue>

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

getByKey

  • getByKey(inspectionLot: string, inspPlanOperationInternalId: string, inspectionCharacteristic: string, inspResultValueInternalId: string): GetByKeyRequestBuilder<InspectionResultValue>

update

  • Returns a request builder for updating an entity of type InspectionResultValue.

    Parameters

    Returns UpdateRequestBuilder<InspectionResultValue>

    A request builder for creating requests that update an entity of type InspectionResultValue.

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>