import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { SpecStatusAttributes, SpecStatusAttributesType } from './SpecStatusAttributes'; /** * This class represents the entity "A_SpecStatusNextStatus" of service "API_REALSUBSTANCE". */ export declare class SpecStatusNextStatus extends Entity implements SpecStatusNextStatusType { /** * Technical entity name for SpecStatusNextStatus. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SpecStatusNextStatus entity */ static _keys: string[]; /** * Status Scheme. * The status scheme defines the initial status and the possible transitions from one status to another. * You define a status scheme in Customizing for Recipe Development under Status Management -> Define Status Scheme. * Maximum length: 20. */ specificationHdrStsSchema: DeserializedType; /** * Status Identification. * Maximum length: 20. */ specificationHdrStsSchemaFrSts: DeserializedType; /** * Status To. * Maximum length: 20. */ specificationHdrStsSchemaToSts: DeserializedType; /** * One-to-many navigation property to the [[SpecStatusAttributes]] entity. */ toNextStatusAttributes: SpecStatusAttributes[]; } export interface SpecStatusNextStatusType { specificationHdrStsSchema: DeserializedType; specificationHdrStsSchemaFrSts: DeserializedType; specificationHdrStsSchemaToSts: DeserializedType; toNextStatusAttributes: SpecStatusAttributesType[]; } //# sourceMappingURL=SpecStatusNextStatus.d.ts.map