Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_PlannedOrderCapacity" of service "API_PLANNED_ORDERS". This service is part of the following communication scenarios: Production Planning Integration (SAP_COM_0104). See https://api.sap.com/api/API_PLANNED_ORDERS for more information.

Hierarchy

  • Entity
    • PlannedOrderCapacity

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Returns PlannedOrderCapacity

Properties

Protected _customFields

_customFields: MapType<any>

A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.

Protected _versionIdentifier

_versionIdentifier: string

The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".

Optional capacity

capacity: string

Capacity name. Description by which the capacity (for example, a machine capacity, a labor capacity or a move capacity) is to be created in the system (when creating the capacity) oris known in the system (when changing, displaying or using the capacity). Maximum length: 8.

nullable

Optional capacityCategoryCode

capacityCategoryCode: string

Capacity Category. Maximum length: 3.

nullable

capacityRequirement

capacityRequirement: string

ID of the Capacity Requirements Record. Maximum length: 12.

capacityRequirementItem

capacityRequirementItem: string

Capacity Requirement Item. Maximum length: 8.

Optional capacityRequirementUnit

capacityRequirementUnit: string

Unit of Measure for Capacity Requirements. This unit of measure is only taken into account if you have not set the indicator for the origin of the unit of measure. Maximum length: 3.

nullable

capacityRqmtItemCapacity

capacityRqmtItemCapacity: string

Individual Capacity of a Capacity Requirement Item. Maximum length: 4.

Optional lastChangeDateTime

lastChangeDateTime: Moment

Last Change to Planned Order: Time Stamp.

nullable

Optional mrpController

mrpController: string

MRP Controller. Maximum length: 3.

nullable

Optional mrpPlant

mrpPlant: string

Planning Plant. Number which clearly identifies the plant where the forecast, MRP or long-term planning is carried out. Maximum length: 4.

nullable

Optional operation

operation: string

Operation/Activity Number. Production Planning Determines in which order the operations of a sequence are carried out.Project SystemNumber that identifies an activity. Maximum length: 4.

nullable

Optional operationEarliestEndDate

operationEarliestEndDate: Moment

Earliest End Date. Earliest finish date of an operation.

nullable

Optional operationEarliestEndTime

operationEarliestEndTime: Time

Earliest End Time. Earliest finish time of an operation.

nullable

Optional operationEarliestStartDate

operationEarliestStartDate: Moment

Earliest Start Date. Earliest start date of an operation.

nullable

Optional operationEarliestStartTime

operationEarliestStartTime: Time

Earliest Start Time. Earliest start time of an operation.

nullable

Optional operationLatestEndDate

operationLatestEndDate: Moment

Latest End Date. Latest finish date of the operation.

nullable

Optional operationLatestEndTime

operationLatestEndTime: Time

Latest End Time. Latest finish time of the operation.

nullable

Optional operationLatestStartDate

operationLatestStartDate: Moment

Latest Start Date. This column contains the latest start date for this order.

nullable

Optional operationLatestStartTime

operationLatestStartTime: Time

Latest Start Time. This columm contains the latest start time for this order.

nullable

Optional operationText

operationText: string

Operation Short Text. Describes the operation or sub-operation. This text is copied into the first line of the long text for the operation or sub-operation.Character formats such as bold or italics are not supported in short texts. If you use special character formats in long texts, the system displays the corresponding control characters in the short text. Maximum length: 40.

nullable

Optional plannedOrder

plannedOrder: string

Planned Order. Number that specifically identifies a planned order for a material. Maximum length: 10.

nullable

Optional plannedOrderType

plannedOrderType: string

Planned Order Type. Controls for which order type (for example, standard order, stock order) the planned order is provided for. Maximum length: 4.

nullable

Optional remainingCapReqOpSegProcgDurn

remainingCapReqOpSegProcgDurn: number

Remaining Capacity Requirements for Processing.

nullable

Optional remainingCapReqOpSegSetupDurn

remainingCapReqOpSegSetupDurn: number

Remaining Capacity Requirements for Setup.

nullable

Optional remainingCapReqOpSegTrdwnDurn

remainingCapReqOpSegTrdwnDurn: number

Remaining Capacity Requirements for Teardown.

nullable

Protected remoteState

remoteState: object

The remote state of the entity. Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. It is stored as map, where the keys are stored in the format of VDM properties.

Type declaration

  • [keys: string]: any

Optional scheduledCapReqOpSegProcgDurn

