public static final class TRIALBALANCEParameters.TRIALBALANCEParametersBuilder extends Object
Modifier and Type | Method and Description |
---|---|
TRIALBALANCEParameters |
build() |
TRIALBALANCEParameters.TRIALBALANCEParametersBuilder |
p_FromPostingDate(LocalDateTime p_FromPostingDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
TRIALBALANCEParameters.TRIALBALANCEParametersBuilder |
p_FromPostingDateText(String p_FromPostingDateText)
Constraints: Not nullable, Maximum length: 60
|
TRIALBALANCEParameters.TRIALBALANCEParametersBuilder |
p_ToPostingDate(LocalDateTime p_ToPostingDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
TRIALBALANCEParameters.TRIALBALANCEParametersBuilder |
p_ToPostingDateText(String p_ToPostingDateText)
Constraints: Not nullable, Maximum length: 60
|
TRIALBALANCEParameters.TRIALBALANCEParametersBuilder |
results(TRIALBALANCEResult... value)
Navigation property Results for TRIALBALANCEParameters to multiple TRIALBALANCEResult.
|
String |
toString() |
@Nonnull public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder results(TRIALBALANCEResult... value)
value
- The TRIALBALANCEResults to build this TRIALBALANCEParameters with.public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_FromPostingDate(@Nullable LocalDateTime p_FromPostingDate)
Original property name from the Odata EDM: P_FromPostingDate
public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_FromPostingDateText(@Nullable String p_FromPostingDateText)
Original property name from the Odata EDM: P_FromPostingDateText
public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_ToPostingDate(@Nullable LocalDateTime p_ToPostingDate)
Original property name from the Odata EDM: P_ToPostingDate
public TRIALBALANCEParameters.TRIALBALANCEParametersBuilder p_ToPostingDateText(@Nullable String p_ToPostingDateText)
Original property name from the Odata EDM: P_ToPostingDateText
public TRIALBALANCEParameters build()
Copyright © 2019 SAP SE. All rights reserved.