Class QualityTaskLongText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: QualityTaskLongText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of QualityTaskLongText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<QualityTaskLongText>Selector for all available fields of QualityTaskLongText.static final SimpleProperty.String<QualityTaskLongText>static final SimpleProperty.DateTime<QualityTaskLongText>static final SimpleProperty.String<QualityTaskLongText>static final SimpleProperty.String<QualityTaskLongText>static final SimpleProperty.NumericInteger<QualityTaskLongText>static final SimpleProperty.DateTime<QualityTaskLongText>static final SimpleProperty.String<QualityTaskLongText>static final SimpleProperty.String<QualityTaskLongText>static final SimpleProperty.String<QualityTaskLongText>static final NavigationProperty.Single<QualityTaskLongText,QualityTask> Use with available request builders to apply the _QualityTask navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionQualityTaskLongText(String qualityTaskInternalId, Short longTextInternalNumber, String language, String longTextID, String qualityTaskLongText, String longTextCreatedByUser, OffsetDateTime longTextCreatedAt, String longTextLastChangedByUser, OffsetDateTime longTextLastChangedAt, QualityTask to_QualityTask) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: NullableConstraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullableConstraints: NullableConstraints: Not nullable, Maximum length: 12io.vavr.control.Option<QualityTask>Retrieval of associated QualityTask entity (one to one).(Key Field) Constraints: Not nullable, Maximum length: 12Constraints: Not nullablegetType()inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetLongTextCreatedAt(OffsetDateTime longTextCreatedAt) Constraints: NullablevoidsetLongTextCreatedByUser(String longTextCreatedByUser) Constraints: Not nullable, Maximum length: 12voidsetLongTextID(String longTextID) Constraints: Not nullable, Maximum length: 4voidsetLongTextInternalNumber(Short longTextInternalNumber) (Key Field) Constraints: Not nullablevoidsetLongTextLastChangedAt(OffsetDateTime longTextLastChangedAt) Constraints: NullablevoidsetLongTextLastChangedByUser(String longTextLastChangedByUser) Constraints: Not nullable, Maximum length: 12voidsetQualityTask(QualityTask value) Overwrites the associated QualityTask entity for the loaded navigation property _QualityTask.voidsetQualityTaskInternalId(String qualityTaskInternalId) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetQualityTaskLongText(String qualityTaskLongText) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of QualityTaskLongText. -
QUALITY_TASK_INTERNAL_ID
-
LONG_TEXT_INTERNAL_NUMBER
-
LANGUAGE
-
LONG_TEXT_ID
-
QUALITY_TASK_LONG_TEXT
-
LONG_TEXT_CREATED_BY_USER
-
LONG_TEXT_CREATED_AT
-
LONG_TEXT_LAST_CHANGED_BY_USER
-
LONG_TEXT_LAST_CHANGED_AT
-
TO__QUALITY_TASK
Use with available request builders to apply the _QualityTask navigation property to query operations.
-
-
Constructor Details
-
QualityTaskLongText
public QualityTaskLongText() -
QualityTaskLongText
public QualityTaskLongText(@Nullable String qualityTaskInternalId, @Nullable Short longTextInternalNumber, @Nullable String language, @Nullable String longTextID, @Nullable String qualityTaskLongText, @Nullable String longTextCreatedByUser, @Nullable OffsetDateTime longTextCreatedAt, @Nullable String longTextLastChangedByUser, @Nullable OffsetDateTime longTextLastChangedAt, @Nullable QualityTask to_QualityTask)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<QualityTaskLongText>
-
setQualityTaskInternalId
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: QualityTaskInternalId
- Parameters:
qualityTaskInternalId- Notification Number
-
setLongTextInternalNumber
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LongTextInternalNumber
- Parameters:
longTextInternalNumber- Long Text Counter
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setLongTextID
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Parameters:
longTextID- Text ID
-
setQualityTaskLongText
Constraints: Not nullableOriginal property name from the Odata EDM: QualityTaskLongText
- Parameters:
qualityTaskLongText- Long Text
-
setLongTextCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LongTextCreatedByUser
- Parameters:
longTextCreatedByUser- Name of Person Responsible for Creating the Object
-
setLongTextCreatedAt
Constraints: NullableOriginal property name from the Odata EDM: LongTextCreatedAt
- Parameters:
longTextCreatedAt- Long Text Created On as Timestamp in UTC
-
setLongTextLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LongTextLastChangedByUser
- Parameters:
longTextLastChangedByUser- Name of Person Who Changed Object
-
setLongTextLastChangedAt
Constraints: NullableOriginal property name from the Odata EDM: LongTextLastChangedAt
- Parameters:
longTextLastChangedAt- Long Text Changed On as Timestamp in UTC
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<QualityTaskLongText>
-
getKey
- Overrides:
getKeyin classVdmObject<QualityTaskLongText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<QualityTaskLongText>
-
fromMap
- Overrides:
fromMapin classVdmObject<QualityTaskLongText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<QualityTaskLongText>
-
getQualityTaskIfPresent
Retrieval of associated QualityTask entity (one to one). This corresponds to the OData navigation property _QualityTask.If the navigation property for an entity QualityTaskLongText has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _QualityTask is already loaded, the result will contain
the QualityTask entity. If not, an
Optionwith result stateemptyis returned.
-
setQualityTask
Overwrites the associated QualityTask entity for the loaded navigation property _QualityTask.- Parameters:
value- New QualityTask entity.
-
builder
-
getQualityTaskInternalId
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: QualityTaskInternalId
- Returns:
- Notification Number
-
getLongTextInternalNumber
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LongTextInternalNumber
- Returns:
- Long Text Counter
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getLongTextID
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
- Text ID
-
getQualityTaskLongText
Constraints: Not nullableOriginal property name from the Odata EDM: QualityTaskLongText
- Returns:
- Long Text
-
getLongTextCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LongTextCreatedByUser
- Returns:
- Name of Person Responsible for Creating the Object
-
getLongTextCreatedAt
Constraints: NullableOriginal property name from the Odata EDM: LongTextCreatedAt
- Returns:
- Long Text Created On as Timestamp in UTC
-
getLongTextLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LongTextLastChangedByUser
- Returns:
- Name of Person Who Changed Object
-
getLongTextLastChangedAt
Constraints: NullableOriginal property name from the Odata EDM: LongTextLastChangedAt
- Returns:
- Long Text Changed On as Timestamp in UTC
-
toString
- Overrides:
toStringin classVdmObject<QualityTaskLongText>
-
equals
- Overrides:
equalsin classVdmEntity<QualityTaskLongText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<QualityTaskLongText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<QualityTaskLongText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<QualityTaskLongText>
-