public static class JobTemplate.JobTemplateBuilder extends Object
Modifier and Type | Method and Description |
---|---|
JobTemplate |
build() |
JobTemplate.JobTemplateBuilder |
creationDateTime(LocalDateTime creationDateTime)
Constraints: Not nullable, Precision: 7
|
JobTemplate.JobTemplateBuilder |
creationUserName(String creationUserName)
Constraints: Not nullable, Maximum length: 12
|
JobTemplate.JobTemplateBuilder |
jobPeriodicGranularity(String jobPeriodicGranularity)
Constraints: Not nullable, Maximum length: 2
|
JobTemplate.JobTemplateBuilder |
jobPeriodicValue(String jobPeriodicValue)
Constraints: Not nullable, Maximum length: 3
|
JobTemplate.JobTemplateBuilder |
jobReportName(String jobReportName)
Constraints: Not nullable, Maximum length: 40
|
JobTemplate.JobTemplateBuilder |
jobTemplateName(String jobTemplateName)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
JobTemplate.JobTemplateBuilder |
jobTemplateStepCount(Integer jobTemplateStepCount)
Constraints: none
|
JobTemplate.JobTemplateBuilder |
jobTemplateText(String jobTemplateText)
Constraints: Not nullable, Maximum length: 120
|
JobTemplate.JobTemplateBuilder |
jobTemplateVersion(String jobTemplateVersion)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
JobTemplate.JobTemplateBuilder |
jobUserName(String jobUserName)
Constraints: Not nullable, Maximum length: 12
|
JobTemplate.JobTemplateBuilder |
lastChangeDateTime(LocalDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
JobTemplate.JobTemplateBuilder |
lastChangeUserName(String lastChangeUserName)
Constraints: Not nullable, Maximum length: 12
|
JobTemplate.JobTemplateBuilder |
supportsTestModeInd(Boolean supportsTestModeInd)
Constraints: none
|
String |
toString() |
@Nonnull public JobTemplate.JobTemplateBuilder jobTemplateName(@Nullable String jobTemplateName)
Original property name from the Odata EDM: JobTemplateName
this
.@Nonnull public JobTemplate.JobTemplateBuilder jobTemplateVersion(@Nullable String jobTemplateVersion)
Original property name from the Odata EDM: JobTemplateVersion
this
.@Nonnull public JobTemplate.JobTemplateBuilder jobTemplateStepCount(@Nullable Integer jobTemplateStepCount)
Original property name from the Odata EDM: JobTemplateStepCount
this
.@Nonnull public JobTemplate.JobTemplateBuilder jobPeriodicGranularity(@Nullable String jobPeriodicGranularity)
Original property name from the Odata EDM: JobPeriodicGranularity
this
.@Nonnull public JobTemplate.JobTemplateBuilder jobReportName(@Nullable String jobReportName)
Original property name from the Odata EDM: JobReportName
this
.@Nonnull public JobTemplate.JobTemplateBuilder jobUserName(@Nullable String jobUserName)
Original property name from the Odata EDM: JobUserName
this
.@Nonnull public JobTemplate.JobTemplateBuilder jobPeriodicValue(@Nullable String jobPeriodicValue)
Original property name from the Odata EDM: JobPeriodicValue
this
.@Nonnull public JobTemplate.JobTemplateBuilder jobTemplateText(@Nullable String jobTemplateText)
Original property name from the Odata EDM: JobTemplateText
this
.@Nonnull public JobTemplate.JobTemplateBuilder creationDateTime(@Nullable LocalDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose. Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone. The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure. See also GET TIME STAMP A UTC time stamp in short form is also available.
this
.@Nonnull public JobTemplate.JobTemplateBuilder creationUserName(@Nullable String creationUserName)
Original property name from the Odata EDM: CreationUserName
this
.@Nonnull public JobTemplate.JobTemplateBuilder lastChangeDateTime(@Nullable LocalDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose. Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone. The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure. See also GET TIME STAMP A UTC time stamp in short form is also available.
this
.@Nonnull public JobTemplate.JobTemplateBuilder lastChangeUserName(@Nullable String lastChangeUserName)
Original property name from the Odata EDM: LastChangeUserName
this
.@Nonnull public JobTemplate.JobTemplateBuilder supportsTestModeInd(@Nullable Boolean supportsTestModeInd)
Original property name from the Odata EDM: SupportsTestModeInd
this
.@Nonnull public JobTemplate build()
Copyright © 2021 SAP SE. All rights reserved.