import { Escr_Desc } from './Escr_Desc'; import { Escr_DescRequestBuilder } from './Escr_DescRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Escr_DescApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Escr_Desc; requestBuilder(): Escr_DescRequestBuilder; 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 [[indDec]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_DEC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjDec]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_DEC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vigDe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIG_DE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[uf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ie]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codMun]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MUN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[im]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nire]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NIRE: 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=Escr_DescApi.d.ts.map