Class AssortmentModuleVersionText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: AssortmentModuleVersionTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of AssortmentModuleVersionText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<AssortmentModuleVersionText>Selector for all available fields of AssortmentModuleVersionText.static final SimpleProperty.String<AssortmentModuleVersionText>static final SimpleProperty.Guid<AssortmentModuleVersionText>static final SimpleProperty.String<AssortmentModuleVersionText>Use with available request builders to apply the _ExplicitAssortmentModule 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
ConstructorsConstructorDescriptionAssortmentModuleVersionText(UUID assortmentModuleVersionUUID, String language, String assortmentModuleObjectDesc, Collection<SAP__Message> _Messages, ExplicitAssortmentModuleVers to_ExplicitAssortmentModule) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable(Key Field) Constraints: Not nullableprotected Stringprotected Stringio.vavr.control.Option<ExplicitAssortmentModuleVers>Retrieval of associated ExplicitAssortmentModuleVers entity (one to one).protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetAssortmentModuleObjectDesc(String assortmentModuleObjectDesc) Constraints: Not nullablevoidsetAssortmentModuleVersionUUID(UUID assortmentModuleVersionUUID) (Key Field) Constraints: Not nullablevoidOverwrites the associated ExplicitAssortmentModuleVers entity for the loaded navigation property _ExplicitAssortmentModule.voidsetLanguage(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 AssortmentModuleVersionText. -
ASSORTMENT_MODULE_VERSION_UUID
-
LANGUAGE
-
ASSORTMENT_MODULE_OBJECT_DESC
public static final SimpleProperty.String<AssortmentModuleVersionText> ASSORTMENT_MODULE_OBJECT_DESC -
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations. -
TO__EXPLICIT_ASSORTMENT_MODULE
public static final NavigationProperty.Single<AssortmentModuleVersionText,ExplicitAssortmentModuleVers> TO__EXPLICIT_ASSORTMENT_MODULEUse with available request builders to apply the _ExplicitAssortmentModule navigation property to query operations.
-
-
Constructor Details
-
AssortmentModuleVersionText
public AssortmentModuleVersionText() -
AssortmentModuleVersionText
public AssortmentModuleVersionText(@Nullable UUID assortmentModuleVersionUUID, @Nullable String language, @Nullable String assortmentModuleObjectDesc, @Nullable Collection<SAP__Message> _Messages, @Nullable ExplicitAssortmentModuleVers to_ExplicitAssortmentModule)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<AssortmentModuleVersionText>
-
setAssortmentModuleVersionUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: AssortmentModuleVersionUUID
- Parameters:
assortmentModuleVersionUUID- Universal Unique Identifier of Assortment Module Version
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setAssortmentModuleObjectDesc
Constraints: Not nullableOriginal property name from the Odata EDM: AssortmentModuleObjectDesc
- Parameters:
assortmentModuleObjectDesc- The assortmentModuleObjectDesc to set.
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<AssortmentModuleVersionText>
-
getKey
- Overrides:
getKeyin classVdmObject<AssortmentModuleVersionText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<AssortmentModuleVersionText>
-
fromMap
- Overrides:
fromMapin classVdmObject<AssortmentModuleVersionText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<AssortmentModuleVersionText>
-
getExplicitAssortmentModuleIfPresent
@Nonnull public io.vavr.control.Option<ExplicitAssortmentModuleVers> getExplicitAssortmentModuleIfPresent()Retrieval of associated ExplicitAssortmentModuleVers entity (one to one). This corresponds to the OData navigation property _ExplicitAssortmentModule.If the navigation property for an entity AssortmentModuleVersionText 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 _ExplicitAssortmentModule is already loaded, the result
will contain the ExplicitAssortmentModuleVers entity. If not, an
Optionwith result stateemptyis returned.
-
setExplicitAssortmentModule
Overwrites the associated ExplicitAssortmentModuleVers entity for the loaded navigation property _ExplicitAssortmentModule.- Parameters:
value- New ExplicitAssortmentModuleVers entity.
-
builder
-
getAssortmentModuleVersionUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: AssortmentModuleVersionUUID
- Returns:
- Universal Unique Identifier of Assortment Module Version
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getAssortmentModuleObjectDesc
Constraints: Not nullableOriginal property name from the Odata EDM: AssortmentModuleObjectDesc
- Returns:
- The assortmentModuleObjectDesc contained in this
VdmEntity.
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
- Overrides:
toStringin classVdmObject<AssortmentModuleVersionText>
-
equals
- Overrides:
equalsin classVdmEntity<AssortmentModuleVersionText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<AssortmentModuleVersionText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<AssortmentModuleVersionText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<AssortmentModuleVersionText>
-