Class TRIALBALANCEParameters.TRIALBALANCEParametersBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.TRIALBALANCEParameters.TRIALBALANCEParametersBuilder
- Enclosing class:
- TRIALBALANCEParameters
Helper class to allow for fluent creation of TRIALBALANCEParameters instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()p_FromPostingDate(LocalDateTime p_FromPostingDate) (Key Field) Constraints: Not nullable, Precision: 0p_FromPostingDateText(String p_FromPostingDateText) Constraints: Not nullable, Maximum length: 60p_ToPostingDate(LocalDateTime p_ToPostingDate) (Key Field) Constraints: Not nullable, Precision: 0p_ToPostingDateText(String p_ToPostingDateText) Constraints: Not nullable, Maximum length: 60results(TRIALBALANCEResult... value) Navigation property Results for TRIALBALANCEParameters to multiple TRIALBALANCEResult.toString()
-
Method Details
-
results
@Nonnull public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder results(TRIALBALANCEResult... value) Navigation property Results for TRIALBALANCEParameters to multiple TRIALBALANCEResult.- Parameters:
value- The TRIALBALANCEResults to build this TRIALBALANCEParameters with.- Returns:
- This Builder to allow for a fluent interface.
-
p_FromPostingDate
@Nonnull public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_FromPostingDate(@Nullable LocalDateTime p_FromPostingDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: P_FromPostingDate
- Returns:
this.
-
p_FromPostingDateText
@Nonnull public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_FromPostingDateText(@Nullable String p_FromPostingDateText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: P_FromPostingDateText
- Returns:
this.
-
p_ToPostingDate
@Nonnull public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_ToPostingDate(@Nullable LocalDateTime p_ToPostingDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: P_ToPostingDate
- Returns:
this.
-
p_ToPostingDateText
@Nonnull public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_ToPostingDateText(@Nullable String p_ToPostingDateText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: P_ToPostingDateText
- Returns:
this.
-
build
-
toString
-