import { Plano_Ref } from './Plano_Ref'; import { Plano_RefRequestBuilder } from './Plano_RefRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Plano_RefApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Plano_Ref; requestBuilder(): Plano_RefRequestBuilder; 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 [[codCcus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CCUS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCtaRef]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA_REF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tpPlanRef]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TP_PLAN_REF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_INI: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtFim]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_FIM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[descricao]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESCRICAO: 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 [[codContaSup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CONTA_SUP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nivel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NIVEL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[natureza]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NATUREZA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codEntRef]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_ENT_REF: 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=Plano_RefApi.d.ts.map