import { OutbDeliveryDocFlow } from './OutbDeliveryDocFlow'; import { OutbDeliveryDocFlowRequestBuilder } from './OutbDeliveryDocFlowRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class OutbDeliveryDocFlowApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof OutbDeliveryDocFlow; requestBuilder(): OutbDeliveryDocFlowRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[deliveryversion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERYVERSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[precedingDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRECEDING_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[precedingDocumentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRECEDING_DOCUMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[precedingDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRECEDING_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[subsequentdocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUBSEQUENTDOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[quantityInBaseUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUANTITY_IN_BASE_UNIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[subsequentDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUBSEQUENT_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sdFulfillmentCalculationRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_FULFILLMENT_CALCULATION_RULE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[subsequentDocumentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUBSEQUENT_DOCUMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[transferOrderInWrhsMgmtIsConfd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSFER_ORDER_IN_WRHS_MGMT_IS_CONFD: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; }; } //# sourceMappingURL=OutbDeliveryDocFlowApi.d.ts.map