Class MrchdsCatHierNodeText
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<MrchdsCatHierNodeText>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategoryhierarchynode.MrchdsCatHierNodeText
- All Implemented Interfaces:
VdmEntitySet
Merchandise Category Hierarchy Node Text
Original entity name from the Odata EDM: MrchdsCatHierNodeText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of MrchdsCatHierNodeText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<MrchdsCatHierNodeText>Selector for all available fields of MrchdsCatHierNodeText.static final SimpleProperty.String<MrchdsCatHierNodeText>static final SimpleProperty.String<MrchdsCatHierNodeText>static final SimpleProperty.String<MrchdsCatHierNodeText>Use with available request builders to apply the _MrchdsCatHierarchyNodeTP 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
ConstructorsConstructorDescriptionMrchdsCatHierNodeText(String mrchdsCategoryHierarchyNode, String language, String mrchdsCatHierNodeText, MrchdsCatHierarchyNode to_MrchdsCatHierarchyNodeTP) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 18io.vavr.control.Option<MrchdsCatHierarchyNode>Retrieval of associated MrchdsCatHierarchyNode entity (one to one).Constraints: Not nullable, Maximum length: 40getType()inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetMrchdsCategoryHierarchyNode(String mrchdsCategoryHierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 18voidOverwrites the associated MrchdsCatHierarchyNode entity for the loaded navigation property _MrchdsCatHierarchyNodeTP.voidsetMrchdsCatHierNodeText(String mrchdsCatHierNodeText) Constraints: Not nullable, Maximum length: 40toString()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 MrchdsCatHierNodeText. -
MRCHDS_CATEGORY_HIERARCHY_NODE
-
LANGUAGE
-
MRCHDS_CAT_HIER_NODE_TEXT
-
TO__MRCHDS_CAT_HIERARCHY_NODE_TP
public static final NavigationProperty.Single<MrchdsCatHierNodeText,MrchdsCatHierarchyNode> TO__MRCHDS_CAT_HIERARCHY_NODE_TPUse with available request builders to apply the _MrchdsCatHierarchyNodeTP navigation property to query operations.
-
-
Constructor Details
-
MrchdsCatHierNodeText
public MrchdsCatHierNodeText() -
MrchdsCatHierNodeText
public MrchdsCatHierNodeText(@Nullable String mrchdsCategoryHierarchyNode, @Nullable String language, @Nullable String mrchdsCatHierNodeText, @Nullable MrchdsCatHierarchyNode to_MrchdsCatHierarchyNodeTP)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<MrchdsCatHierNodeText>
-
setMrchdsCategoryHierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: MrchdsCategoryHierarchyNode
- Parameters:
mrchdsCategoryHierarchyNode- Merchandise Category Hierarchy Node
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setMrchdsCatHierNodeText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MrchdsCatHierNodeText
- Parameters:
mrchdsCatHierNodeText- Keywords
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<MrchdsCatHierNodeText>
-
getKey
- Overrides:
getKeyin classVdmObject<MrchdsCatHierNodeText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<MrchdsCatHierNodeText>
-
fromMap
- Overrides:
fromMapin classVdmObject<MrchdsCatHierNodeText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<MrchdsCatHierNodeText>
-
getMrchdsCatHierarchyNodeTPIfPresent
@Nonnull public io.vavr.control.Option<MrchdsCatHierarchyNode> getMrchdsCatHierarchyNodeTPIfPresent()Retrieval of associated MrchdsCatHierarchyNode entity (one to one). This corresponds to the OData navigation property _MrchdsCatHierarchyNodeTP.If the navigation property for an entity MrchdsCatHierNodeText 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 _MrchdsCatHierarchyNodeTP is already loaded, the result
will contain the MrchdsCatHierarchyNode entity. If not, an
Optionwith result stateemptyis returned.
-
setMrchdsCatHierarchyNodeTP
Overwrites the associated MrchdsCatHierarchyNode entity for the loaded navigation property _MrchdsCatHierarchyNodeTP.- Parameters:
value- New MrchdsCatHierarchyNode entity.
-
builder
-
getMrchdsCategoryHierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: MrchdsCategoryHierarchyNode
- Returns:
- Merchandise Category Hierarchy Node
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getMrchdsCatHierNodeText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MrchdsCatHierNodeText
- Returns:
- Keywords
-
toString
- Overrides:
toStringin classVdmObject<MrchdsCatHierNodeText>
-
equals
- Overrides:
equalsin classVdmEntity<MrchdsCatHierNodeText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<MrchdsCatHierNodeText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<MrchdsCatHierNodeText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<MrchdsCatHierNodeText>
-