import { CustSalesPartnerFunc } from './CustSalesPartnerFunc'; import { CustSalesPartnerFuncRequestBuilder } from './CustSalesPartnerFuncRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class CustSalesPartnerFuncApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof CustSalesPartnerFunc; requestBuilder(): CustSalesPartnerFuncRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * 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 [[salesOrganization]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORGANIZATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[distributionChannel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DISTRIBUTION_CHANNEL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[division]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DIVISION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[partnerCounter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PARTNER_COUNTER: 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 [[bpCustomerNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_CUSTOMER_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[customerPartnerDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER_PARTNER_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[defaultPartner]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEFAULT_PARTNER: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, 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", true, true>; /** * Static representation of the [[personnelNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERSONNEL_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, 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", true, true>; /** * Static representation of the [[authorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=CustSalesPartnerFuncApi.d.ts.map