Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_LglTransCategoryGroup" 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
    • LglTransCategoryGroup

Implements

Index

Properties

legalTransactionCatGroupUuid

legalTransactionCatGroupUuid: string

Universal Unique Identifier.

legalTransactionUuid

legalTransactionUuid: string

Universal Unique Identifier.

nullable

lglCntntMCatGroupTitle

lglCntntMCatGroupTitle: string

Legal Transaction Name. Maximum length: 128.

nullable

lglCntntMIndex

lglCntntMIndex: number

Index.

nullable

toLglTransParentCategory

toLglTransParentCategory: LglTransParentCategory[]

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

Static ALL_FIELDS

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

All fields selector.

Static LEGAL_TRANSACTION_CAT_GROUP_UUID

LEGAL_TRANSACTION_CAT_GROUP_UUID: StringField<LglTransCategoryGroup> = new StringField('LegalTransactionCatGroupUUID', LglTransCategoryGroup, '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_UUID

LEGAL_TRANSACTION_UUID: StringField<LglTransCategoryGroup> = new StringField('LegalTransactionUUID', LglTransCategoryGroup, '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_CAT_GROUP_TITLE

LGL_CNTNT_M_CAT_GROUP_TITLE: StringField<LglTransCategoryGroup> = new StringField('LglCntntMCatGroupTitle', LglTransCategoryGroup, 'Edm.String')

Static representation of the lglCntntMCatGroupTitle 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<LglTransCategoryGroup> = new NumberField('LglCntntMIndex', LglTransCategoryGroup, '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 TO_LGL_TRANS_PARENT_CATEGORY

TO_LGL_TRANS_PARENT_CATEGORY: Link<LglTransCategoryGroup, LglTransParentCategory> = new Link('to_LglTransParentCategory', LglTransCategoryGroup, LglTransParentCategory)

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

Static _allFields

_allFields: any[] = [LglTransCategoryGroup.LEGAL_TRANSACTION_CAT_GROUP_UUID,LglTransCategoryGroup.LEGAL_TRANSACTION_UUID,LglTransCategoryGroup.LGL_CNTNT_M_CAT_GROUP_TITLE,LglTransCategoryGroup.LGL_CNTNT_M_INDEX,LglTransCategoryGroup.TO_LGL_TRANS_PARENT_CATEGORY]

All fields of the LglTransCategoryGroup 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_LglTransCategoryGroup"

Technical entity name for LglTransCategoryGroup.

Static _keyFields

_keyFields: Array<Selectable<LglTransCategoryGroup>> = [LglTransCategoryGroup.LEGAL_TRANSACTION_CAT_GROUP_UUID]

All key fields of the LglTransCategoryGroup entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_LEGAL_TRANSACTION_SRV"

Technical service name for LglTransCategoryGroup.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<LglTransCategoryGroup>

    A builder that constructs instances of entity type LglTransCategoryGroup.

Static requestBuilder

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

    Returns LglTransCategoryGroupRequestBuilder

    A LglTransCategoryGroup request builder.