Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SpecAuthorizationGroupText" of service "API_REALSUBSTANCE". See https://api.sap.com/api/API_REALSUBSTANCE for more information.

Hierarchy

  • any
    • SpecAuthorizationGroupText

Implements

Index

Properties

language

language: string

Language Key. Maximum length: 2.

specificationAuthznGroup

specificationAuthznGroup: string

Recipe Authorization Group. Maximum length: 10.

specificationAuthznGroupDesc

specificationAuthznGroupDesc: string

Authorization Group Description. Maximum length: 40.

nullable

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<SpecAuthorizationGroupText> = new StringField('Language', SpecAuthorizationGroupText, 'Edm.String')

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

Static SPECIFICATION_AUTHZN_GROUP

SPECIFICATION_AUTHZN_GROUP: StringField<SpecAuthorizationGroupText> = new StringField('SpecificationAuthznGroup', SpecAuthorizationGroupText, 'Edm.String')

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

Static SPECIFICATION_AUTHZN_GROUP_DESC

SPECIFICATION_AUTHZN_GROUP_DESC: StringField<SpecAuthorizationGroupText> = new StringField('SpecificationAuthznGroupDesc', SpecAuthorizationGroupText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SpecAuthorizationGroupText.SPECIFICATION_AUTHZN_GROUP,SpecAuthorizationGroupText.LANGUAGE,SpecAuthorizationGroupText.SPECIFICATION_AUTHZN_GROUP_DESC]

All fields of the SpecAuthorizationGroupText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SpecAuthorizationGroupText"

Technical entity name for SpecAuthorizationGroupText.

Static _keyFields

_keyFields: Array<Selectable<SpecAuthorizationGroupText>> = [SpecAuthorizationGroupText.SPECIFICATION_AUTHZN_GROUP, SpecAuthorizationGroupText.LANGUAGE]

All key fields of the SpecAuthorizationGroupText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_REALSUBSTANCE"

Technical service name for SpecAuthorizationGroupText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SpecAuthorizationGroupText>

    A builder that constructs instances of entity type SpecAuthorizationGroupText.

Static requestBuilder

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

    Returns SpecAuthorizationGroupTextRequestBuilder

    A SpecAuthorizationGroupText request builder.