Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_LglDocStamp" of service "API_LEGAL_DOCUMENT_SRV". This service is part of the following communication scenarios: Legal Document Integration (SAP_COM_0178). See https://api.sap.com/api/API_LEGAL_DOCUMENT_SRV for more information.

Hierarchy

  • any
    • LglDocStamp

Implements

Index

Properties

lglCntntMCreatedByUser

lglCntntMCreatedByUser: string

Created By. Maximum length: 12.

nullable

lglCntntMCreatedUtcDateTime

lglCntntMCreatedUtcDateTime: Moment

Created On.

nullable

lglCntntMDocumentStamp

lglCntntMDocumentStamp: string

Document Stamp Name. Maximum length: 4.

nullable

lglCntntMDocumentStampUuid

lglCntntMDocumentStampUuid: string

Universal Unique Identifier.

lglCntntMDocumentUuid

lglCntntMDocumentUuid: string

Universal Unique Identifier.

nullable

Static ALL_FIELDS

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

All fields selector.

Static LGL_CNTNT_M_CREATED_BY_USER

LGL_CNTNT_M_CREATED_BY_USER: StringField<LglDocStamp> = new StringField('LglCntntMCreatedByUser', LglDocStamp, 'Edm.String')

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

Static LGL_CNTNT_M_CREATED_UTC_DATE_TIME

LGL_CNTNT_M_CREATED_UTC_DATE_TIME: DateField<LglDocStamp> = new DateField('LglCntntMCreatedUTCDateTime', LglDocStamp, 'Edm.DateTimeOffset')

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

Static LGL_CNTNT_M_DOCUMENT_STAMP

LGL_CNTNT_M_DOCUMENT_STAMP: StringField<LglDocStamp> = new StringField('LglCntntMDocumentStamp', LglDocStamp, 'Edm.String')

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

Static LGL_CNTNT_M_DOCUMENT_STAMP_UUID

LGL_CNTNT_M_DOCUMENT_STAMP_UUID: StringField<LglDocStamp> = new StringField('LglCntntMDocumentStampUUID', LglDocStamp, 'Edm.Guid')

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

Static LGL_CNTNT_M_DOCUMENT_UUID

LGL_CNTNT_M_DOCUMENT_UUID: StringField<LglDocStamp> = new StringField('LglCntntMDocumentUUID', LglDocStamp, 'Edm.Guid')

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

Static _allFields

_allFields: any[] = [LglDocStamp.LGL_CNTNT_M_DOCUMENT_STAMP_UUID,LglDocStamp.LGL_CNTNT_M_DOCUMENT_UUID,LglDocStamp.LGL_CNTNT_M_DOCUMENT_STAMP,LglDocStamp.LGL_CNTNT_M_CREATED_UTC_DATE_TIME,LglDocStamp.LGL_CNTNT_M_CREATED_BY_USER]

All fields of the LglDocStamp entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_LglDocStamp"

Technical entity name for LglDocStamp.

Static _keyFields

_keyFields: Array<Selectable<LglDocStamp>> = [LglDocStamp.LGL_CNTNT_M_DOCUMENT_STAMP_UUID]

All key fields of the LglDocStamp entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_LEGAL_DOCUMENT_SRV"

Technical service name for LglDocStamp.

Methods

Static builder

  • Returns an entity builder to construct instances LglDocStamp.

    Returns EntityBuilderType<LglDocStamp, LglDocStampType>

    A builder that constructs instances of entity type LglDocStamp.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<LglDocStamp>

    A builder that constructs instances of entity type LglDocStamp.

Static requestBuilder

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

    Returns LglDocStampRequestBuilder

    A LglDocStamp request builder.