import { Var_Exerc } from './Var_Exerc'; import { Var_ExercRequestBuilder } from './Var_ExercRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Var_ExercApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Var_Exerc; requestBuilder(): Var_ExercRequestBuilder; 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 [[anoCivil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO_CIVIL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[mesTerminoPeriodo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MES_TERMINO_PERIODO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[diaTerminoPeriodo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DIA_TERMINO_PERIODO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[varianteExercicioFiscal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VARIANTE_EXERCICIO_FISCAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[periodoConformeAnoCivil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERIODO_CONFORME_ANO_CIVIL: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[periodoDependeAnoCivil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERIODO_DEPENDE_ANO_CIVIL: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[numeroPeriodosContabeis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUMERO_PERIODOS_CONTABEIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numeroPeriodosEspeciais]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUMERO_PERIODOS_ESPECIAIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[periodo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERIODO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[diferimentoExercicio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DIFERIMENTO_EXERCICIO: 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=Var_ExercApi.d.ts.map