Class JobTemplate.JobTemplateBuilder
- Enclosing class:
- JobTemplate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()creationDateTime(LocalDateTime creationDateTime) Constraints: Not nullable, Precision: 7creationUserName(String creationUserName) Constraints: Not nullable, Maximum length: 12jobPeriodicGranularity(String jobPeriodicGranularity) Constraints: Not nullable, Maximum length: 2jobPeriodicValue(String jobPeriodicValue) Constraints: Not nullable, Maximum length: 3jobReportName(String jobReportName) Constraints: Not nullable, Maximum length: 40jobTemplateName(String jobTemplateName) (Key Field) Constraints: Not nullable, Maximum length: 40jobTemplateStepCount(Integer jobTemplateStepCount) Constraints: nonejobTemplateText(String jobTemplateText) Constraints: Not nullable, Maximum length: 120jobTemplateVersion(String jobTemplateVersion) (Key Field) Constraints: Not nullable, Maximum length: 1jobUserName(String jobUserName) Constraints: Not nullable, Maximum length: 12lastChangeDateTime(LocalDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7lastChangeUserName(String lastChangeUserName) Constraints: Not nullable, Maximum length: 12supportsTestModeInd(Boolean supportsTestModeInd) Constraints: nonetoString()
-
Method Details
-
jobTemplateName
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: JobTemplateName
- Returns:
this.
-
jobTemplateVersion
@Nonnull public JobTemplate.JobTemplateBuilder jobTemplateVersion(@Nullable String jobTemplateVersion) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: JobTemplateVersion
- Returns:
this.
-
jobTemplateStepCount
@Nonnull public JobTemplate.JobTemplateBuilder jobTemplateStepCount(@Nullable Integer jobTemplateStepCount) Constraints: noneOriginal property name from the Odata EDM: JobTemplateStepCount
- Returns:
this.
-
jobPeriodicGranularity
@Nonnull public JobTemplate.JobTemplateBuilder jobPeriodicGranularity(@Nullable String jobPeriodicGranularity) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: JobPeriodicGranularity
- Returns:
this.
-
jobReportName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: JobReportName
- Returns:
this.
-
jobUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: JobUserName
- Returns:
this.
-
jobPeriodicValue
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: JobPeriodicValue
- Returns:
this.
-
jobTemplateText
Constraints: Not nullable, Maximum length: 120Original property name from the Odata EDM: JobTemplateText
- Returns:
this.
-
creationDateTime
@Nonnull public JobTemplate.JobTemplateBuilder creationDateTime(@Nullable LocalDateTime creationDateTime) Constraints: Not nullable, Precision: 7Original 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.
- Returns:
this.
-
creationUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreationUserName
- Returns:
this.
-
lastChangeDateTime
@Nonnull public JobTemplate.JobTemplateBuilder lastChangeDateTime(@Nullable LocalDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original 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.
- Returns:
this.
-
lastChangeUserName
@Nonnull public JobTemplate.JobTemplateBuilder lastChangeUserName(@Nullable String lastChangeUserName) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangeUserName
- Returns:
this.
-
supportsTestModeInd
@Nonnull public JobTemplate.JobTemplateBuilder supportsTestModeInd(@Nullable Boolean supportsTestModeInd) Constraints: noneOriginal property name from the Odata EDM: SupportsTestModeInd
- Returns:
this.
-
build
-
toString
-