Class EntProjElmntDlvbrlTypeText
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<EntProjElmntDlvbrlTypeText>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectdeliverabletype.EntProjElmntDlvbrlTypeText
- All Implemented Interfaces:
VdmEntitySet
public class EntProjElmntDlvbrlTypeText
extends VdmEntity<EntProjElmntDlvbrlTypeText>
implements VdmEntitySet
Deliverable Type - Text
Original entity name from the Odata EDM: EntProjElmntDlvbrlTypeText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of EntProjElmntDlvbrlTypeText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<EntProjElmntDlvbrlTypeText>Selector for all available fields of EntProjElmntDlvbrlTypeText.static final SimpleProperty.String<EntProjElmntDlvbrlTypeText>static final SimpleProperty.String<EntProjElmntDlvbrlTypeText>static final SimpleProperty.String<EntProjElmntDlvbrlTypeText>Use with available request builders to apply the _DeliverableType 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
ConstructorsConstructorDescriptionEntProjElmntDlvbrlTypeText(String language, String entProjElmntDeliverableType, String entProjElmntDlvbrlTypeText, EntProjElmntDlvbrlType to_DeliverableType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringio.vavr.control.Option<EntProjElmntDlvbrlType>Retrieval of associated EntProjElmntDlvbrlType entity (one to one).protected String(Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 20protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidOverwrites the associated EntProjElmntDlvbrlType entity for the loaded navigation property _DeliverableType.voidsetEntProjElmntDeliverableType(String entProjElmntDeliverableType) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetEntProjElmntDlvbrlTypeText(String entProjElmntDlvbrlTypeText) Constraints: Not nullable, Maximum length: 20voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2toString()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 EntProjElmntDlvbrlTypeText. -
LANGUAGE
-
ENT_PROJ_ELMNT_DELIVERABLE_TYPE
public static final SimpleProperty.String<EntProjElmntDlvbrlTypeText> ENT_PROJ_ELMNT_DELIVERABLE_TYPE -
ENT_PROJ_ELMNT_DLVBRL_TYPE_TEXT
public static final SimpleProperty.String<EntProjElmntDlvbrlTypeText> ENT_PROJ_ELMNT_DLVBRL_TYPE_TEXT -
TO__DELIVERABLE_TYPE
public static final NavigationProperty.Single<EntProjElmntDlvbrlTypeText,EntProjElmntDlvbrlType> TO__DELIVERABLE_TYPEUse with available request builders to apply the _DeliverableType navigation property to query operations.
-
-
Constructor Details
-
EntProjElmntDlvbrlTypeText
public EntProjElmntDlvbrlTypeText() -
EntProjElmntDlvbrlTypeText
public EntProjElmntDlvbrlTypeText(@Nullable String language, @Nullable String entProjElmntDeliverableType, @Nullable String entProjElmntDlvbrlTypeText, @Nullable EntProjElmntDlvbrlType to_DeliverableType)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<EntProjElmntDlvbrlTypeText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setEntProjElmntDeliverableType
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: EntProjElmntDeliverableType
- Parameters:
entProjElmntDeliverableType- Type of a Project Element Deliverable
-
setEntProjElmntDlvbrlTypeText
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: EntProjElmntDlvbrlTypeText
- Parameters:
entProjElmntDlvbrlTypeText- General Name
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<EntProjElmntDlvbrlTypeText>
-
getKey
- Overrides:
getKeyin classVdmObject<EntProjElmntDlvbrlTypeText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<EntProjElmntDlvbrlTypeText>
-
fromMap
- Overrides:
fromMapin classVdmObject<EntProjElmntDlvbrlTypeText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<EntProjElmntDlvbrlTypeText>
-
getDeliverableTypeIfPresent
Retrieval of associated EntProjElmntDlvbrlType entity (one to one). This corresponds to the OData navigation property _DeliverableType.If the navigation property for an entity EntProjElmntDlvbrlTypeText 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 _DeliverableType is already loaded, the result will
contain the EntProjElmntDlvbrlType entity. If not, an
Optionwith result stateemptyis returned.
-
setDeliverableType
Overwrites the associated EntProjElmntDlvbrlType entity for the loaded navigation property _DeliverableType.- Parameters:
value- New EntProjElmntDlvbrlType entity.
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getEntProjElmntDeliverableType
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: EntProjElmntDeliverableType
- Returns:
- Type of a Project Element Deliverable
-
getEntProjElmntDlvbrlTypeText
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: EntProjElmntDlvbrlTypeText
- Returns:
- General Name
-
toString
- Overrides:
toStringin classVdmObject<EntProjElmntDlvbrlTypeText>
-
equals
- Overrides:
equalsin classVdmEntity<EntProjElmntDlvbrlTypeText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<EntProjElmntDlvbrlTypeText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<EntProjElmntDlvbrlTypeText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<EntProjElmntDlvbrlTypeText>
-