import { SupplierPartnerFunc } from './SupplierPartnerFunc'; import { SupplierPartnerFuncRequestBuilder } from './SupplierPartnerFuncRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class SupplierPartnerFuncApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof SupplierPartnerFunc; requestBuilder(): SupplierPartnerFuncRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * 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>; /** * Static representation of the [[purchasingOrganization]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_ORGANIZATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[supplierSubrange]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_SUBRANGE: EdmTypeField>, DeSerializersT, "Edm.String", false, 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", 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 [[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 [[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 [[creationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[createdByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceSupplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_SUPPLIER: 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=SupplierPartnerFuncApi.d.ts.map