import { Outrasinf } from './Outrasinf'; import { OutrasinfRequestBuilder } from './OutrasinfRequestBuilder'; 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 OutrasinfApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Outrasinf; requestBuilder(): OutrasinfRequestBuilder; 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 [[vlAqMaq]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_AQ_MAQ: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDoaCrianca]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DOA_CRIANCA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDoaIdoso]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DOA_IDOSO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAqImobilizado]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_AQ_IMOBILIZADO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlBxImobilizado]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_BX_IMOBILIZADO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlIncIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_INC_INI: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlIncFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_INC_FIN: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCsllDeprecIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CSLL_DEPREC_INI: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlOcSemIof]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_OC_SEM_IOF: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlFolhaAliqRed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_FOLHA_ALIQ_RED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAliqRed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ALIQ_RED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indAlterCapital]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_ALTER_CAPITAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indBcnCsll]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_BCN_CSLL: EdmTypeField>, DeSerializersT, "Edm.String", 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=OutrasinfApi.d.ts.map