Class StorageLocationSubstnCtrlGrp
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<StorageLocationSubstnCtrlGrp>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.storagelocationsubstitutioncontrol.StorageLocationSubstnCtrlGrp
- All Implemented Interfaces:
VdmEntitySet
public class StorageLocationSubstnCtrlGrp
extends VdmEntity<StorageLocationSubstnCtrlGrp>
implements VdmEntitySet
Storage Location Substitution Control Group
Original entity name from the Odata EDM: StorageLocationSubstnCtrlGrp_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of StorageLocationSubstnCtrlGrp instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<StorageLocationSubstnCtrlGrp>Selector for all available fields of StorageLocationSubstnCtrlGrp.static final SimpleProperty.String<StorageLocationSubstnCtrlGrp>static final SimpleProperty.String<StorageLocationSubstnCtrlGrp>static final SimpleProperty.String<StorageLocationSubstnCtrlGrp>Use with available request builders to apply the _Control 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
ConstructorsConstructorDescriptionStorageLocationSubstnCtrlGrp(String mDSubstnObjectType, String mDSubstnControl, String mDSubstnGroup, StorageLocationSubstnCtrl to_Control) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidio.vavr.control.Option<StorageLocationSubstnCtrl>Retrieval of associated StorageLocationSubstnCtrl entity (one to one).protected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 30getType()inthashCode()voidOverwrites the associated StorageLocationSubstnCtrl entity for the loaded navigation property _Control.voidsetMDSubstnControl(String mDSubstnControl) (Key Field) Constraints: Not nullable, Maximum length: 20voidsetMDSubstnGroup(String mDSubstnGroup) (Key Field) Constraints: Not nullable, Maximum length: 20voidsetMDSubstnObjectType(String mDSubstnObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30toString()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 StorageLocationSubstnCtrlGrp. -
MD_SUBSTN_OBJECT_TYPE
-
MD_SUBSTN_CONTROL
-
MD_SUBSTN_GROUP
-
TO__CONTROL
public static final NavigationProperty.Single<StorageLocationSubstnCtrlGrp,StorageLocationSubstnCtrl> TO__CONTROLUse with available request builders to apply the _Control navigation property to query operations.
-
-
Constructor Details
-
StorageLocationSubstnCtrlGrp
public StorageLocationSubstnCtrlGrp() -
StorageLocationSubstnCtrlGrp
public StorageLocationSubstnCtrlGrp(@Nullable String mDSubstnObjectType, @Nullable String mDSubstnControl, @Nullable String mDSubstnGroup, @Nullable StorageLocationSubstnCtrl to_Control)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<StorageLocationSubstnCtrlGrp>
-
setMDSubstnObjectType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MDSubstnObjectType
- Parameters:
mDSubstnObjectType- SAP Object Type
-
setMDSubstnControl
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnControl
- Parameters:
mDSubstnControl- Substitution Control
-
setMDSubstnGroup
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Parameters:
mDSubstnGroup- Group Name
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<StorageLocationSubstnCtrlGrp>
-
getKey
- Overrides:
getKeyin classVdmObject<StorageLocationSubstnCtrlGrp>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<StorageLocationSubstnCtrlGrp>
-
fromMap
- Overrides:
fromMapin classVdmObject<StorageLocationSubstnCtrlGrp>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<StorageLocationSubstnCtrlGrp>
-
getControlIfPresent
Retrieval of associated StorageLocationSubstnCtrl entity (one to one). This corresponds to the OData navigation property _Control.If the navigation property for an entity StorageLocationSubstnCtrlGrp 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 _Control is already loaded, the result will contain the
StorageLocationSubstnCtrl entity. If not, an
Optionwith result stateemptyis returned.
-
setControl
Overwrites the associated StorageLocationSubstnCtrl entity for the loaded navigation property _Control.- Parameters:
value- New StorageLocationSubstnCtrl entity.
-
builder
-
getMDSubstnObjectType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MDSubstnObjectType
- Returns:
- SAP Object Type
-
getMDSubstnControl
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnControl
- Returns:
- Substitution Control
-
getMDSubstnGroup
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
- Group Name
-
toString
- Overrides:
toStringin classVdmObject<StorageLocationSubstnCtrlGrp>
-
equals
- Overrides:
equalsin classVdmEntity<StorageLocationSubstnCtrlGrp>
-
canEqual
- Overrides:
canEqualin classVdmEntity<StorageLocationSubstnCtrlGrp>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<StorageLocationSubstnCtrlGrp>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<StorageLocationSubstnCtrlGrp>
-