Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "FuncImpReturnCollection" of service "BC_EXT_APPJOB_MANAGEMENT". See https://api.sap.com/api/BC_EXT_APPJOB_MANAGEMENT;v=0002 for more information.

Hierarchy

  • any
    • FuncImpReturn

Implements

Index

Properties

returnCode

returnCode: number

Signed INT2 / Edm.int16.

Static ALL_FIELDS

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

All fields selector.

Static RETURN_CODE

RETURN_CODE: NumberField<FuncImpReturn> = new NumberField('ReturnCode', FuncImpReturn, 'Edm.Int16')

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

Static _allFields

_allFields: any[] = [FuncImpReturn.RETURN_CODE]

All fields of the FuncImpReturn entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/SAP/BC_EXT_APPJOB_MANAGEMENT;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "FuncImpReturnCollection"

Technical entity name for FuncImpReturn.

Static _keyFields

_keyFields: Array<Selectable<FuncImpReturn>> = [FuncImpReturn.RETURN_CODE]

All key fields of the FuncImpReturn entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "BC_EXT_APPJOB_MANAGEMENT"

Technical service name for FuncImpReturn.

Methods

Static builder

  • Returns an entity builder to construct instances FuncImpReturn.

    Returns EntityBuilderType<FuncImpReturn, FuncImpReturnType>

    A builder that constructs instances of entity type FuncImpReturn.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<FuncImpReturn>

    A builder that constructs instances of entity type FuncImpReturn.

Static requestBuilder

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

    Returns FuncImpReturnRequestBuilder

    A FuncImpReturn request builder.