import { Rela_Serv } from './Rela_Serv'; import { Rela_ServRequestBuilder } from './Rela_ServRequestBuilder'; 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 Rela_ServApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Rela_Serv; requestBuilder(): Rela_ServRequestBuilder; 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 [[dtLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tpTabela]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TP_TABELA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[pais]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlServAssist]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SERV_ASSIST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlServSemAssist]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SERV_SEM_ASSIST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlServSemAssistExt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SERV_SEM_ASSIST_EXT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlJuro]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_JURO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlJuroPf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_JURO_PF: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlJuroPj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_JURO_PJ: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDemaisJuros]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DEMAIS_JUROS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDivid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DIVID: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDividPf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DIVID_PF: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDividPj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DIVID_PJ: 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=Rela_ServApi.d.ts.map