Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the CustomerReturnScheduleLine entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<CustomerReturnScheduleLine>

Methods

getAll

  • Returns a request builder for querying all CustomerReturnScheduleLine entities.

    Returns GetAllRequestBuilder<CustomerReturnScheduleLine>

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

getByKey

  • getByKey(customerReturn: string, customerReturnItem: string, scheduleLine: string): GetByKeyRequestBuilder<CustomerReturnScheduleLine>

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>