import { Infgrpmul } from './Infgrpmul'; import { InfgrpmulRequestBuilder } from './InfgrpmulRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class InfgrpmulApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Infgrpmul; requestBuilder(): InfgrpmulRequestBuilder; 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 [[dtLancamento]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LANCAMENTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nomeMultinacional]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOME_MULTINACIONAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indControladora]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_CONTROLADORA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nomeControladora]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOME_CONTROLADORA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[jurisdicaoControladora]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ JURISDICAO_CONTROLADORA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tinControladora]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIN_CONTROLADORA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indEntrega]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_ENTREGA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indModalidade]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_MODALIDADE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nomeSubstituta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOME_SUBSTITUTA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[jurisdicaoSubstituta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ JURISDICAO_SUBSTITUTA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tinSubstituta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIN_SUBSTITUTA: 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 [[dtFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_FIN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[tipMoeda]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIP_MOEDA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indIdioma]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_IDIOMA: 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=InfgrpmulApi.d.ts.map