Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_LglTransParentCategory" 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
    • LglTransParentCategory

Implements

Index

Properties

legalTransactionCatGroupUuid

legalTransactionCatGroupUuid: string

Universal Unique Identifier.

nullable

legalTransactionParCatUuid

legalTransactionParCatUuid: string

Universal Unique Identifier.

legalTransactionUuid

legalTransactionUuid: string

Universal Unique Identifier.

nullable

lglCntntMIndex

lglCntntMIndex: number

Index.

nullable

lglCntntMIsMandatory

lglCntntMIsMandatory: boolean

Mandatory.

nullable

lglCntntMParentCategory

lglCntntMParentCategory: string

Parent Category ID. Maximum length: 6.

nullable

toLglTransCategory

toLglTransCategory: LglTransCategory[]

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

toLglTransCategoryGroup

toLglTransCategoryGroup: LglTransCategoryGroup

One-to-one navigation property to the LglTransCategoryGroup entity.

Static ALL_FIELDS

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

All fields selector.

Static LEGAL_TRANSACTION_CAT_GROUP_UUID

LEGAL_TRANSACTION_CAT_GROUP_UUID: StringField<LglTransParentCategory> = new StringField('LegalTransactionCatGroupUUID', LglTransParentCategory, 'Edm.Guid')

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

Static LEGAL_TRANSACTION_PAR_CAT_UUID

LEGAL_TRANSACTION_PAR_CAT_UUID: StringField<LglTransParentCategory> = new StringField('LegalTransactionParCatUUID', LglTransParentCategory, 'Edm.Guid')

Static representation of the legalTransactionParCatUuid 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<LglTransParentCategory> = new StringField('LegalTransactionUUID', LglTransParentCategory, '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_INDEX

LGL_CNTNT_M_INDEX: NumberField<LglTransParentCategory> = new NumberField('LglCntntMIndex', LglTransParentCategory, 'Edm.Byte')

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

Static LGL_CNTNT_M_IS_MANDATORY

LGL_CNTNT_M_IS_MANDATORY: BooleanField<LglTransParentCategory> = new BooleanField('LglCntntMIsMandatory', LglTransParentCategory, 'Edm.Boolean')

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

Static LGL_CNTNT_M_PARENT_CATEGORY

LGL_CNTNT_M_PARENT_CATEGORY: StringField<LglTransParentCategory> = new StringField('LglCntntMParentCategory', LglTransParentCategory, 'Edm.String')

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

Static TO_LGL_TRANS_CATEGORY

TO_LGL_TRANS_CATEGORY: Link<LglTransParentCategory, LglTransCategory> = new Link('to_LglTransCategory', LglTransParentCategory, LglTransCategory)

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

Static TO_LGL_TRANS_CATEGORY_GROUP

TO_LGL_TRANS_CATEGORY_GROUP: OneToOneLink<LglTransParentCategory, LglTransCategoryGroup> = new OneToOneLink('to_LglTransCategoryGroup', LglTransParentCategory, LglTransCategoryGroup)

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

Static _allFields

_allFields: any[] = [LglTransParentCategory.LEGAL_TRANSACTION_PAR_CAT_UUID,LglTransParentCategory.LEGAL_TRANSACTION_CAT_GROUP_UUID,LglTransParentCategory.LEGAL_TRANSACTION_UUID,LglTransParentCategory.LGL_CNTNT_M_PARENT_CATEGORY,LglTransParentCategory.LGL_CNTNT_M_IS_MANDATORY,LglTransParentCategory.LGL_CNTNT_M_INDEX,LglTransParentCategory.TO_LGL_TRANS_CATEGORY_GROUP,LglTransParentCategory.TO_LGL_TRANS_CATEGORY]

All fields of the LglTransParentCategory 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_LglTransParentCategory"

Technical entity name for LglTransParentCategory.

Static _keyFields

_keyFields: Array<Selectable<LglTransParentCategory>> = [LglTransParentCategory.LEGAL_TRANSACTION_PAR_CAT_UUID]

All key fields of the LglTransParentCategory entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_LEGAL_TRANSACTION_SRV"

Technical service name for LglTransParentCategory.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<LglTransParentCategory>

    A builder that constructs instances of entity type LglTransParentCategory.

Static requestBuilder

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

    Returns LglTransParentCategoryRequestBuilder

    A LglTransParentCategory request builder.