scheduledCapReqOpSegProcgDurn: number

Scheduled Capacity Requirements for Processing.

nullable

Optional scheduledCapReqOpSegSetupDurn

scheduledCapReqOpSegSetupDurn: number

Scheduled Capacity Requirements for Setup.

nullable

Optional scheduledCapReqOpSegTrdwnDurn

scheduledCapReqOpSegTrdwnDurn: number

Scheduled Capacity Requirements for the Teardown.

nullable

Optional sequence

sequence: string

Sequence. Key which identifies a sequence of operations within a routing. Maximum length: 6.

nullable

Optional subOperation

subOperation: string

Suboperation. Determines in which order the sub-operations of an operation are listed. Maximum length: 4.

nullable

Optional unitOfMeasureIsoCode

unitOfMeasureIsoCode: string

ISO code for unit of measurement. ISO code for measurement units. An ISO code can be assigned to several internal measurement units of a dimension. The ISO code is important for EDI. It is used to convert the internal SAP measurement units into standard measurement units. Data exchange via EDI requires internal measurement units to be converted into standard measurement units.A list of the current internationally agreed ISO codes can be ordered from the UN commission responsible (WP.4 Trade Facilitation Recommendations, Recommendation 20):UN Economic Commission for EuropeInformation OfficePalais des Nations1211 GenevaSwitzerlande-mail: info.ece@unece.orgor viewed directly on the Internet:http://www.unece.org/cefact/codesfortrade/codes_index.htmFor more information, see SAP Note 69063. Maximum length: 3.

nullable

versionIdentifier

versionIdentifier: string

ETag version identifier accessor.

returns

The ETag version identifier of the retrieved entity, returns undefined if not retrieved

Optional workCenter

workCenter: string

Work Center. Maximum length: 8.

nullable

Static ALL_FIELDS

ALL_FIELDS: AllFields<PlannedOrderCapacity> = new AllFields('*', PlannedOrderCapacity)

All fields selector.

Static CAPACITY

CAPACITY: StringField<PlannedOrderCapacity> = new StringField('Capacity', PlannedOrderCapacity, 'Edm.String')

Static representation of the capacity property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CAPACITY_CATEGORY_CODE

CAPACITY_CATEGORY_CODE: StringField<PlannedOrderCapacity> = new StringField('CapacityCategoryCode', PlannedOrderCapacity, 'Edm.String')

Static representation of the capacityCategoryCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CAPACITY_REQUIREMENT

CAPACITY_REQUIREMENT: StringField<PlannedOrderCapacity> = new StringField('CapacityRequirement', PlannedOrderCapacity, 'Edm.String')

Static representation of the capacityRequirement property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CAPACITY_REQUIREMENT_ITEM

CAPACITY_REQUIREMENT_ITEM: StringField<PlannedOrderCapacity> = new StringField('CapacityRequirementItem', PlannedOrderCapacity, 'Edm.String')

Static representation of the capacityRequirementItem property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CAPACITY_REQUIREMENT_UNIT

CAPACITY_REQUIREMENT_UNIT: StringField<PlannedOrderCapacity> = new StringField('CapacityRequirementUnit', PlannedOrderCapacity, 'Edm.String')

Static representation of the capacityRequirementUnit property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CAPACITY_RQMT_ITEM_CAPACITY

CAPACITY_RQMT_ITEM_CAPACITY: StringField<PlannedOrderCapacity> = new StringField('CapacityRqmtItemCapacity', PlannedOrderCapacity, 'Edm.String')

Static representation of the capacityRqmtItemCapacity property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<PlannedOrderCapacity> = new DateField('LastChangeDateTime', PlannedOrderCapacity, 'Edm.DateTimeOffset')

Static representation of the lastChangeDateTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static MRP_CONTROLLER

MRP_CONTROLLER: StringField<PlannedOrderCapacity> = new StringField('MRPController', PlannedOrderCapacity, 'Edm.String')

Static representation of the mrpController property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static MRP_PLANT

MRP_PLANT: StringField<PlannedOrderCapacity> = new StringField('MRPPlant', PlannedOrderCapacity, 'Edm.String')

Static representation of the mrpPlant property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION

OPERATION: StringField<PlannedOrderCapacity> = new StringField('Operation', PlannedOrderCapacity, 'Edm.String')

Static representation of the operation property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_EARLIEST_END_DATE

