Class QualityNotificationLongText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: QualityNotificationLongText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of QualityNotificationLongText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<QualityNotificationLongText>Selector for all available fields of QualityNotificationLongText.static final SimpleProperty.String<QualityNotificationLongText>static final SimpleProperty.DateTime<QualityNotificationLongText>static final SimpleProperty.String<QualityNotificationLongText>static final SimpleProperty.String<QualityNotificationLongText>static final SimpleProperty.NumericInteger<QualityNotificationLongText>static final SimpleProperty.DateTime<QualityNotificationLongText>static final SimpleProperty.String<QualityNotificationLongText>static final SimpleProperty.String<QualityNotificationLongText>static final SimpleProperty.String<QualityNotificationLongText>Use with available request builders to apply the _QltyNotification 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
ConstructorsConstructorDescriptionQualityNotificationLongText(String qualityNotification, Short longTextInternalNumber, String language, String longTextID, String qltyNotificationLongText, String longTextCreatedByUser, OffsetDateTime longTextCreatedAt, String longTextLastChangedByUser, OffsetDateTime longTextLastChangedAt, QualityNotification to_QltyNotification) -
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<QualityNotification>Retrieval of associated QualityNotification entity (one to one).Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 12getType()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: 12voidOverwrites the associated QualityNotification entity for the loaded navigation property _QltyNotification.voidsetQltyNotificationLongText(String qltyNotificationLongText) Constraints: Not nullablevoidsetQualityNotification(String qualityNotification) (Key Field) Constraints: Not nullable, Maximum length: 12toString()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 QualityNotificationLongText. -
QUALITY_NOTIFICATION
-
LONG_TEXT_INTERNAL_NUMBER
public static final SimpleProperty.NumericInteger<QualityNotificationLongText> LONG_TEXT_INTERNAL_NUMBER -
LANGUAGE
-
LONG_TEXT_ID
-
QLTY_NOTIFICATION_LONG_TEXT
-
LONG_TEXT_CREATED_BY_USER
-
LONG_TEXT_CREATED_AT
-
LONG_TEXT_LAST_CHANGED_BY_USER
public static final SimpleProperty.String<QualityNotificationLongText> LONG_TEXT_LAST_CHANGED_BY_USER -
LONG_TEXT_LAST_CHANGED_AT
-
TO__QLTY_NOTIFICATION
public static final NavigationProperty.Single<QualityNotificationLongText,QualityNotification> TO__QLTY_NOTIFICATIONUse with available request builders to apply the _QltyNotification navigation property to query operations.
-
-
Constructor Details
-
QualityNotificationLongText
public QualityNotificationLongText() -
QualityNotificationLongText
public QualityNotificationLongText(@Nullable String qualityNotification, @Nullable Short longTextInternalNumber, @Nullable String language, @Nullable String longTextID, @Nullable String qltyNotificationLongText, @Nullable String longTextCreatedByUser, @Nullable OffsetDateTime longTextCreatedAt, @Nullable String longTextLastChangedByUser, @Nullable OffsetDateTime longTextLastChangedAt, @Nullable QualityNotification to_QltyNotification)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<QualityNotificationLongText>
-
setQualityNotification
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: QualityNotification
- Parameters:
qualityNotification- 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
-
setQltyNotificationLongText
Constraints: Not nullableOriginal property name from the Odata EDM: QltyNotificationLongText
- Parameters:
qltyNotificationLongText- 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- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
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- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<QualityNotificationLongText>
-
getKey
- Overrides:
getKeyin classVdmObject<QualityNotificationLongText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<QualityNotificationLongText>
-
fromMap
- Overrides:
fromMapin classVdmObject<QualityNotificationLongText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<QualityNotificationLongText>
-
getQltyNotificationIfPresent
Retrieval of associated QualityNotification entity (one to one). This corresponds to the OData navigation property _QltyNotification.If the navigation property for an entity QualityNotificationLongText 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 _QltyNotification is already loaded, the result will
contain the QualityNotification entity. If not, an
Optionwith result stateemptyis returned.
-
setQltyNotification
Overwrites the associated QualityNotification entity for the loaded navigation property _QltyNotification.- Parameters:
value- New QualityNotification entity.
-
builder
-
getQualityNotification
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: QualityNotification
- 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
-
getQltyNotificationLongText
Constraints: Not nullableOriginal property name from the Odata EDM: QltyNotificationLongText
- 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:
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
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:
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
toString
- Overrides:
toStringin classVdmObject<QualityNotificationLongText>
-
equals
- Overrides:
equalsin classVdmEntity<QualityNotificationLongText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<QualityNotificationLongText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<QualityNotificationLongText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<QualityNotificationLongText>
-