Class CompanySubstanceVarAssgmt.CompanySubstanceVarAssgmtBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance.CompanySubstanceVarAssgmt.CompanySubstanceVarAssgmtBuilder
- Enclosing class:
- CompanySubstanceVarAssgmt
Helper class to allow for fluent creation of CompanySubstanceVarAssgmt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companySubstance(CompanySubstance value) Navigation property _CompanySubstance for CompanySubstanceVarAssgmt to single CompanySubstance.companySubstanceUUID(UUID companySubstanceUUID) Constraints: Not nullablelistedSubstanceVariant(String listedSubstanceVariant) Constraints: Not nullable, Maximum length: 12listedSubstanceVariantUUID(UUID listedSubstanceVariantUUID) Constraints: NullablesubstanceVarAssgmtUUID(UUID substanceVarAssgmtUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
companySubstance
@Nonnull public CompanySubstanceVarAssgmt.CompanySubstanceVarAssgmtBuilder companySubstance(CompanySubstance value) Navigation property _CompanySubstance for CompanySubstanceVarAssgmt to single CompanySubstance.- Parameters:
value- The CompanySubstance to build this CompanySubstanceVarAssgmt with.- Returns:
- This Builder to allow for a fluent interface.
-
substanceVarAssgmtUUID
@Nonnull public CompanySubstanceVarAssgmt.CompanySubstanceVarAssgmtBuilder substanceVarAssgmtUUID(@Nullable UUID substanceVarAssgmtUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SubstanceVarAssgmtUUID
- Returns:
this.
-
companySubstanceUUID
@Nonnull public CompanySubstanceVarAssgmt.CompanySubstanceVarAssgmtBuilder companySubstanceUUID(@Nullable UUID companySubstanceUUID) Constraints: Not nullableOriginal property name from the Odata EDM: CompanySubstanceUUID
- Returns:
this.
-
listedSubstanceVariantUUID
@Nonnull public CompanySubstanceVarAssgmt.CompanySubstanceVarAssgmtBuilder listedSubstanceVariantUUID(@Nullable UUID listedSubstanceVariantUUID) Constraints: NullableOriginal property name from the Odata EDM: ListedSubstanceVariantUUID
- Returns:
this.
-
listedSubstanceVariant
@Nonnull public CompanySubstanceVarAssgmt.CompanySubstanceVarAssgmtBuilder listedSubstanceVariant(@Nullable String listedSubstanceVariant) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ListedSubstanceVariant
- Returns:
this.
-
build
-
toString
-