import { Pr_Adm_Ju } from './Pr_Adm_Ju'; import { Pr_Adm_JuRequestBuilder } from './Pr_Adm_JuRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Pr_Adm_JuApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Pr_Adm_Ju; requestBuilder(): Pr_Adm_JuRequestBuilder; 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 [[tpProc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TP_PROC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nrProc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NR_PROC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[iniValid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INI_VALID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[fimValid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FIM_VALID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ufVara]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UF_VARA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codMunic]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MUNIC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[idVara]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID_VARA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indAutoria]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_AUTORIA: 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=Pr_Adm_JuApi.d.ts.map