OPERATION_EARLIEST_END_DATE: DateField<PlannedOrderCapacity> = new DateField('OperationEarliestEndDate', PlannedOrderCapacity, 'Edm.DateTime')

Static representation of the operationEarliestEndDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_EARLIEST_END_TIME

OPERATION_EARLIEST_END_TIME: TimeField<PlannedOrderCapacity> = new TimeField('OperationEarliestEndTime', PlannedOrderCapacity, 'Edm.Time')

Static representation of the operationEarliestEndTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_EARLIEST_START_DATE

OPERATION_EARLIEST_START_DATE: DateField<PlannedOrderCapacity> = new DateField('OperationEarliestStartDate', PlannedOrderCapacity, 'Edm.DateTime')

Static representation of the operationEarliestStartDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_EARLIEST_START_TIME

OPERATION_EARLIEST_START_TIME: TimeField<PlannedOrderCapacity> = new TimeField('OperationEarliestStartTime', PlannedOrderCapacity, 'Edm.Time')

Static representation of the operationEarliestStartTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_LATEST_END_DATE

OPERATION_LATEST_END_DATE: DateField<PlannedOrderCapacity> = new DateField('OperationLatestEndDate', PlannedOrderCapacity, 'Edm.DateTime')

Static representation of the operationLatestEndDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_LATEST_END_TIME

OPERATION_LATEST_END_TIME: TimeField<PlannedOrderCapacity> = new TimeField('OperationLatestEndTime', PlannedOrderCapacity, 'Edm.Time')

Static representation of the operationLatestEndTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_LATEST_START_DATE

OPERATION_LATEST_START_DATE: DateField<PlannedOrderCapacity> = new DateField('OperationLatestStartDate', PlannedOrderCapacity, 'Edm.DateTime')

Static representation of the operationLatestStartDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_LATEST_START_TIME

OPERATION_LATEST_START_TIME: TimeField<PlannedOrderCapacity> = new TimeField('OperationLatestStartTime', PlannedOrderCapacity, 'Edm.Time')

Static representation of the operationLatestStartTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static OPERATION_TEXT

OPERATION_TEXT: StringField<PlannedOrderCapacity> = new StringField('OperationText', PlannedOrderCapacity, 'Edm.String')

Static representation of the operationText property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PLANNED_ORDER

PLANNED_ORDER: StringField<PlannedOrderCapacity> = new StringField('PlannedOrder', PlannedOrderCapacity, 'Edm.String')

Static representation of the plannedOrder property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PLANNED_ORDER_TYPE

PLANNED_ORDER_TYPE: StringField<PlannedOrderCapacity> = new StringField('PlannedOrderType', PlannedOrderCapacity, 'Edm.String')

Static representation of the plannedOrderType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static REMAINING_CAP_REQ_OP_SEG_PROCG_DURN

REMAINING_CAP_REQ_OP_SEG_PROCG_DURN: NumberField<PlannedOrderCapacity> = new NumberField('RemainingCapReqOpSegProcgDurn', PlannedOrderCapacity, 'Edm.Double')

Static representation of the remainingCapReqOpSegProcgDurn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static REMAINING_CAP_REQ_OP_SEG_SETUP_DURN

REMAINING_CAP_REQ_OP_SEG_SETUP_DURN: NumberField<PlannedOrderCapacity> = new NumberField('RemainingCapReqOpSegSetupDurn', PlannedOrderCapacity, 'Edm.Double')

Static representation of the remainingCapReqOpSegSetupDurn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static REMAINING_CAP_REQ_OP_SEG_TRDWN_DURN

REMAINING_CAP_REQ_OP_SEG_TRDWN_DURN: NumberField<PlannedOrderCapacity> = new NumberField('RemainingCapReqOpSegTrdwnDurn', PlannedOrderCapacity, 'Edm.Double')

Static representation of the remainingCapReqOpSegTrdwnDurn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SCHEDULED_CAP_REQ_OP_SEG_PROCG_DURN

SCHEDULED_CAP_REQ_OP_SEG_PROCG_DURN: NumberField<PlannedOrderCapacity> = new NumberField('ScheduledCapReqOpSegProcgDurn', PlannedOrderCapacity, 'Edm.Double')

Static representation of the scheduledCapReqOpSegProcgDurn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SCHEDULED_CAP_REQ_OP_SEG_SETUP_DURN

SCHEDULED_CAP_REQ_OP_SEG_SETUP_DURN: NumberField<PlannedOrderCapacity> = new NumberField('ScheduledCapReqOpSegSetupDurn', PlannedOrderCapacity, 'Edm.Double')

