import { WorkItemSet } from './WorkItemSet'; import { WorkItemSetRequestBuilder } from './WorkItemSetRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class WorkItemSetApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof WorkItemSet; requestBuilder(): WorkItemSetRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * 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 [[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 [[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 [[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 [[workitemname]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORKITEMNAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=WorkItemSetApi.d.ts.map