import { ProjectSet } from './ProjectSet'; import { ProjectSetRequestBuilder } from './ProjectSetRequestBuilder'; import { ProjectRoleSetApi } from './ProjectRoleSetApi'; import { WorkPackageSetApi } from './WorkPackageSetApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link } from '@sap-cloud-sdk/odata-v2'; export declare class ProjectSetApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ProjectRoleSetApi, WorkPackageSetApi ]): this; entityConstructor: typeof ProjectSet; requestBuilder(): ProjectSetRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-many navigation property [[projectRoleSet]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_ROLE_SET: Link, DeSerializersT, ProjectRoleSetApi>; /** * Static representation of the one-to-many navigation property [[workPackageSet]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_SET: Link, DeSerializersT, WorkPackageSetApi>; /** * 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 [[projectName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projectStage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_STAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orgId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORG_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projectCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[currency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[startDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[endDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[projManagerExtId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_MANAGER_EXT_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projManagerCompCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_MANAGER_COMP_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[customer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[costCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COST_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[profitCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROFIT_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projAccountantExtId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_ACCOUNTANT_EXT_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projAccountantCompCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_ACCOUNTANT_COMP_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[projControllerExtId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_CONTROLLER_EXT_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projControllerCompCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_CONTROLLER_COMP_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[projPartnerExtId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_PARTNER_EXT_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[projPartnerCompCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJ_PARTNER_COMP_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[projectDesc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_DESC: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[confidential]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONFIDENTIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[useProjectBilling]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ USE_PROJECT_BILLING: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[restrictTimePosting]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESTRICT_TIME_POSTING: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[createdOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATED_ON: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[changedOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGED_ON: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; }; } //# sourceMappingURL=ProjectSetApi.d.ts.map