Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the SalesSchedgAgrmtSchedLine entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<SalesSchedgAgrmtSchedLine>

Methods

getAll

  • Returns a request builder for querying all SalesSchedgAgrmtSchedLine entities.

    Returns GetAllRequestBuilder<SalesSchedgAgrmtSchedLine>

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

getByKey

  • getByKey(salesSchedulingAgreement: string, salesSchedulingAgreementItem: string, scheduleLine: string): GetByKeyRequestBuilder<SalesSchedgAgrmtSchedLine>

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>