import { Rec_Perio } from './Rec_Perio'; import { Rec_PerioRequestBuilder } from './Rec_PerioRequestBuilder'; 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 Rec_PerioApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Rec_Perio; requestBuilder(): Rec_PerioRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[id]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * 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 [[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 [[recTotalBlocoA]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_BLOCO_A: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recNrbBlocoA]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_NRB_BLOCO_A: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recTotalBlocoC]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_BLOCO_C: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recNrbBlocoC]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_NRB_BLOCO_C: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recTotalBlocoD]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_BLOCO_D: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recNrbBlocoD]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_NRB_BLOCO_D: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recTotalBlocoF]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_BLOCO_F: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recNrbBlocoF]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_NRB_BLOCO_F: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recTotalBlocoI]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_BLOCO_I: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recNrbBlocoI]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_NRB_BLOCO_I: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recTotalBloco1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_BLOCO_1: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recNrbBloco1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_NRB_BLOCO_1: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recTotalPeriodo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_PERIODO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[recTotalNrbPeriodo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REC_TOTAL_NRB_PERIODO: 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=Rec_PerioApi.d.ts.map