Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SpecStatusNextStatus" of service "API_REALSUBSTANCE". See https://api.sap.com/api/API_REALSUBSTANCE for more information.

Hierarchy

  • any
    • SpecStatusNextStatus

Implements

Index

Properties

specificationHdrStsSchema

specificationHdrStsSchema: string

Status Scheme. Maximum length: 20.

specificationHdrStsSchemaFrSts

specificationHdrStsSchemaFrSts: string

Status Identification. Maximum length: 20.

specificationHdrStsSchemaToSts

specificationHdrStsSchemaToSts: string

Status To. Maximum length: 20.

toNextStatusAttributes

toNextStatusAttributes: SpecStatusAttributes[]

One-to-many navigation property to the SpecStatusAttributes entity.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', SpecStatusNextStatus)

All fields selector.

Static SPECIFICATION_HDR_STS_SCHEMA

SPECIFICATION_HDR_STS_SCHEMA: StringField<SpecStatusNextStatus> = new StringField('SpecificationHdrStsSchema', SpecStatusNextStatus, 'Edm.String')

Static representation of the specificationHdrStsSchema property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SPECIFICATION_HDR_STS_SCHEMA_FR_STS

SPECIFICATION_HDR_STS_SCHEMA_FR_STS: StringField<SpecStatusNextStatus> = new StringField('SpecificationHdrStsSchemaFrSts', SpecStatusNextStatus, 'Edm.String')

Static representation of the specificationHdrStsSchemaFrSts property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SPECIFICATION_HDR_STS_SCHEMA_TO_STS

SPECIFICATION_HDR_STS_SCHEMA_TO_STS: StringField<SpecStatusNextStatus> = new StringField('SpecificationHdrStsSchemaToSts', SpecStatusNextStatus, 'Edm.String')

Static representation of the specificationHdrStsSchemaToSts property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_NEXT_STATUS_ATTRIBUTES

TO_NEXT_STATUS_ATTRIBUTES: Link<SpecStatusNextStatus, SpecStatusAttributes> = new Link('to_NextStatusAttributes', SpecStatusNextStatus, SpecStatusAttributes)

Static representation of the one-to-many navigation property toNextStatusAttributes for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [SpecStatusNextStatus.SPECIFICATION_HDR_STS_SCHEMA,SpecStatusNextStatus.SPECIFICATION_HDR_STS_SCHEMA_FR_STS,SpecStatusNextStatus.SPECIFICATION_HDR_STS_SCHEMA_TO_STS,SpecStatusNextStatus.TO_NEXT_STATUS_ATTRIBUTES]

All fields of the SpecStatusNextStatus entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_REALSUBSTANCE"

Default url path for the according service.

Static _entityName

_entityName: string = "A_SpecStatusNextStatus"

Technical entity name for SpecStatusNextStatus.

Static _keyFields

_keyFields: Array<Selectable<SpecStatusNextStatus>> = [SpecStatusNextStatus.SPECIFICATION_HDR_STS_SCHEMA, SpecStatusNextStatus.SPECIFICATION_HDR_STS_SCHEMA_FR_STS, SpecStatusNextStatus.SPECIFICATION_HDR_STS_SCHEMA_TO_STS]

All key fields of the SpecStatusNextStatus entity.

Static _keys

_keys: any = SpecStatusNextStatus._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property SpecStatusNextStatus.

Static _serviceName

_serviceName: string = "API_REALSUBSTANCE"

Technical service name for SpecStatusNextStatus.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity SpecStatusNextStatus.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SpecStatusNextStatus>

    A builder that constructs instances of entity type SpecStatusNextStatus.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the SpecStatusNextStatus entity type.

    Returns SpecStatusNextStatusRequestBuilder

    A SpecStatusNextStatus request builder.