import { Dados_Soc } from './Dados_Soc'; import { Dados_SocRequestBuilder } from './Dados_SocRequestBuilder'; 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 Dados_SocApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Dados_Soc; requestBuilder(): Dados_SocRequestBuilder; 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 [[tpTabela]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TP_TABELA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtInclSoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_INCL_SOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtFimSoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_FIM_SOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[pais]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indQualifSocio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_QUALIF_SOCIO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cpfCnpj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CPF_CNPJ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[qualif]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUALIF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indPfPj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_PF_PJ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nomEmp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOM_EMP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[percCapTot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERC_CAP_TOT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[percCapVot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERC_CAP_VOT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[cpfRepLeg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CPF_REP_LEG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[qualifRepLeg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUALIF_REP_LEG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlRemTrab]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_REM_TRAB: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlLucDiv]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_LUC_DIV: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlJurCap]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_JUR_CAP: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDemRend]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DEM_REND: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlIrRet]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_IR_RET: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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=Dados_SocApi.d.ts.map