Class UsageDecisionSelectedCodeSetText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: UsageDecisionSelectedCodeSetText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of UsageDecisionSelectedCodeSetText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<UsageDecisionSelectedCodeSetText>Selector for all available fields of UsageDecisionSelectedCodeSetText.static final SimpleProperty.String<UsageDecisionSelectedCodeSetText>static final SimpleProperty.String<UsageDecisionSelectedCodeSetText>static final SimpleProperty.String<UsageDecisionSelectedCodeSetText>static final SimpleProperty.String<UsageDecisionSelectedCodeSetText>static final NavigationProperty.Single<UsageDecisionSelectedCodeSetText,UsageDecisionSelectedCodeSet> Use with available request builders to apply the _UsageDcsnSelectedCodeSet 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
ConstructorsConstructorDescriptionUsageDecisionSelectedCodeSetText(String selectedCodeSetPlant, String selectedCodeSet, String language, String selectedCodeSetText, UsageDecisionSelectedCodeSet to_UsageDcsnSelectedCodeSet) -
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: 8(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 40getType()io.vavr.control.Option<UsageDecisionSelectedCodeSet>Retrieval of associated UsageDecisionSelectedCodeSet entity (one to one).inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetSelectedCodeSet(String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetSelectedCodeSetPlant(String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetSelectedCodeSetText(String selectedCodeSetText) Constraints: Not nullable, Maximum length: 40voidOverwrites the associated UsageDecisionSelectedCodeSet entity for the loaded navigation property _UsageDcsnSelectedCodeSet.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 UsageDecisionSelectedCodeSetText. -
SELECTED_CODE_SET_PLANT
-
SELECTED_CODE_SET
-
LANGUAGE
-
SELECTED_CODE_SET_TEXT
-
TO__USAGE_DCSN_SELECTED_CODE_SET
public static final NavigationProperty.Single<UsageDecisionSelectedCodeSetText,UsageDecisionSelectedCodeSet> TO__USAGE_DCSN_SELECTED_CODE_SETUse with available request builders to apply the _UsageDcsnSelectedCodeSet navigation property to query operations.
-
-
Constructor Details
-
UsageDecisionSelectedCodeSetText
public UsageDecisionSelectedCodeSetText() -
UsageDecisionSelectedCodeSetText
public UsageDecisionSelectedCodeSetText(@Nullable String selectedCodeSetPlant, @Nullable String selectedCodeSet, @Nullable String language, @Nullable String selectedCodeSetText, @Nullable UsageDecisionSelectedCodeSet to_UsageDcsnSelectedCodeSet)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<UsageDecisionSelectedCodeSetText>
-
setSelectedCodeSetPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Parameters:
selectedCodeSetPlant- Plant
-
setSelectedCodeSet
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Parameters:
selectedCodeSet- Selected Set
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setSelectedCodeSetText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SelectedCodeSetText
- Parameters:
selectedCodeSetText- Short Description of Selected Set
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<UsageDecisionSelectedCodeSetText>
-
getKey
- Overrides:
getKeyin classVdmObject<UsageDecisionSelectedCodeSetText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<UsageDecisionSelectedCodeSetText>
-
fromMap
- Overrides:
fromMapin classVdmObject<UsageDecisionSelectedCodeSetText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<UsageDecisionSelectedCodeSetText>
-
getUsageDcsnSelectedCodeSetIfPresent
@Nonnull public io.vavr.control.Option<UsageDecisionSelectedCodeSet> getUsageDcsnSelectedCodeSetIfPresent()Retrieval of associated UsageDecisionSelectedCodeSet entity (one to one). This corresponds to the OData navigation property _UsageDcsnSelectedCodeSet.If the navigation property for an entity UsageDecisionSelectedCodeSetText 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 _UsageDcsnSelectedCodeSet is already loaded, the result
will contain the UsageDecisionSelectedCodeSet entity. If not, an
Optionwith result stateemptyis returned.
-
setUsageDcsnSelectedCodeSet
Overwrites the associated UsageDecisionSelectedCodeSet entity for the loaded navigation property _UsageDcsnSelectedCodeSet.- Parameters:
value- New UsageDecisionSelectedCodeSet entity.
-
builder
@Nonnull public static UsageDecisionSelectedCodeSetText.UsageDecisionSelectedCodeSetTextBuilder builder() -
getSelectedCodeSetPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Returns:
- Plant
-
getSelectedCodeSet
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Returns:
- Selected Set
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getSelectedCodeSetText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SelectedCodeSetText
- Returns:
- Short Description of Selected Set
-
toString
- Overrides:
toStringin classVdmObject<UsageDecisionSelectedCodeSetText>
-
equals
- Overrides:
equalsin classVdmEntity<UsageDecisionSelectedCodeSetText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<UsageDecisionSelectedCodeSetText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<UsageDecisionSelectedCodeSetText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<UsageDecisionSelectedCodeSetText>
-