public static class GTICustomerTypeReturn.GTICustomerTypeReturnBuilder extends Object
Modifier and Type | Method and Description |
---|---|
GTICustomerTypeReturn |
build() |
GTICustomerTypeReturn.GTICustomerTypeReturnBuilder |
customer(String customer)
Constraints: Not nullable, Maximum length: 10
|
GTICustomerTypeReturn.GTICustomerTypeReturnBuilder |
messageText(String messageText)
Constraints: Not nullable, Maximum length: 220
|
GTICustomerTypeReturn.GTICustomerTypeReturnBuilder |
messageType(String messageType)
Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
@Nonnull public GTICustomerTypeReturn.GTICustomerTypeReturnBuilder customer(@Nullable String customer)
Original property from the Odata EDM: Customer
customer
- this
.@Nonnull public GTICustomerTypeReturn.GTICustomerTypeReturnBuilder messageType(@Nullable String messageType)
Original property from the Odata EDM: MessageType
"S" for success messages"E" for error messages"W" for warnings"I" for information messagesDepending on the how a BAPI is implemented, if there is a termination message, a rollback can be executed in the database. All database changes since the last commit work command are cancelled. For further information see the documentation for the BAPI in question.
messageType
- this
.@Nonnull public GTICustomerTypeReturn.GTICustomerTypeReturnBuilder messageText(@Nullable String messageText)
Original property from the Odata EDM: MessageText
messageText
- this
.@Nonnull public GTICustomerTypeReturn build()
Copyright © 2021 SAP SE. All rights reserved.