import { PurReqAddDelivery } from './PurReqAddDelivery'; import { PurReqAddDeliveryRequestBuilder } from './PurReqAddDeliveryRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class PurReqAddDeliveryApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof PurReqAddDelivery; requestBuilder(): PurReqAddDeliveryRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[purchaseRequisition]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[purchaseRequisitionItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * 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", true, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[addressType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[manualDeliveryAddressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MANUAL_DELIVERY_ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemDeliveryAddressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_DELIVERY_ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[careOfName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CARE_OF_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalStreetSuffixName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_STREET_SUFFIX_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[correspondenceLanguage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CORRESPONDENCE_LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[prfrdCommMediumType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRFRD_COMM_MEDIUM_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[poBox]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PO_BOX: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[poBoxIsWithoutNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PO_BOX_IS_WITHOUT_NUMBER: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[poBoxPostalCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PO_BOX_POSTAL_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[poBoxLobbyName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PO_BOX_LOBBY_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[poBoxDeviatingCityName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PO_BOX_DEVIATING_CITY_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[poBoxDeviatingRegion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PO_BOX_DEVIATING_REGION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[poBoxDeviatingCountry]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PO_BOX_DEVIATING_COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryServiceTypeCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_SERVICE_TYPE_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryServiceNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_SERVICE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[addressTimeZone]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_TIME_ZONE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fullName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FULL_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[cityName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CITY_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[district]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DISTRICT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[cityCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CITY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[homeCityName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HOME_CITY_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[postalCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ POSTAL_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[companyPostalCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPANY_POSTAL_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[streetName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STREET_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[streetPrefixName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STREET_PREFIX_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalStreetPrefixName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_STREET_PREFIX_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[streetSuffixName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STREET_SUFFIX_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[houseNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HOUSE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[houseNumberSupplementText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HOUSE_NUMBER_SUPPLEMENT_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[building]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUILDING: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[floor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FLOOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[roomNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ROOM_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[country]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[region]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REGION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[county]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COUNTY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[formOfAddress]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FORM_OF_ADDRESS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[businessPartnerName1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER_NAME_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[businessPartnerName2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER_NAME_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[nation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[phoneNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PHONE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[faxNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FAX_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[searchTerm1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SEARCH_TERM_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[streetSearch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STREET_SEARCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[citySearch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CITY_SEARCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[businessPartnerName3]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER_NAME_3: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[businessPartnerName4]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER_NAME_4: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[taxJurisdiction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_JURISDICTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transportZone]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSPORT_ZONE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[person]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERSON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[addresseeFullName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESSEE_FULL_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=PurReqAddDeliveryApi.d.ts.map