Static representation of the scheduledCapReqOpSegSetupDurn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SCHEDULED_CAP_REQ_OP_SEG_TRDWN_DURN

SCHEDULED_CAP_REQ_OP_SEG_TRDWN_DURN: NumberField<PlannedOrderCapacity> = new NumberField('ScheduledCapReqOpSegTrdwnDurn', PlannedOrderCapacity, 'Edm.Double')

Static representation of the scheduledCapReqOpSegTrdwnDurn property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SEQUENCE

SEQUENCE: StringField<PlannedOrderCapacity> = new StringField('Sequence', PlannedOrderCapacity, 'Edm.String')

Static representation of the sequence property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUB_OPERATION

SUB_OPERATION: StringField<PlannedOrderCapacity> = new StringField('SubOperation', PlannedOrderCapacity, 'Edm.String')

Static representation of the subOperation property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static UNIT_OF_MEASURE_ISO_CODE

UNIT_OF_MEASURE_ISO_CODE: StringField<PlannedOrderCapacity> = new StringField('UnitOfMeasureISOCode', PlannedOrderCapacity, 'Edm.String')

Static representation of the unitOfMeasureIsoCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static WORK_CENTER

WORK_CENTER: StringField<PlannedOrderCapacity> = new StringField('WorkCenter', PlannedOrderCapacity, 'Edm.String')

Static representation of the workCenter property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: Array<StringField<PlannedOrderCapacity> | DateField<PlannedOrderCapacity> | TimeField<PlannedOrderCapacity> | NumberField<PlannedOrderCapacity>> = [PlannedOrderCapacity.CAPACITY_REQUIREMENT,PlannedOrderCapacity.CAPACITY_REQUIREMENT_ITEM,PlannedOrderCapacity.CAPACITY_RQMT_ITEM_CAPACITY,PlannedOrderCapacity.PLANNED_ORDER,PlannedOrderCapacity.PLANNED_ORDER_TYPE,PlannedOrderCapacity.SEQUENCE,PlannedOrderCapacity.OPERATION,PlannedOrderCapacity.SUB_OPERATION,PlannedOrderCapacity.WORK_CENTER,PlannedOrderCapacity.CAPACITY_CATEGORY_CODE,PlannedOrderCapacity.CAPACITY,PlannedOrderCapacity.MRP_CONTROLLER,PlannedOrderCapacity.MRP_PLANT,PlannedOrderCapacity.OPERATION_LATEST_START_DATE,PlannedOrderCapacity.OPERATION_LATEST_START_TIME,PlannedOrderCapacity.OPERATION_LATEST_END_DATE,PlannedOrderCapacity.OPERATION_LATEST_END_TIME,PlannedOrderCapacity.OPERATION_EARLIEST_START_DATE,PlannedOrderCapacity.OPERATION_EARLIEST_START_TIME,PlannedOrderCapacity.OPERATION_EARLIEST_END_DATE,PlannedOrderCapacity.OPERATION_EARLIEST_END_TIME,PlannedOrderCapacity.CAPACITY_REQUIREMENT_UNIT,PlannedOrderCapacity.SCHEDULED_CAP_REQ_OP_SEG_SETUP_DURN,PlannedOrderCapacity.REMAINING_CAP_REQ_OP_SEG_SETUP_DURN,PlannedOrderCapacity.SCHEDULED_CAP_REQ_OP_SEG_PROCG_DURN,PlannedOrderCapacity.REMAINING_CAP_REQ_OP_SEG_PROCG_DURN,PlannedOrderCapacity.SCHEDULED_CAP_REQ_OP_SEG_TRDWN_DURN,PlannedOrderCapacity.REMAINING_CAP_REQ_OP_SEG_TRDWN_DURN,PlannedOrderCapacity.UNIT_OF_MEASURE_ISO_CODE,PlannedOrderCapacity.OPERATION_TEXT,PlannedOrderCapacity.LAST_CHANGE_DATE_TIME]

All fields of the PlannedOrderCapacity entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_PLANNED_ORDERS"

Default url path for the according service.

Static _entityName

_entityName: string = "A_PlannedOrderCapacity"

Technical entity name for PlannedOrderCapacity.

Static _keyFields

