import { Pis_Folha } from './Pis_Folha'; import { Pis_FolhaRequestBuilder } from './Pis_FolhaRequestBuilder'; 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 Pis_FolhaApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Pis_Folha; requestBuilder(): Pis_FolhaRequestBuilder; 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 [[perRef]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PER_REF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlTotFol]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_FOL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlExcBc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_EXC_BC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotBc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_BC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[aliqImpFol]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALIQ_IMP_FOL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotContFol]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_CONT_FOL: 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=Pis_FolhaApi.d.ts.map