Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the entity type BpContactToFuncAndDept.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<BpContactToFuncAndDept>

Methods

getAll

  • Returns a request builder for querying all BpContactToFuncAndDept entities.

    Returns GetAllRequestBuilder<BpContactToFuncAndDept>

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

getByKey

  • getByKey(relationshipNumber: string, businessPartnerCompany: string, businessPartnerPerson: string, validityEndDate: Moment): GetByKeyRequestBuilder<BpContactToFuncAndDept>

update

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

    Parameters

    Returns UpdateRequestBuilder<BpContactToFuncAndDept>

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

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>