Class VariantConfigurationProfile.VariantConfigurationProfileBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.configurationprofile.VariantConfigurationProfile.VariantConfigurationProfileBuilder
- Enclosing class:
- VariantConfigurationProfile
public static final class VariantConfigurationProfile.VariantConfigurationProfileBuilder
extends Object
Helper class to allow for fluent creation of VariantConfigurationProfile instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()historicalProfile(VarCnfHistoricalProfile... value) Navigation property _HistoricalProfile for VariantConfigurationProfile to multiple VarCnfHistoricalProfile.lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 18toString()varConfigurationProfileName(String varConfigurationProfileName) (Key Field) Constraints: Not nullable, Maximum length: 30
-
Method Details
-
historicalProfile
@Nonnull public VariantConfigurationProfile.VariantConfigurationProfileBuilder historicalProfile(VarCnfHistoricalProfile... value) Navigation property _HistoricalProfile for VariantConfigurationProfile to multiple VarCnfHistoricalProfile.- Parameters:
value- The VarCnfHistoricalProfiles to build this VariantConfigurationProfile with.- Returns:
- This Builder to allow for a fluent interface.
-
product
@Nonnull public VariantConfigurationProfile.VariantConfigurationProfileBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
varConfigurationProfileName
@Nonnull public VariantConfigurationProfile.VariantConfigurationProfileBuilder varConfigurationProfileName(@Nullable String varConfigurationProfileName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: VarConfigurationProfileName
- Returns:
this.
-
lastChangeDateTime
@Nonnull public VariantConfigurationProfile.VariantConfigurationProfileBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
_Messages
@Nonnull public VariantConfigurationProfile.VariantConfigurationProfileBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-