Class Allowlist.AllowlistBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.allowlistintercompanyposting.Allowlist.AllowlistBuilder
- Enclosing class:
- Allowlist
-
Method Summary
Modifier and TypeMethodDescriptionbuild()receiverCompanyCode(String receiverCompanyCode) (Key Field) Constraints: Not nullable, Maximum length: 4senderCompanyCode(String senderCompanyCode) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
senderCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SenderCompanyCode
- Returns:
this.
-
receiverCompanyCode
@Nonnull public Allowlist.AllowlistBuilder receiverCompanyCode(@Nullable String receiverCompanyCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ReceiverCompanyCode
- Returns:
this.
-
build
-
toString
-