Class GTICustomerTypeReturn.GTICustomerTypeReturnBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.goldentaxinterfacecustomertype.GTICustomerTypeReturn.GTICustomerTypeReturnBuilder
- Enclosing class:
- GTICustomerTypeReturn
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: Not nullable, Maximum length: 10messageText(String messageText) Constraints: Not nullable, Maximum length: 220messageType(String messageType) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
customer
@Nonnull public GTICustomerTypeReturn.GTICustomerTypeReturnBuilder customer(@Nullable String customer) Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: Customer
- Parameters:
customer-- Returns:
this.
-
messageType
@Nonnull public GTICustomerTypeReturn.GTICustomerTypeReturnBuilder messageType(@Nullable String messageType) Constraints: Not nullable, Maximum length: 1Original property from the Odata EDM: MessageType
- Parameters:
messageType-- Returns:
this.
-
messageText
@Nonnull public GTICustomerTypeReturn.GTICustomerTypeReturnBuilder messageText(@Nullable String messageText) Constraints: Not nullable, Maximum length: 220Original property from the Odata EDM: MessageText
- Parameters:
messageText-- Returns:
this.
-
build
-
toString
-