import { DemandSet } from './DemandSet'; import { DemandSetRequestBuilder } from './DemandSetRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class DemandSetApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof DemandSet; requestBuilder(): DemandSetRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[billingControlCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_CONTROL_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projectId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[uom]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UOM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[skills]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SKILLS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[workPackageId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[expenseCost]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXPENSE_COST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[workPackageName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[expenseRevenue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXPENSE_REVENUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[resType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[resourceId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESOURCE_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[workitem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORKITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[effort]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EFFORT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[delvryServOrg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELVRY_SERV_ORG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=DemandSetApi.d.ts.map