import { Esc_Conta } from './Esc_Conta'; import { Esc_ContaRequestBuilder } from './Esc_ContaRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Esc_ContaApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Esc_Conta; requestBuilder(): Esc_ContaRequestBuilder; 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 [[indEsc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_ESC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[subledger]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUBLEDGER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIPO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[natLivr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NAT_LIVR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sublAccount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUBL_ACCOUNT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ano]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[mes]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MES: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codVerLc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_VER_LC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[layout]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAYOUT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numOrd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_ORD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codHashAux]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_HASH_AUX: 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=Esc_ContaApi.d.ts.map