import { Sub_Corr } from './Sub_Corr'; import { Sub_CorrRequestBuilder } from './Sub_CorrRequestBuilder'; 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 Sub_CorrApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Sub_Corr; requestBuilder(): Sub_CorrRequestBuilder; 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 [[codCta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codIdt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_IDT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCntCorr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CNT_CORR: 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: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", false, true>; /** * Static representation of the [[vigAte]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIG_ATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[natSubCnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NAT_SUB_CNT: 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=Sub_CorrApi.d.ts.map