Class ServiceCancellationReason.ServiceCancellationReasonBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecancellationreason.ServiceCancellationReason.ServiceCancellationReasonBuilder
- Enclosing class:
- ServiceCancellationReason
Helper class to allow for fluent creation of ServiceCancellationReason instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceContrCancellationReason(String serviceContrCancellationReason) (Key Field) Constraints: Not nullable, Maximum length: 4serviceContrCanclnReasonName(String serviceContrCanclnReasonName) Constraints: Not nullable, Maximum length: 40Navigation property _SrvcCancellationReasonText for ServiceCancellationReason to multiple SrvcCancellationReasonText.toString()
-
Method Details
-
srvcCancellationReasonText
@Nonnull public ServiceCancellationReason.ServiceCancellationReasonBuilder srvcCancellationReasonText(SrvcCancellationReasonText... value) Navigation property _SrvcCancellationReasonText for ServiceCancellationReason to multiple SrvcCancellationReasonText.- Parameters:
value- The SrvcCancellationReasonTexts to build this ServiceCancellationReason with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContrCancellationReason
@Nonnull public ServiceCancellationReason.ServiceCancellationReasonBuilder serviceContrCancellationReason(@Nullable String serviceContrCancellationReason) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceContrCancellationReason
- Returns:
this.
-
serviceContrCanclnReasonName
@Nonnull public ServiceCancellationReason.ServiceCancellationReasonBuilder serviceContrCanclnReasonName(@Nullable String serviceContrCanclnReasonName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceContrCanclnReasonName
- Returns:
this.
-
build
-
toString
-