import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_SpecStatusAttributes" of service "API_REALSUBSTANCE". */ export declare class SpecStatusAttributes extends Entity implements SpecStatusAttributesType { /** * Technical entity name for SpecStatusAttributes. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SpecStatusAttributes entity */ static _keys: string[]; /** * Status Identification. * Indicates the current status of the document. * If a status network exists for the document type, you can change the status in the Next Possible Status screen area. The status network determines which follow-on statuses can be set for the document. * Maximum length: 20. */ specificationHeaderStatus: DeserializedType; /** * Attribute per Object Type. * You can specify an own implementation class to trigger user-defined actions. The implementation class must use the interface /PLMB/IF_BA_SAM_A_STATUS_CHG. The interface uses the method AFTER_STATUS_CHANGE to implement the logic to trigger actions on a specified attribute. * Maximum length: 20. */ specificationHdrStsAttribute: DeserializedType; } export interface SpecStatusAttributesType { specificationHeaderStatus: DeserializedType; specificationHdrStsAttribute: DeserializedType; } //# sourceMappingURL=SpecStatusAttributes.d.ts.map