Class JobTemplate
Original entity name from the Odata EDM: JobTemplate
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobTemplateSelectableSelector for all available fields of JobTemplate.static final JobTemplateField<LocalDateTime>Use with available fluent helpers to apply the CreationDateTime field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the CreationUserName field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the JobPeriodicGranularity field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the JobPeriodicValue field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the JobReportName field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the JobTemplateName field to query operations.static final JobTemplateField<Integer>Use with available fluent helpers to apply the JobTemplateStepCount field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the JobTemplateText field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the JobTemplateVersion field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the JobUserName field to query operations.static final JobTemplateField<LocalDateTime>Use with available fluent helpers to apply the LastChangeDateTime field to query operations.static final JobTemplateField<String>Use with available fluent helpers to apply the LastChangeUserName field to query operations.static final JobTemplateField<Boolean>Use with available fluent helpers to apply the SupportsTestModeInd field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionJobTemplate(String jobTemplateName, String jobTemplateVersion, Integer jobTemplateStepCount, String jobPeriodicGranularity, String jobReportName, String jobUserName, String jobPeriodicValue, String jobTemplateText, LocalDateTime creationDateTime, String creationUserName, LocalDateTime lastChangeDateTime, String lastChangeUserName, Boolean supportsTestModeInd) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
JobTemplateField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> JobTemplateField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Precision: 7Constraints: Not nullable, Maximum length: 12protected Stringprotected StringConstraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 40Constraints: noneConstraints: Not nullable, Maximum length: 120(Key Field) Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 12getKey()Constraints: Not nullable, Precision: 7Constraints: Not nullable, Maximum length: 12Constraints: nonegetType()inthashCode()voidsetCreationDateTime(LocalDateTime creationDateTime) Constraints: Not nullable, Precision: 7voidsetCreationUserName(String creationUserName) Constraints: Not nullable, Maximum length: 12voidsetJobPeriodicGranularity(String jobPeriodicGranularity) Constraints: Not nullable, Maximum length: 2voidsetJobPeriodicValue(String jobPeriodicValue) Constraints: Not nullable, Maximum length: 3voidsetJobReportName(String jobReportName) Constraints: Not nullable, Maximum length: 40voidsetJobTemplateName(String jobTemplateName) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetJobTemplateStepCount(Integer jobTemplateStepCount) Constraints: nonevoidsetJobTemplateText(String jobTemplateText) Constraints: Not nullable, Maximum length: 120voidsetJobTemplateVersion(String jobTemplateVersion) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetJobUserName(String jobUserName) Constraints: Not nullable, Maximum length: 12voidsetLastChangeDateTime(LocalDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7voidsetLastChangeUserName(String lastChangeUserName) Constraints: Not nullable, Maximum length: 12protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSupportsTestModeInd(Boolean supportsTestModeInd) Constraints: nonetoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of JobTemplate. -
JOB_TEMPLATE_NAME
Use with available fluent helpers to apply the JobTemplateName field to query operations. -
JOB_TEMPLATE_VERSION
Use with available fluent helpers to apply the JobTemplateVersion field to query operations. -
JOB_TEMPLATE_STEP_COUNT
Use with available fluent helpers to apply the JobTemplateStepCount field to query operations. -
JOB_PERIODIC_GRANULARITY
Use with available fluent helpers to apply the JobPeriodicGranularity field to query operations. -
JOB_REPORT_NAME
Use with available fluent helpers to apply the JobReportName field to query operations. -
JOB_USER_NAME
Use with available fluent helpers to apply the JobUserName field to query operations. -
JOB_PERIODIC_VALUE
Use with available fluent helpers to apply the JobPeriodicValue field to query operations. -
JOB_TEMPLATE_TEXT
Use with available fluent helpers to apply the JobTemplateText field to query operations. -
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations. -
CREATION_USER_NAME
Use with available fluent helpers to apply the CreationUserName field to query operations. -
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations. -
LAST_CHANGE_USER_NAME
Use with available fluent helpers to apply the LastChangeUserName field to query operations. -
SUPPORTS_TEST_MODE_IND
Use with available fluent helpers to apply the SupportsTestModeInd field to query operations.
-
-
Constructor Details
-
JobTemplate
public JobTemplate() -
JobTemplate
public JobTemplate(@Nullable String jobTemplateName, @Nullable String jobTemplateVersion, @Nullable Integer jobTemplateStepCount, @Nullable String jobPeriodicGranularity, @Nullable String jobReportName, @Nullable String jobUserName, @Nullable String jobPeriodicValue, @Nullable String jobTemplateText, @Nullable LocalDateTime creationDateTime, @Nullable String creationUserName, @Nullable LocalDateTime lastChangeDateTime, @Nullable String lastChangeUserName, @Nullable Boolean supportsTestModeInd)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<JobTemplate>
-
setJobTemplateName
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: JobTemplateName
- Parameters:
jobTemplateName- The jobTemplateName to set.
-
setJobTemplateVersion
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: JobTemplateVersion
- Parameters:
jobTemplateVersion- The jobTemplateVersion to set.
-
setJobTemplateStepCount
Constraints: noneOriginal property name from the Odata EDM: JobTemplateStepCount
- Parameters:
jobTemplateStepCount- The jobTemplateStepCount to set.
-
setJobPeriodicGranularity
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: JobPeriodicGranularity
- Parameters:
jobPeriodicGranularity- The jobPeriodicGranularity to set.
-
setJobReportName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: JobReportName
- Parameters:
jobReportName- The jobReportName to set.
-
setJobUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: JobUserName
- Parameters:
jobUserName- The jobUserName to set.
-
setJobPeriodicValue
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: JobPeriodicValue
- Parameters:
jobPeriodicValue- The jobPeriodicValue to set.
-
setJobTemplateText
Constraints: Not nullable, Maximum length: 120Original property name from the Odata EDM: JobTemplateText
- Parameters:
jobTemplateText- The jobTemplateText to set.
-
setCreationDateTime
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.
- Parameters:
creationDateTime- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).
-
setCreationUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreationUserName
- Parameters:
creationUserName- The creationUserName to set.
-
setLastChangeDateTime
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.
- Parameters:
lastChangeDateTime- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).
-
setLastChangeUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangeUserName
- Parameters:
lastChangeUserName- The lastChangeUserName to set.
-
setSupportsTestModeInd
Constraints: noneOriginal property name from the Odata EDM: SupportsTestModeInd
- Parameters:
supportsTestModeInd- General Flag
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<JobTemplate>
-
getKey
- Overrides:
getKeyin classVdmObject<JobTemplate>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<JobTemplate>
-
fromMap
- Overrides:
fromMapin classVdmObject<JobTemplate>
-
field
@Nonnull public static <T> JobTemplateField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> JobTemplateField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<JobTemplate>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<JobTemplate>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<JobTemplate>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<JobTemplate>
-
builder
-
getJobTemplateName
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: JobTemplateName
- Returns:
- The jobTemplateName contained in this entity.
-
getJobTemplateVersion
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: JobTemplateVersion
- Returns:
- The jobTemplateVersion contained in this entity.
-
getJobTemplateStepCount
Constraints: noneOriginal property name from the Odata EDM: JobTemplateStepCount
- Returns:
- The jobTemplateStepCount contained in this entity.
-
getJobPeriodicGranularity
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: JobPeriodicGranularity
- Returns:
- The jobPeriodicGranularity contained in this entity.
-
getJobReportName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: JobReportName
- Returns:
- The jobReportName contained in this entity.
-
getJobUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: JobUserName
- Returns:
- The jobUserName contained in this entity.
-
getJobPeriodicValue
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: JobPeriodicValue
- Returns:
- The jobPeriodicValue contained in this entity.
-
getJobTemplateText
Constraints: Not nullable, Maximum length: 120Original property name from the Odata EDM: JobTemplateText
- Returns:
- The jobTemplateText contained in this entity.
-
getCreationDateTime
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:
- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).
-
getCreationUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreationUserName
- Returns:
- The creationUserName contained in this entity.
-
getLastChangeDateTime
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:
- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).
-
getLastChangeUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangeUserName
- Returns:
- The lastChangeUserName contained in this entity.
-
getSupportsTestModeInd
Constraints: noneOriginal property name from the Odata EDM: SupportsTestModeInd
- Returns:
- General Flag
-
toString
- Overrides:
toStringin classVdmObject<JobTemplate>
-
equals
- Overrides:
equalsin classVdmEntity<JobTemplate>
-
canEqual
- Overrides:
canEqualin classVdmEntity<JobTemplate>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<JobTemplate>
-