public static class JobScheduleStatus.JobScheduleStatusBuilder extends Object
Modifier and Type | Method and Description |
---|---|
JobScheduleStatus |
build() |
JobScheduleStatus.JobScheduleStatusBuilder |
jobName(String jobName)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
JobScheduleStatus.JobScheduleStatusBuilder |
jobRunCount(String jobRunCount)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
JobScheduleStatus.JobScheduleStatusBuilder |
jobStatus(String jobStatus)
Constraints: Not nullable, Maximum length: 1
|
JobScheduleStatus.JobScheduleStatusBuilder |
returnCode(Short returnCode)
Constraints: none
|
String |
toString() |
@Nonnull public JobScheduleStatus.JobScheduleStatusBuilder jobName(@Nullable String jobName)
Original property name from the Odata EDM: JobName
this
.@Nonnull public JobScheduleStatus.JobScheduleStatusBuilder jobRunCount(@Nullable String jobRunCount)
Original property name from the Odata EDM: JobRunCount
this
.@Nonnull public JobScheduleStatus.JobScheduleStatusBuilder jobStatus(@Nullable String jobStatus)
Original property name from the Odata EDM: JobStatus
this
.@Nonnull public JobScheduleStatus.JobScheduleStatusBuilder returnCode(@Nullable Short returnCode)
Original property name from the Odata EDM: ReturnCode
this
.@Nonnull public JobScheduleStatus build()
Copyright © 2021 SAP SE. All rights reserved.