Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProdAllocSequenceT" of service "API_PRODUCT_ALLOC_SEQUENCE_SRV". See https://api.sap.com/api/API_PRODUCT_ALLOC_SEQUENCE_SRV for more information.

Hierarchy

  • any
    • ProdAllocSequenceT

Implements

Index

Properties

language

language: string

Language Key. Maximum length: 2.

productAllocationSequenceDesc

productAllocationSequenceDesc: string

Product Allocation Sequence Description. Maximum length: 255.

nullable

productAllocationSequenceUuid

productAllocationSequenceUuid: string

Product Allocation Sequence UUID.

toProdAllocationSequenceTp

toProdAllocationSequenceTp: ProdAllocationSequence

One-to-one navigation property to the ProdAllocationSequence entity.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', ProdAllocSequenceT)

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<ProdAllocSequenceT> = new StringField('Language', ProdAllocSequenceT, 'Edm.String')

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

Static PRODUCT_ALLOCATION_SEQUENCE_DESC

PRODUCT_ALLOCATION_SEQUENCE_DESC: StringField<ProdAllocSequenceT> = new StringField('ProductAllocationSequenceDesc', ProdAllocSequenceT, 'Edm.String')

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

Static PRODUCT_ALLOCATION_SEQUENCE_UUID

PRODUCT_ALLOCATION_SEQUENCE_UUID: StringField<ProdAllocSequenceT> = new StringField('ProductAllocationSequenceUUID', ProdAllocSequenceT, 'Edm.Guid')

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

Static TO_PROD_ALLOCATION_SEQUENCE_TP

TO_PROD_ALLOCATION_SEQUENCE_TP: OneToOneLink<ProdAllocSequenceT, ProdAllocationSequence> = new OneToOneLink('to_ProdAllocationSequenceTP', ProdAllocSequenceT, ProdAllocationSequence)

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

Static _allFields

_allFields: any[] = [ProdAllocSequenceT.PRODUCT_ALLOCATION_SEQUENCE_UUID,ProdAllocSequenceT.LANGUAGE,ProdAllocSequenceT.PRODUCT_ALLOCATION_SEQUENCE_DESC,ProdAllocSequenceT.TO_PROD_ALLOCATION_SEQUENCE_TP]

All fields of the ProdAllocSequenceT entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProdAllocSequenceT"

Technical entity name for ProdAllocSequenceT.

Static _keyFields

_keyFields: Array<Selectable<ProdAllocSequenceT>> = [ProdAllocSequenceT.PRODUCT_ALLOCATION_SEQUENCE_UUID, ProdAllocSequenceT.LANGUAGE]

All key fields of the ProdAllocSequenceT entity.

Static _keys

_keys: any = ProdAllocSequenceT._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

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

Static _serviceName

_serviceName: string = "API_PRODUCT_ALLOC_SEQUENCE_SRV"

Technical service name for ProdAllocSequenceT.

Methods

Static builder

  • Returns an entity builder to construct instances ProdAllocSequenceT.

    Returns EntityBuilderType<ProdAllocSequenceT, ProdAllocSequenceTType>

    A builder that constructs instances of entity type ProdAllocSequenceT.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProdAllocSequenceT>

    A builder that constructs instances of entity type ProdAllocSequenceT.

Static requestBuilder

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

    Returns ProdAllocSequenceTRequestBuilder

    A ProdAllocSequenceT request builder.