_keyFields: Array<Selectable<PlannedOrderCapacity>> = [PlannedOrderCapacity.CAPACITY_REQUIREMENT, PlannedOrderCapacity.CAPACITY_REQUIREMENT_ITEM, PlannedOrderCapacity.CAPACITY_RQMT_ITEM_CAPACITY]

All key fields of the PlannedOrderCapacity entity.

Static _keys

_keys: object = PlannedOrderCapacity._keyFields.reduce((acc: { [keys: string]: Selectable<PlannedOrderCapacity> }, field: Selectable<PlannedOrderCapacity>) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property PlannedOrderCapacity.

Type declaration

Static _serviceName

_serviceName: string = "API_PLANNED_ORDERS"
deprecated

Since v1.0.1 Use _defaultServicePath instead. Technical service name for PlannedOrderCapacity.

Methods

Protected getCurrentMapKeys

  • getCurrentMapKeys(): Entity
  • Returns a map of all defined fields in entity to their current values.

    Returns Entity

    Entity with all defined entity fields

getCustomField

  • getCustomField(fieldName: string): any
  • Custom field value getter.

    Parameters

    • fieldName: string

      The name of the custom field

    Returns any

    The value of the corresponding custom field

getCustomFields

  • getCustomFields(): MapType<any>
  • Returns a map that contains all entity custom fields.

    Returns MapType<any>

    A map of all defined custom fields in the entity

getUpdatedCustomFields

  • getUpdatedCustomFields(): MapType<any>
  • Returns all updated custom field properties compared to the last known remote state.

    Returns MapType<any>

    A map containing all updated custom properties, with their new values

getUpdatedProperties

  • getUpdatedProperties(): Entity
  • Returns all changed properties compared to the last known remote state. The returned properties does not include custom fields. Use getUpdatedCustomFields, if updated custom fields are needed.

    Returns Entity

    Entity with all properties that changed

hasCustomField

  • hasCustomField(fieldName: string): boolean
  • Validates whether a custom field exists in the entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    Returns boolean

    A boolean value, that indicates whether a custom field is defined in entity

initializeCustomFields

  • initializeCustomFields(customFields: MapType<any>): this
  • Sets all retrieved custom fields in entity.

    Parameters

    • customFields: MapType<any>

      Extracted custom fields from a retrieved entity

    Returns this

    A boolean value, that indicates the existence of the field in entity

Protected isConflictingCustomField

  • isConflictingCustomField(customFieldName: string): boolean
  • Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.

    Parameters

    • customFieldName: string

      Field name to check

    Returns boolean

    Boolean value that describes whether a field name can be defined as custom field

setCustomField

  • setCustomField(fieldName: string, value: any): this
  • Sets a new custom field in the entity or updates it. Throws an error, if the provided custom field name is already defined by an original field in entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    • value: any

      The value of the field

    Returns this

    The entity itself, to facilitate method chaining

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: MapType<any>): this
  • Initializes or sets the remoteState of the entity. This function is called on all read, create and update requests. This function should be called after initializeCustomFields, if custom fields are defined.

    Parameters

    • Optional state: MapType<any>

      State to be set as remote state

    Returns this

    The entity itself, to facilitate method chaining

setVersionIdentifier

  • setVersionIdentifier(etag: string): this
  • Set the ETag version identifier of the retrieved entity.

    Parameters

    • etag: string

      The returned ETag version of the entity

    Returns this

    The entity itself, to facilitate method chaining

toJSON

  • toJSON(): object
  • Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

    Returns object

    An object containing all instance variables + custom fields.

    • [key: string]: any

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity PlannedOrderCapacity.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PlannedOrderCapacity>

    A builder that constructs instances of entity type PlannedOrderCapacity.

Static Protected customFieldSelector

  • customFieldSelector<EntityT>(fieldName: string, entityConstructor: Constructable<EntityT>): CustomField<EntityT>
  • Type parameters

    • EntityT: Entity

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT>

    Returns CustomField<EntityT>

Static Protected entityBuilder

  • entityBuilder<EntityT, JsonT>(entityConstructor: Constructable<EntityT, JsonT>): EntityBuilderType<EntityT, JsonT>
  • Type parameters

    • EntityT: Entity

    • JsonT

    Parameters

    • entityConstructor: Constructable<EntityT, JsonT>

    Returns EntityBuilderType<EntityT, JsonT>

Static requestBuilder

  • Returns a request builder to construct requests for operations on the PlannedOrderCapacity entity type.

    Returns PlannedOrderCapacityRequestBuilder

    A PlannedOrderCapacity request builder.