Class CancelResult.CancelResultBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument.CancelResult.CancelResultBuilder
- Enclosing class:
- CancelResult
-
Method Summary
Modifier and TypeMethodDescriptionbillingDocument(String billingDocument) Constraints: Not nullable, Maximum length: 10build()cancellationBillingDocument(String cancellationBillingDocument) Constraints: Not nullable, Maximum length: 10systemMessageIdentification(String systemMessageIdentification) Constraints: Not nullable, Maximum length: 20systemMessageNumber(String systemMessageNumber) Constraints: Not nullable, Maximum length: 3systemMessageText(String systemMessageText) Constraints: Not nullable, Maximum length: 256systemMessageType(String systemMessageType) Constraints: Not nullable, Maximum length: 1systemMessageVariable1(String systemMessageVariable1) Constraints: Not nullable, Maximum length: 50systemMessageVariable2(String systemMessageVariable2) Constraints: Not nullable, Maximum length: 50systemMessageVariable3(String systemMessageVariable3) Constraints: Not nullable, Maximum length: 50systemMessageVariable4(String systemMessageVariable4) Constraints: Not nullable, Maximum length: 50toString()
-
Method Details
-
billingDocument
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: BillingDocument
- Parameters:
billingDocument-- Returns:
this.
-
cancellationBillingDocument
@Nonnull public CancelResult.CancelResultBuilder cancellationBillingDocument(@Nullable String cancellationBillingDocument) Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: CancellationBillingDocument
- Parameters:
cancellationBillingDocument-- Returns:
this.
-
systemMessageType
@Nonnull public CancelResult.CancelResultBuilder systemMessageType(@Nullable String systemMessageType) Constraints: Not nullable, Maximum length: 1Original property from the Odata EDM: SystemMessageType
- Parameters:
systemMessageType-- Returns:
this.
-
systemMessageIdentification
@Nonnull public CancelResult.CancelResultBuilder systemMessageIdentification(@Nullable String systemMessageIdentification) Constraints: Not nullable, Maximum length: 20Original property from the Odata EDM: SystemMessageIdentification
- Parameters:
systemMessageIdentification-- Returns:
this.
-
systemMessageNumber
@Nonnull public CancelResult.CancelResultBuilder systemMessageNumber(@Nullable String systemMessageNumber) Constraints: Not nullable, Maximum length: 3Original property from the Odata EDM: SystemMessageNumber
- Parameters:
systemMessageNumber-- Returns:
this.
-
systemMessageText
@Nonnull public CancelResult.CancelResultBuilder systemMessageText(@Nullable String systemMessageText) Constraints: Not nullable, Maximum length: 256Original property from the Odata EDM: SystemMessageText
- Parameters:
systemMessageText-- Returns:
this.
-
systemMessageVariable1
@Nonnull public CancelResult.CancelResultBuilder systemMessageVariable1(@Nullable String systemMessageVariable1) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable1
- Parameters:
systemMessageVariable1-- Returns:
this.
-
systemMessageVariable2
@Nonnull public CancelResult.CancelResultBuilder systemMessageVariable2(@Nullable String systemMessageVariable2) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable2
- Parameters:
systemMessageVariable2-- Returns:
this.
-
systemMessageVariable3
@Nonnull public CancelResult.CancelResultBuilder systemMessageVariable3(@Nullable String systemMessageVariable3) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable3
- Parameters:
systemMessageVariable3-- Returns:
this.
-
systemMessageVariable4
@Nonnull public CancelResult.CancelResultBuilder systemMessageVariable4(@Nullable String systemMessageVariable4) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable4
- Parameters:
systemMessageVariable4-- Returns:
this.
-
build
-
toString
-