Class CnsldtnSupplierText
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<CnsldtnSupplierText>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsupplier.CnsldtnSupplierText
- All Implemented Interfaces:
VdmEntitySet
Consolidation Supplier - Text
Original entity name from the Odata EDM: CnsldtnSupplierText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of CnsldtnSupplierText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnSupplierText>Selector for all available fields of CnsldtnSupplierText.static final SimpleProperty.Boolean<CnsldtnSupplierText>static final SimpleProperty.String<CnsldtnSupplierText>static final SimpleProperty.String<CnsldtnSupplierText>static final SimpleProperty.String<CnsldtnSupplierText>static final NavigationProperty.Single<CnsldtnSupplierText,CnsldtnSupplier> Use with available request builders to apply the _Supplier 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
ConstructorsConstructorDescriptionCnsldtnSupplierText(String language, String supplier, String supplierName, Boolean cnsldtnIsAdditionalMasterData, CnsldtnSupplier to_Supplier) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 10io.vavr.control.Option<CnsldtnSupplier>Retrieval of associated CnsldtnSupplier entity (one to one).Constraints: Not nullable, Maximum length: 80getType()inthashCode()voidsetCnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablevoidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetSupplier(CnsldtnSupplier value) Overwrites the associated CnsldtnSupplier entity for the loaded navigation property _Supplier.voidsetSupplier(String supplier) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetSupplierName(String supplierName) Constraints: Not nullable, Maximum length: 80toString()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 CnsldtnSupplierText. -
LANGUAGE
-
SUPPLIER
-
SUPPLIER_NAME
-
CNSLDTN_IS_ADDITIONAL_MASTER_DATA
-
TO__SUPPLIER
Use with available request builders to apply the _Supplier navigation property to query operations.
-
-
Constructor Details
-
CnsldtnSupplierText
public CnsldtnSupplierText() -
CnsldtnSupplierText
public CnsldtnSupplierText(@Nullable String language, @Nullable String supplier, @Nullable String supplierName, @Nullable Boolean cnsldtnIsAdditionalMasterData, @Nullable CnsldtnSupplier to_Supplier)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CnsldtnSupplierText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setSupplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Parameters:
supplier- Supplier
-
setSupplierName
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SupplierName
- Parameters:
supplierName- Description
-
setCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Parameters:
cnsldtnIsAdditionalMasterData- Is Additional Master Data
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CnsldtnSupplierText>
-
getKey
- Overrides:
getKeyin classVdmObject<CnsldtnSupplierText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CnsldtnSupplierText>
-
fromMap
- Overrides:
fromMapin classVdmObject<CnsldtnSupplierText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CnsldtnSupplierText>
-
getSupplierIfPresent
Retrieval of associated CnsldtnSupplier entity (one to one). This corresponds to the OData navigation property _Supplier.If the navigation property for an entity CnsldtnSupplierText 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 _Supplier is already loaded, the result will contain
the CnsldtnSupplier entity. If not, an
Optionwith result stateemptyis returned.
-
setSupplier
Overwrites the associated CnsldtnSupplier entity for the loaded navigation property _Supplier.- Parameters:
value- New CnsldtnSupplier entity.
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getSupplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
- Supplier
-
getSupplierName
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SupplierName
- Returns:
- Description
-
getCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
- Is Additional Master Data
-
toString
- Overrides:
toStringin classVdmObject<CnsldtnSupplierText>
-
equals
- Overrides:
equalsin classVdmEntity<CnsldtnSupplierText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CnsldtnSupplierText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CnsldtnSupplierText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<CnsldtnSupplierText>
-