import { Cad_Part } from './Cad_Part'; import { Cad_PartRequestBuilder } from './Cad_PartRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Cad_PartApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Cad_Part; requestBuilder(): Cad_PartRequestBuilder; 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 [[ano]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PART: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vigDe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIG_DE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nome]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPais]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PAIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cpf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CPF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[uf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ie]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ieSt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IE_ST: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codMun]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MUN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[im]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[suframa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUFRAMA: 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=Cad_PartApi.d.ts.map