Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "SkillTagSet" of service "SHCM.API_MANAGE_SKILLTAGS_SRV". This service is part of the following communication scenarios: External HR Workforce Integration (SAP_COM_0301). See https://api.sap.com/api/API_MANAGE_SKILLTAGS_SRV for more information.

Hierarchy

  • any
    • SkillTagSet

Implements

Index

Properties

personExternalId

personExternalId: string

Model S: Employee Ext ID. Maximum length: 60.

tag

tag: string

Tag.

Static ALL_FIELDS

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

All fields selector.

Static PERSON_EXTERNAL_ID

PERSON_EXTERNAL_ID: StringField<SkillTagSet> = new StringField('PersonExternalId', SkillTagSet, 'Edm.String')

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

Static TAG

TAG: StringField<SkillTagSet> = new StringField('Tag', SkillTagSet, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SkillTagSet.PERSON_EXTERNAL_ID,SkillTagSet.TAG]

All fields of the SkillTagSet entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/shcm/API_MANAGE_SKILLTAGS_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "SkillTagSet"

Technical entity name for SkillTagSet.

Static _keyFields

_keyFields: Array<Selectable<SkillTagSet>> = [SkillTagSet.PERSON_EXTERNAL_ID]

All key fields of the SkillTagSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "SHCM.API_MANAGE_SKILLTAGS_SRV"

Technical service name for SkillTagSet.

Methods

Static builder

  • Returns an entity builder to construct instances SkillTagSet.

    Returns EntityBuilderType<SkillTagSet, SkillTagSetType>

    A builder that constructs instances of entity type SkillTagSet.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SkillTagSet>

    A builder that constructs instances of entity type SkillTagSet.

Static requestBuilder

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

    Returns SkillTagSetRequestBuilder

    A SkillTagSet request builder.