Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_LglTransInternalContact" of service "API_LEGAL_TRANSACTION_SRV". This service is part of the following communication scenarios: Legal Transaction Integration (SAP_COM_0140). See https://api.sap.com/api/API_LEGAL_TRANSACTION_SRV for more information.

Hierarchy

  • any
    • LglTransInternalContact

Implements

Index

Properties

legalTransactionIntCntctUuid

legalTransactionIntCntctUuid: string

Universal Unique Identifier.

legalTransactionMandatoryFlag

legalTransactionMandatoryFlag: string

Control Parameter Legal Transaction Mandatory State. Maximum length: 1.

nullable

legalTransactionUuid

legalTransactionUuid: string

Universal Unique Identifier.

nullable

lglCntntMIntCntctType

lglCntntMIntCntctType: string

Contact Type. Maximum length: 4.

nullable

lglCntntMIntCntctUser

lglCntntMIntCntctUser: string

User Name. Maximum length: 12.

nullable

lglCntntMRank

lglCntntMRank: number

Rank.

nullable

Static ALL_FIELDS

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

All fields selector.

Static LEGAL_TRANSACTION_INT_CNTCT_UUID

LEGAL_TRANSACTION_INT_CNTCT_UUID: StringField<LglTransInternalContact> = new StringField('LegalTransactionIntCntctUUID', LglTransInternalContact, 'Edm.Guid')

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

Static LEGAL_TRANSACTION_MANDATORY_FLAG

LEGAL_TRANSACTION_MANDATORY_FLAG: StringField<LglTransInternalContact> = new StringField('LegalTransactionMandatoryFlag', LglTransInternalContact, 'Edm.String')

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

Static LEGAL_TRANSACTION_UUID

LEGAL_TRANSACTION_UUID: StringField<LglTransInternalContact> = new StringField('LegalTransactionUUID', LglTransInternalContact, 'Edm.Guid')

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

Static LGL_CNTNT_M_INT_CNTCT_TYPE

LGL_CNTNT_M_INT_CNTCT_TYPE: StringField<LglTransInternalContact> = new StringField('LglCntntMIntCntctType', LglTransInternalContact, 'Edm.String')

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

Static LGL_CNTNT_M_INT_CNTCT_USER

LGL_CNTNT_M_INT_CNTCT_USER: StringField<LglTransInternalContact> = new StringField('LglCntntMIntCntctUser', LglTransInternalContact, 'Edm.String')

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

Static LGL_CNTNT_M_RANK

LGL_CNTNT_M_RANK: NumberField<LglTransInternalContact> = new NumberField('LglCntntMRank', LglTransInternalContact, 'Edm.Int16')

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

Static _allFields

_allFields: any[] = [LglTransInternalContact.LEGAL_TRANSACTION_INT_CNTCT_UUID,LglTransInternalContact.LGL_CNTNT_M_RANK,LglTransInternalContact.LGL_CNTNT_M_INT_CNTCT_TYPE,LglTransInternalContact.LGL_CNTNT_M_INT_CNTCT_USER,LglTransInternalContact.LEGAL_TRANSACTION_MANDATORY_FLAG,LglTransInternalContact.LEGAL_TRANSACTION_UUID]

All fields of the LglTransInternalContact entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_LglTransInternalContact"

Technical entity name for LglTransInternalContact.

Static _keyFields

_keyFields: Array<Selectable<LglTransInternalContact>> = [LglTransInternalContact.LEGAL_TRANSACTION_INT_CNTCT_UUID]

All key fields of the LglTransInternalContact entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_LEGAL_TRANSACTION_SRV"

Technical service name for LglTransInternalContact.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<LglTransInternalContact>

    A builder that constructs instances of entity type LglTransInternalContact.

Static requestBuilder

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

    Returns LglTransInternalContactRequestBuilder

    A LglTransInternalContact request builder.