Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestateusageenablementandoccupancygrouptype
Class RESpaceGroupTypeText
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<RESpaceGroupTypeText>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestateusageenablementandoccupancygrouptype.RESpaceGroupTypeText
- All Implemented Interfaces:
VdmEntitySet
Real Estate Usage Enablement and Occupancy Group Type Text
Original entity name from the Odata EDM: RESpaceGroupTypeText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of RESpaceGroupTypeText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<RESpaceGroupTypeText>Selector for all available fields of RESpaceGroupTypeText.static final SimpleProperty.String<RESpaceGroupTypeText>static final SimpleProperty.String<RESpaceGroupTypeText>static final SimpleProperty.String<RESpaceGroupTypeText>static final NavigationProperty.Single<RESpaceGroupTypeText,RESpaceGroupType> Use with available request builders to apply the _RESpaceGroupType 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
ConstructorsConstructorDescriptionRESpaceGroupTypeText(String rEIntegObjSpaceGroupType, String language, String rEIntegObjSpaceGroupTypeText, RESpaceGroupType to_RESpaceGroupType) -
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: 4Constraints: Not nullable, Maximum length: 60io.vavr.control.Option<RESpaceGroupType>Retrieval of associated RESpaceGroupType entity (one to one).getType()inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetREIntegObjSpaceGroupType(String rEIntegObjSpaceGroupType) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetREIntegObjSpaceGroupTypeText(String rEIntegObjSpaceGroupTypeText) Constraints: Not nullable, Maximum length: 60voidOverwrites the associated RESpaceGroupType entity for the loaded navigation property _RESpaceGroupType.toString()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 RESpaceGroupTypeText. -
RE_INTEG_OBJ_SPACE_GROUP_TYPE
-
LANGUAGE
-
RE_INTEG_OBJ_SPACE_GROUP_TYPE_TEXT
-
TO__R_E_SPACE_GROUP_TYPE
public static final NavigationProperty.Single<RESpaceGroupTypeText,RESpaceGroupType> TO__R_E_SPACE_GROUP_TYPEUse with available request builders to apply the _RESpaceGroupType navigation property to query operations.
-
-
Constructor Details
-
RESpaceGroupTypeText
public RESpaceGroupTypeText() -
RESpaceGroupTypeText
public RESpaceGroupTypeText(@Nullable String rEIntegObjSpaceGroupType, @Nullable String language, @Nullable String rEIntegObjSpaceGroupTypeText, @Nullable RESpaceGroupType to_RESpaceGroupType)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<RESpaceGroupTypeText>
-
setREIntegObjSpaceGroupType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REIntegObjSpaceGroupType
- Parameters:
rEIntegObjSpaceGroupType- Group Type
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setREIntegObjSpaceGroupTypeText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: REIntegObjSpaceGroupTypeText
- Parameters:
rEIntegObjSpaceGroupTypeText- Description for Group Type
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<RESpaceGroupTypeText>
-
getKey
- Overrides:
getKeyin classVdmObject<RESpaceGroupTypeText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<RESpaceGroupTypeText>
-
fromMap
- Overrides:
fromMapin classVdmObject<RESpaceGroupTypeText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RESpaceGroupTypeText>
-
getRESpaceGroupTypeIfPresent
Retrieval of associated RESpaceGroupType entity (one to one). This corresponds to the OData navigation property _RESpaceGroupType.If the navigation property for an entity RESpaceGroupTypeText 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 _RESpaceGroupType is already loaded, the result will
contain the RESpaceGroupType entity. If not, an
Optionwith result stateemptyis returned.
-
setRESpaceGroupType
Overwrites the associated RESpaceGroupType entity for the loaded navigation property _RESpaceGroupType.- Parameters:
value- New RESpaceGroupType entity.
-
builder
-
getREIntegObjSpaceGroupType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REIntegObjSpaceGroupType
- Returns:
- Group Type
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getREIntegObjSpaceGroupTypeText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: REIntegObjSpaceGroupTypeText
- Returns:
- Description for Group Type
-
toString
- Overrides:
toStringin classVdmObject<RESpaceGroupTypeText>
-
equals
- Overrides:
equalsin classVdmEntity<RESpaceGroupTypeText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<RESpaceGroupTypeText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<RESpaceGroupTypeText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<RESpaceGroupTypeText>
-