import { Giaf_Cent } from './Giaf_Cent'; import { Giaf_CentRequestBuilder } from './Giaf_CentRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Giaf_CentApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Giaf_Cent; requestBuilder(): Giaf_CentRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[empresa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMPRESA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[filial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FILIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtApur]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_APUR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indAp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_AP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[g401]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_01: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g402]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_02: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g403]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_03: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g404]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_04: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g405]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_05: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g406]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_06: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g407]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_07: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g408]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_08: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g409]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_09: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g410]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_10: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g411]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_11: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[g412]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ G_4_12: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=Giaf_CentApi.d.ts.map