Class CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.activitytype.CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder
- Enclosing class:
- CostCenterActivityTypeText
public static final class CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder
extends Object
Helper class to allow for fluent creation of CostCenterActivityTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Navigation property to_CostCenterActivityType for CostCenterActivityTypeText to single CostCenterActivityType.costCtrActivityType(String costCtrActivityType) (Key Field) Constraints: Not nullable, Maximum length: 6costCtrActivityTypeDesc(String costCtrActivityTypeDesc) Constraints: Not nullable, Maximum length: 40costCtrActivityTypeName(String costCtrActivityTypeName) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0
-
Method Details
-
costCenterActivityType
@Nonnull public CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder costCenterActivityType(CostCenterActivityType value) Navigation property to_CostCenterActivityType for CostCenterActivityTypeText to single CostCenterActivityType.- Parameters:
value- The CostCenterActivityType to build this CostCenterActivityTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
validityEndDate
@Nonnull public CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
controllingArea
@Nonnull public CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
costCtrActivityType
@Nonnull public CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder costCtrActivityType(@Nullable String costCtrActivityType) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: CostCtrActivityType
- Returns:
this.
-
language
@Nonnull public CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
costCtrActivityTypeName
@Nonnull public CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder costCtrActivityTypeName(@Nullable String costCtrActivityTypeName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CostCtrActivityTypeName
- Returns:
this.
-
costCtrActivityTypeDesc
@Nonnull public CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder costCtrActivityTypeDesc(@Nullable String costCtrActivityTypeDesc) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CostCtrActivityTypeDesc
- Returns:
this.
-
build
-
toString
-