import { OutbDeliveryPartner } from './OutbDeliveryPartner'; import { OutbDeliveryPartnerRequestBuilder } from './OutbDeliveryPartnerRequestBuilder'; import { OutbDeliveryAddressApi } from './OutbDeliveryAddressApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class OutbDeliveryPartnerApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ OutbDeliveryAddressApi ]): this; entityConstructor: typeof OutbDeliveryPartner; requestBuilder(): OutbDeliveryPartnerRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[toAddress]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_ADDRESS: OneToOneLink, DeSerializersT, OutbDeliveryAddressApi>; /** * Static representation of the [[addressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[contactPerson]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONTACT_PERSON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[customer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[partnerFunction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PARTNER_FUNCTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[personnel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERSONNEL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sdDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sdDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[supplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=OutbDeliveryPartnerApi.d.ts.map