Class CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationgroupstructure.CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder
- Enclosing class:
- CnsldtnGrpStrucMethAssgmt
Helper class to allow for fluent creation of CnsldtnGrpStrucMethAssgmt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _CnsldtnGroupStructure for CnsldtnGrpStrucMethAssgmt to single ConsolidationGroupStructure.consolidationGroup(String consolidationGroup) (Key Field) Constraints: Not nullable, Maximum length: 18consolidationInvestmentMethod(String consolidationInvestmentMethod) Constraints: Not nullable, Maximum length: 5consolidationUnit(String consolidationUnit) (Key Field) Constraints: Not nullable, Maximum length: 18consolidationVersion(String consolidationVersion) (Key Field) Constraints: Not nullable, Maximum length: 3groupStrucFromFiscalYearPeriod(String groupStrucFromFiscalYearPeriod) (Key Field) Constraints: Not nullable, Maximum length: 7methAssgmtFromFiscalYearPeriod(String methAssgmtFromFiscalYearPeriod) (Key Field) Constraints: Not nullable, Maximum length: 7methAssgmtToFiscalYearPeriod(String methAssgmtToFiscalYearPeriod) Constraints: Not nullable, Maximum length: 7methChangeIsAtBeginOfPeriod(Boolean methChangeIsAtBeginOfPeriod) Constraints: Not nullabletoString()
-
Method Details
-
cnsldtnGroupStructure
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder cnsldtnGroupStructure(ConsolidationGroupStructure value) Navigation property _CnsldtnGroupStructure for CnsldtnGrpStrucMethAssgmt to single ConsolidationGroupStructure.- Parameters:
value- The ConsolidationGroupStructure to build this CnsldtnGrpStrucMethAssgmt with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationGroup
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder consolidationGroup(@Nullable String consolidationGroup) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ConsolidationGroup
- Returns:
this.
-
consolidationUnit
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder consolidationUnit(@Nullable String consolidationUnit) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ConsolidationUnit
- Returns:
this.
-
consolidationVersion
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder consolidationVersion(@Nullable String consolidationVersion) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ConsolidationVersion
- Returns:
this.
-
groupStrucFromFiscalYearPeriod
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder groupStrucFromFiscalYearPeriod(@Nullable String groupStrucFromFiscalYearPeriod) (Key Field) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: GroupStrucFromFiscalYearPeriod
- Returns:
this.
-
methAssgmtFromFiscalYearPeriod
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder methAssgmtFromFiscalYearPeriod(@Nullable String methAssgmtFromFiscalYearPeriod) (Key Field) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: MethAssgmtFromFiscalYearPeriod
- Returns:
this.
-
methAssgmtToFiscalYearPeriod
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder methAssgmtToFiscalYearPeriod(@Nullable String methAssgmtToFiscalYearPeriod) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: MethAssgmtToFiscalYearPeriod
- Returns:
this.
-
consolidationInvestmentMethod
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder consolidationInvestmentMethod(@Nullable String consolidationInvestmentMethod) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: ConsolidationInvestmentMethod
- Returns:
this.
-
methChangeIsAtBeginOfPeriod
@Nonnull public CnsldtnGrpStrucMethAssgmt.CnsldtnGrpStrucMethAssgmtBuilder methChangeIsAtBeginOfPeriod(@Nullable Boolean methChangeIsAtBeginOfPeriod) Constraints: Not nullableOriginal property name from the Odata EDM: MethChangeIsAtBeginOfPeriod
- Returns:
this.
-
build
-
toString
-