Class SlsPricingConditionFieldText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SlsPricingConditionFieldTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SlsPricingConditionFieldText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<SlsPricingConditionFieldText>Selector for all available fields of SlsPricingConditionFieldText.static final SimpleProperty.String<SlsPricingConditionFieldText>static final SimpleProperty.String<SlsPricingConditionFieldText>static final SimpleProperty.String<SlsPricingConditionFieldText>static final SimpleProperty.String<SlsPricingConditionFieldText>static final SimpleProperty.String<SlsPricingConditionFieldText>Use with available request builders to apply the _SalesPricingConditionField 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
ConstructorsConstructorDescriptionSlsPricingConditionFieldText(String language, String conditionUsage, String conditionApplication, String pricingConditionField, String pricingConditionFieldText, SalesPricingConditionField to_SalesPricingConditionField) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 1protected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 40io.vavr.control.Option<SalesPricingConditionField>Retrieval of associated SalesPricingConditionField entity (one to one).getType()inthashCode()voidsetConditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetConditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetPricingConditionField(String pricingConditionField) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetPricingConditionFieldText(String pricingConditionFieldText) Constraints: Not nullable, Maximum length: 40voidOverwrites the associated SalesPricingConditionField entity for the loaded navigation property _SalesPricingConditionField.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 SlsPricingConditionFieldText. -
LANGUAGE
-
CONDITION_USAGE
-
CONDITION_APPLICATION
-
PRICING_CONDITION_FIELD
-
PRICING_CONDITION_FIELD_TEXT
public static final SimpleProperty.String<SlsPricingConditionFieldText> PRICING_CONDITION_FIELD_TEXT -
TO__SALES_PRICING_CONDITION_FIELD
public static final NavigationProperty.Single<SlsPricingConditionFieldText,SalesPricingConditionField> TO__SALES_PRICING_CONDITION_FIELDUse with available request builders to apply the _SalesPricingConditionField navigation property to query operations.
-
-
Constructor Details
-
SlsPricingConditionFieldText
public SlsPricingConditionFieldText() -
SlsPricingConditionFieldText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SlsPricingConditionFieldText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setConditionUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Parameters:
conditionUsage- Usage of the condition table
-
setConditionApplication
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Parameters:
conditionApplication- Application
-
setPricingConditionField
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PricingConditionField
- Parameters:
pricingConditionField- Field Name
-
setPricingConditionFieldText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: PricingConditionFieldText
- Parameters:
pricingConditionFieldText- Long Field Label
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SlsPricingConditionFieldText>
-
getKey
- Overrides:
getKeyin classVdmObject<SlsPricingConditionFieldText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SlsPricingConditionFieldText>
-
fromMap
- Overrides:
fromMapin classVdmObject<SlsPricingConditionFieldText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SlsPricingConditionFieldText>
-
getSalesPricingConditionFieldIfPresent
@Nonnull public io.vavr.control.Option<SalesPricingConditionField> getSalesPricingConditionFieldIfPresent()Retrieval of associated SalesPricingConditionField entity (one to one). This corresponds to the OData navigation property _SalesPricingConditionField.If the navigation property for an entity SlsPricingConditionFieldText 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 _SalesPricingConditionField is already loaded, the
result will contain the SalesPricingConditionField entity. If not, an
Optionwith result stateemptyis returned.
-
setSalesPricingConditionField
Overwrites the associated SalesPricingConditionField entity for the loaded navigation property _SalesPricingConditionField.- Parameters:
value- New SalesPricingConditionField entity.
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getConditionUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
- Usage of the condition table
-
getConditionApplication
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
- Application
-
getPricingConditionField
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PricingConditionField
- Returns:
- Field Name
-
getPricingConditionFieldText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: PricingConditionFieldText
- Returns:
- Long Field Label
-
toString
- Overrides:
toStringin classVdmObject<SlsPricingConditionFieldText>
-
equals
- Overrides:
equalsin classVdmEntity<SlsPricingConditionFieldText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SlsPricingConditionFieldText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SlsPricingConditionFieldText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SlsPricingConditionFieldText>
-