Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrActyTskPurchaserResp" of service "API_SUPPLIER_ACTIVITY_TASK_SRV". This service is part of the following communication scenarios: Supplier Activity Task Integration (SAP_COM_0138). See https://api.sap.com/api/API_SUPPLIER_ACTIVITY_TASK_SRV for more information.

Hierarchy

  • any
    • SuplrActyTskPurchaserResp

Implements

Index

Properties

emailAddress

emailAddress: string

Email Address. Internet mail address, also called e-mail address. Example: user.name@company.comThe Internet mail address is used to send mail via the Internet world-wide; the protocol used is SMTP (Simple Mail Transfer Protocol).The Internet mail address format is specified in various RFCs (Internet Request for Comment), including RFCs 821 and 822.This is not an IP address (192.56.30.6). Maximum length: 241.

nullable

suplrActyTaskPartyUuid

suplrActyTaskPartyUuid: string

Task Party UUID.

suplrActyTaskUuid

suplrActyTaskUuid: string

Task UUID.

nullable

userId

userId: string

User ID. Maximum length: 12.

nullable

Static ALL_FIELDS

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

All fields selector.

Static EMAIL_ADDRESS

EMAIL_ADDRESS: StringField<SuplrActyTskPurchaserResp> = new StringField('EmailAddress', SuplrActyTskPurchaserResp, 'Edm.String')

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

Static SUPLR_ACTY_TASK_PARTY_UUID

SUPLR_ACTY_TASK_PARTY_UUID: StringField<SuplrActyTskPurchaserResp> = new StringField('SuplrActyTaskPartyUUID', SuplrActyTskPurchaserResp, 'Edm.Guid')

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

Static SUPLR_ACTY_TASK_UUID

SUPLR_ACTY_TASK_UUID: StringField<SuplrActyTskPurchaserResp> = new StringField('SuplrActyTaskUUID', SuplrActyTskPurchaserResp, 'Edm.Guid')

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

Static USER_ID

USER_ID: StringField<SuplrActyTskPurchaserResp> = new StringField('UserID', SuplrActyTskPurchaserResp, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SuplrActyTskPurchaserResp.SUPLR_ACTY_TASK_PARTY_UUID,SuplrActyTskPurchaserResp.SUPLR_ACTY_TASK_UUID,SuplrActyTskPurchaserResp.USER_ID,SuplrActyTskPurchaserResp.EMAIL_ADDRESS]

All fields of the SuplrActyTskPurchaserResp entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SuplrActyTskPurchaserResp"

Technical entity name for SuplrActyTskPurchaserResp.

Static _keyFields

_keyFields: Array<Selectable<SuplrActyTskPurchaserResp>> = [SuplrActyTskPurchaserResp.SUPLR_ACTY_TASK_PARTY_UUID]

All key fields of the SuplrActyTskPurchaserResp entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_TASK_SRV"

Technical service name for SuplrActyTskPurchaserResp.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrActyTskPurchaserResp>

    A builder that constructs instances of entity type SuplrActyTskPurchaserResp.

Static requestBuilder

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

    Returns SuplrActyTskPurchaserRespRequestBuilder

    A SuplrActyTskPurchaserResp request builder.