Class SlsPricingAccessSequenceText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SlsPricingAccessSequenceTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SlsPricingAccessSequenceText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty.String<SlsPricingAccessSequenceText>static final SimpleProperty.String<SlsPricingAccessSequenceText>static final SimpleProperty<SlsPricingAccessSequenceText>Selector for all available fields of SlsPricingAccessSequenceText.static final SimpleProperty.String<SlsPricingAccessSequenceText>static final SimpleProperty.String<SlsPricingAccessSequenceText>static final SimpleProperty.String<SlsPricingAccessSequenceText>Use with available request builders to apply the _SalesPricingAccessSequence 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
ConstructorsConstructorDescriptionSlsPricingAccessSequenceText(String language, String conditionUsage, String conditionApplication, String accessSequence, String accessSequenceText, SalesPricingAccessSequence to_SalesPricingAccessSequence) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 30(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: 2io.vavr.control.Option<SalesPricingAccessSequence>Retrieval of associated SalesPricingAccessSequence entity (one to one).getType()inthashCode()voidsetAccessSequence(String accessSequence) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetAccessSequenceText(String accessSequenceText) Constraints: Not nullable, Maximum length: 30voidsetConditionApplication(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: 2voidOverwrites the associated SalesPricingAccessSequence entity for the loaded navigation property _SalesPricingAccessSequence.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 SlsPricingAccessSequenceText. -
LANGUAGE
-
CONDITION_USAGE
-
CONDITION_APPLICATION
-
ACCESS_SEQUENCE
-
ACCESS_SEQUENCE_TEXT
-
TO__SALES_PRICING_ACCESS_SEQUENCE
public static final NavigationProperty.Single<SlsPricingAccessSequenceText,SalesPricingAccessSequence> TO__SALES_PRICING_ACCESS_SEQUENCEUse with available request builders to apply the _SalesPricingAccessSequence navigation property to query operations.
-
-
Constructor Details
-
SlsPricingAccessSequenceText
public SlsPricingAccessSequenceText() -
SlsPricingAccessSequenceText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SlsPricingAccessSequenceText>
-
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
-
setAccessSequence
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AccessSequence
- Parameters:
accessSequence- Access sequence
-
setAccessSequenceText
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: AccessSequenceText
- Parameters:
accessSequenceText- Description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SlsPricingAccessSequenceText>
-
getKey
- Overrides:
getKeyin classVdmObject<SlsPricingAccessSequenceText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SlsPricingAccessSequenceText>
-
fromMap
- Overrides:
fromMapin classVdmObject<SlsPricingAccessSequenceText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SlsPricingAccessSequenceText>
-
getSalesPricingAccessSequenceIfPresent
@Nonnull public io.vavr.control.Option<SalesPricingAccessSequence> getSalesPricingAccessSequenceIfPresent()Retrieval of associated SalesPricingAccessSequence entity (one to one). This corresponds to the OData navigation property _SalesPricingAccessSequence.If the navigation property for an entity SlsPricingAccessSequenceText 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 _SalesPricingAccessSequence is already loaded, the
result will contain the SalesPricingAccessSequence entity. If not, an
Optionwith result stateemptyis returned.
-
setSalesPricingAccessSequence
Overwrites the associated SalesPricingAccessSequence entity for the loaded navigation property _SalesPricingAccessSequence.- Parameters:
value- New SalesPricingAccessSequence 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
-
getAccessSequence
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AccessSequence
- Returns:
- Access sequence
-
getAccessSequenceText
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: AccessSequenceText
- Returns:
- Description
-
toString
- Overrides:
toStringin classVdmObject<SlsPricingAccessSequenceText>
-
equals
- Overrides:
equalsin classVdmEntity<SlsPricingAccessSequenceText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SlsPricingAccessSequenceText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SlsPricingAccessSequenceText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SlsPricingAccessSequenceText>
-