Class SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument.SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder
- Enclosing class:
- SimulateWithPRAKeysResult_Type
public static class SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionaccountingDocument(String accountingDocument) Constraints: Not nullable, Maximum length: 10build()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4pRAAccountingPeriod(String pRAAccountingPeriod) Constraints: Not nullable, Maximum length: 6pRASystemMessageClass(String pRASystemMessageClass) Constraints: Not nullable, Maximum length: 20pRASystemMessageNumber(String pRASystemMessageNumber) Constraints: Not nullable, Maximum length: 3pRASystemMessageText(String pRASystemMessageText) Constraints: Not nullablepRASystemMessageType(String pRASystemMessageType) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
accountingDocument
@Nonnull public SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder accountingDocument(@Nullable String accountingDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AccountingDocument
- Returns:
this.
-
companyCode
@Nonnull public SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
pRAAccountingPeriod
@Nonnull public SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder pRAAccountingPeriod(@Nullable String pRAAccountingPeriod) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PRAAccountingPeriod
- Returns:
this.
-
pRASystemMessageClass
@Nonnull public SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder pRASystemMessageClass(@Nullable String pRASystemMessageClass) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PRASystemMessageClass
- Returns:
this.
-
pRASystemMessageNumber
@Nonnull public SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder pRASystemMessageNumber(@Nullable String pRASystemMessageNumber) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PRASystemMessageNumber
- Returns:
this.
-
pRASystemMessageText
@Nonnull public SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder pRASystemMessageText(@Nullable String pRASystemMessageText) Constraints: Not nullableOriginal property name from the Odata EDM: PRASystemMessageText
- Returns:
this.
-
pRASystemMessageType
@Nonnull public SimulateWithPRAKeysResult_Type.SimulateWithPRAKeysResult_TypeBuilder pRASystemMessageType(@Nullable String pRASystemMessageType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PRASystemMessageType
- Returns:
this.
-
build
-
toString
-