Class DefectDetailedDescription
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: DefectDetailedDescription_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of DefectDetailedDescription instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<DefectDetailedDescription>Selector for all available fields of DefectDetailedDescription.static final SimpleProperty.String<DefectDetailedDescription>static final SimpleProperty.String<DefectDetailedDescription>static final SimpleProperty.String<DefectDetailedDescription>static final SimpleProperty.DateTime<DefectDetailedDescription>static final SimpleProperty.String<DefectDetailedDescription>static final SimpleProperty.NumericInteger<DefectDetailedDescription>static final SimpleProperty.DateTime<DefectDetailedDescription>static final SimpleProperty.String<DefectDetailedDescription>static final NavigationProperty.Single<DefectDetailedDescription,Defect> Use with available request builders to apply the _Defect 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
ConstructorsConstructorDescriptionDefectDetailedDescription(String defectInternalID, Short longTextInternalNumber, String language, String defectLongText, String longTextCreatedByUser, OffsetDateTime longTextCreatedAt, String longTextLastChangedByUser, OffsetDateTime longTextLastChangedAt, Defect to_Defect) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringio.vavr.control.Option<Defect>Retrieval of associated Defect entity (one to one).(Key Field) Constraints: Not nullable, Maximum length: 12Constraints: Not nullableprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: NullableConstraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullableConstraints: NullableConstraints: Not nullable, Maximum length: 12getType()inthashCode()voidOverwrites the associated Defect entity for the loaded navigation property _Defect.voidsetDefectInternalID(String defectInternalID) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetDefectLongText(String defectLongText) Constraints: Not nullablevoidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetLongTextCreatedAt(OffsetDateTime longTextCreatedAt) Constraints: NullablevoidsetLongTextCreatedByUser(String longTextCreatedByUser) Constraints: Not nullable, Maximum length: 12voidsetLongTextInternalNumber(Short longTextInternalNumber) (Key Field) Constraints: Not nullablevoidsetLongTextLastChangedAt(OffsetDateTime longTextLastChangedAt) Constraints: NullablevoidsetLongTextLastChangedByUser(String longTextLastChangedByUser) 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 DefectDetailedDescription. -
DEFECT_INTERNAL_ID
-
LONG_TEXT_INTERNAL_NUMBER
public static final SimpleProperty.NumericInteger<DefectDetailedDescription> LONG_TEXT_INTERNAL_NUMBER -
LANGUAGE
-
DEFECT_LONG_TEXT
-
LONG_TEXT_CREATED_BY_USER
-
LONG_TEXT_CREATED_AT
-
LONG_TEXT_LAST_CHANGED_BY_USER
-
LONG_TEXT_LAST_CHANGED_AT
-
TO__DEFECT
Use with available request builders to apply the _Defect navigation property to query operations.
-
-
Constructor Details
-
DefectDetailedDescription
public DefectDetailedDescription() -
DefectDetailedDescription
public DefectDetailedDescription(@Nullable String defectInternalID, @Nullable Short longTextInternalNumber, @Nullable String language, @Nullable String defectLongText, @Nullable String longTextCreatedByUser, @Nullable OffsetDateTime longTextCreatedAt, @Nullable String longTextLastChangedByUser, @Nullable OffsetDateTime longTextLastChangedAt, @Nullable Defect to_Defect)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<DefectDetailedDescription>
-
setDefectInternalID
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: DefectInternalID
- Parameters:
defectInternalID- Internal Defect ID
-
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
-
setDefectLongText
Constraints: Not nullableOriginal property name from the Odata EDM: DefectLongText
- Parameters:
defectLongText- 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<DefectDetailedDescription>
-
getKey
- Overrides:
getKeyin classVdmObject<DefectDetailedDescription>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<DefectDetailedDescription>
-
fromMap
- Overrides:
fromMapin classVdmObject<DefectDetailedDescription>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<DefectDetailedDescription>
-
getDefectIfPresent
Retrieval of associated Defect entity (one to one). This corresponds to the OData navigation property _Defect.If the navigation property for an entity DefectDetailedDescription 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 _Defect is already loaded, the result will contain the
Defect entity. If not, an
Optionwith result stateemptyis returned.
-
setDefect
Overwrites the associated Defect entity for the loaded navigation property _Defect.- Parameters:
value- New Defect entity.
-
builder
-
getDefectInternalID
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: DefectInternalID
- Returns:
- Internal Defect ID
-
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
-
getDefectLongText
Constraints: Not nullableOriginal property name from the Odata EDM: DefectLongText
- 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<DefectDetailedDescription>
-
equals
- Overrides:
equalsin classVdmEntity<DefectDetailedDescription>
-
canEqual
- Overrides:
canEqualin classVdmEntity<DefectDetailedDescription>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<DefectDetailedDescription>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<DefectDetailedDescription>
-