Class JobScheduleStatus.JobScheduleStatusBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.externaljobschedulerintegration.JobScheduleStatus.JobScheduleStatusBuilder
- Enclosing class:
- JobScheduleStatus
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 32jobRunCount(String jobRunCount) (Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 1returnCode(Short returnCode) Constraints: nonetoString()
-
Method Details
-
jobName
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: JobName
- Returns:
this.
-
jobRunCount
@Nonnull public JobScheduleStatus.JobScheduleStatusBuilder jobRunCount(@Nullable String jobRunCount) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: JobRunCount
- Returns:
this.
-
jobStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: JobStatus
- Returns:
this.
-
returnCode
Constraints: noneOriginal property name from the Odata EDM: ReturnCode
- Returns:
this.
-
build
-
toString
-