Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • JobScheduleStatus

Implements

Index

Properties

jobName

jobName: string

Job Name. Maximum length: 32.

jobRunCount

jobRunCount: string

Job Run Count. Maximum length: 8.

jobStatus

jobStatus: string

Job Status. Maximum length: 1.

nullable

returnCode

returnCode: number

Signed INT2 / Edm.int16.

nullable

Static JOB_NAME

JOB_NAME: StringField<JobScheduleStatus> = new StringField('JobName', JobScheduleStatus, 'Edm.String')

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

Static JOB_RUN_COUNT

JOB_RUN_COUNT: StringField<JobScheduleStatus> = new StringField('JobRunCount', JobScheduleStatus, 'Edm.String')

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

Static JOB_STATUS

JOB_STATUS: StringField<JobScheduleStatus> = new StringField('JobStatus', JobScheduleStatus, 'Edm.String')

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

Static RETURN_CODE

RETURN_CODE: NumberField<JobScheduleStatus> = new NumberField('ReturnCode', JobScheduleStatus, '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[] = [JobScheduleStatus.JOB_NAME,JobScheduleStatus.JOB_RUN_COUNT,JobScheduleStatus.JOB_STATUS,JobScheduleStatus.RETURN_CODE]

All fields of the JobScheduleStatus 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 = "JobScheduleStatusCollection"

Technical entity name for JobScheduleStatus.

Static _keyFields

_keyFields: Array<Selectable<JobScheduleStatus>> = [JobScheduleStatus.JOB_NAME, JobScheduleStatus.JOB_RUN_COUNT]

All key fields of the JobScheduleStatus entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "BC_EXT_APPJOB_MANAGEMENT"

Technical service name for JobScheduleStatus.

Methods

Static builder

  • Returns an entity builder to construct instances JobScheduleStatus.

    Returns EntityBuilderType<JobScheduleStatus, JobScheduleStatusType>

    A builder that constructs instances of entity type JobScheduleStatus.

Static requestBuilder

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

    Returns JobScheduleStatusRequestBuilder

    A JobScheduleStatus request builder.