import { BusinessPartnerContact } from './BusinessPartnerContact'; import { BusinessPartnerContactRequestBuilder } from './BusinessPartnerContactRequestBuilder'; import { BpContactToAddressApi } from './BpContactToAddressApi'; import { BpContactToFuncAndDeptApi } from './BpContactToFuncAndDeptApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class BusinessPartnerContactApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ BpContactToAddressApi, BpContactToFuncAndDeptApi ]): this; entityConstructor: typeof BusinessPartnerContact; requestBuilder(): BusinessPartnerContactRequestBuilder; 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-many navigation property [[toContactAddress]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_CONTACT_ADDRESS: Link, DeSerializersT, BpContactToAddressApi>; /** * Static representation of the one-to-one navigation property [[toContactRelationship]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_CONTACT_RELATIONSHIP: OneToOneLink, DeSerializersT, BpContactToFuncAndDeptApi>; /** * Static representation of the [[relationshipNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RELATIONSHIP_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[businessPartnerCompany]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER_COMPANY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[businessPartnerPerson]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER_PERSON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", false, true>; /** * Static representation of the [[validityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[isStandardRelationship]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_STANDARD_RELATIONSHIP: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[relationshipCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RELATIONSHIP_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BusinessPartnerContactApi.d.ts.map