Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation
Class FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation.FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder
- Enclosing class:
- FixedAssetUsageObjectTotal
public static final class FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder
extends Object
Helper class to allow for fluent creation of FixedAssetUsageObjectTotal instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstraints: Not nullable, Maximum length: 3build()capacityInProductionUnit(BigDecimal capacityInProductionUnit) Constraints: Not nullable, Precision: 18, Scale: 3companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4fixedAssetUsageObject(String fixedAssetUsageObject) (Key Field) Constraints: Not nullable, Maximum length: 12fixedAssetUsageObjectDeprArea(String fixedAssetUsageObjectDeprArea) (Key Field) Constraints: Not nullable, Maximum length: 2toString()usageObject(FixedAssetUsageObject value) Navigation property _UsageObject for FixedAssetUsageObjectTotal to single FixedAssetUsageObject.validityEndDate(LocalDate validityEndDate) (Key Field) Constraints: Not nullablevalidityStartDate(LocalDate validityStartDate) Constraints: Not nullable
-
Method Details
-
usageObject
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder usageObject(FixedAssetUsageObject value) Navigation property _UsageObject for FixedAssetUsageObjectTotal to single FixedAssetUsageObject.- Parameters:
value- The FixedAssetUsageObject to build this FixedAssetUsageObjectTotal with.- Returns:
- This Builder to allow for a fluent interface.
-
companyCode
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder companyCode(@Nullable String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
fixedAssetUsageObject
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder fixedAssetUsageObject(@Nullable String fixedAssetUsageObject) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: FixedAssetUsageObject
- Returns:
this.
-
fixedAssetUsageObjectDeprArea
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder fixedAssetUsageObjectDeprArea(@Nullable String fixedAssetUsageObjectDeprArea) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: FixedAssetUsageObjectDeprArea
- Returns:
this.
-
validityEndDate
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder validityEndDate(@Nullable LocalDate validityEndDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
validityStartDate
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
capacityInProductionUnit
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder capacityInProductionUnit(@Nullable BigDecimal capacityInProductionUnit) Constraints: Not nullable, Precision: 18, Scale: 3Original property name from the Odata EDM: CapacityInProductionUnit
- Returns:
this.
-
baseUnit
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder baseUnit(@Nullable String baseUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
this.
-
_Messages
@Nonnull public FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-