Class BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder
- Enclosing class:
- BusSolnOrdItemRelationships
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessSolutionOrder(String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10srvcItemRelshpFromItemNumber(String srvcItemRelshpFromItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6srvcItemRelshpFromTypeName(String srvcItemRelshpFromTypeName) Constraints: Not nullable, Maximum length: 50srvcItemRelshpToItemNumber(String srvcItemRelshpToItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6srvcItemRelshpToTypeName(String srvcItemRelshpToTypeName) Constraints: Not nullable, Maximum length: 50srvcItemRelshpType(String srvcItemRelshpType) (Key Field) Constraints: Not nullable, Maximum length: 3toString()
-
Method Details
-
businessSolutionOrder
@Nonnull public BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder businessSolutionOrder(@Nullable String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
this.
-
srvcItemRelshpFromItemNumber
@Nonnull public BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder srvcItemRelshpFromItemNumber(@Nullable String srvcItemRelshpFromItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SrvcItemRelshpFromItemNumber
- Returns:
this.
-
srvcItemRelshpType
@Nonnull public BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder srvcItemRelshpType(@Nullable String srvcItemRelshpType) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SrvcItemRelshpType
- Returns:
this.
-
srvcItemRelshpToItemNumber
@Nonnull public BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder srvcItemRelshpToItemNumber(@Nullable String srvcItemRelshpToItemNumber) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SrvcItemRelshpToItemNumber
- Returns:
this.
-
srvcItemRelshpFromTypeName
@Nonnull public BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder srvcItemRelshpFromTypeName(@Nullable String srvcItemRelshpFromTypeName) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SrvcItemRelshpFromTypeName
- Returns:
this.
-
srvcItemRelshpToTypeName
@Nonnull public BusSolnOrdItemRelationships.BusSolnOrdItemRelationshipsBuilder srvcItemRelshpToTypeName(@Nullable String srvcItemRelshpToTypeName) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SrvcItemRelshpToTypeName
- Returns:
this.
-
build
-
toString
-