Options
All
  • Public
  • Public/Protected
  • All
Menu

DeliveryMessageField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • ComplexTypeField<EntityT>
    • DeliveryMessageField

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new DeliveryMessageField(fieldName: string, entityConstructor: Constructable<EntityT>, complexTypeName: string): DeliveryMessageField
  • Creates an instance of ComplexTypeField.

    Parameters

    • fieldName: string

      Actual name of the field used in the OData request

    • entityConstructor: Constructable<EntityT>

      Constructor type of the entity the field belongs to

    • complexTypeName: string

      Type of the field according to the metadata description

    Returns DeliveryMessageField

Properties

collectiveProcessing

collectiveProcessing: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('CollectiveProcessing', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.collectiveProcessing property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

collectiveProcessingMsgCounter

collectiveProcessingMsgCounter: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('CollectiveProcessingMsgCounter', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.collectiveProcessingMsgCounter property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

collectiveProcessingType

collectiveProcessingType: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('CollectiveProcessingType', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.collectiveProcessingType property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

complexTypeName

complexTypeName: string

deliveryDocument

deliveryDocument: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocument', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.deliveryDocument property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

deliveryDocumentItem

deliveryDocumentItem: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocumentItem', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.deliveryDocumentItem property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

entityConstructor

entityConstructor: Constructable<EntityT>

fieldName

fieldName: string

scheduleLine

scheduleLine: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('ScheduleLine', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.scheduleLine property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageIdentification

systemMessageIdentification: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageIdentification', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.systemMessageIdentification property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageNumber

systemMessageNumber: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageNumber', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.systemMessageNumber property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageType

systemMessageType: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageType', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.systemMessageType property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable1

systemMessageVariable1: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable1', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.systemMessageVariable1 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable2

systemMessageVariable2: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable2', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.systemMessageVariable2 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable3

systemMessageVariable3: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable3', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.systemMessageVariable3 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable4

systemMessageVariable4: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable4', this.entityConstructor, 'DeliveryMessage', 'Edm.String')

Representation of the DeliveryMessage.systemMessageVariable4 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

Methods

fieldPath

  • fieldPath(): string
  • Path to the field to be used in filter and order by queries. In most cases this will just be the fieldName itself. However, for complex types for instance, the path is prefixed with the name of the complextype.

    Returns string

    Path to the field to be used in filter and order by queries.