Class ServiceCancellationParty.ServiceCancellationPartyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecancellationparty.ServiceCancellationParty.ServiceCancellationPartyBuilder
- Enclosing class:
- ServiceCancellationParty
Helper class to allow for fluent creation of ServiceCancellationParty instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _ServiceCancellationPartyText for ServiceCancellationParty to multiple ServiceCancellationPartyText.serviceContractCanclnParty(String serviceContractCanclnParty) (Key Field) Constraints: Not nullable, Maximum length: 4serviceContrCanclnPartyName(String serviceContrCanclnPartyName) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
serviceCancellationPartyText
@Nonnull public ServiceCancellationParty.ServiceCancellationPartyBuilder serviceCancellationPartyText(ServiceCancellationPartyText... value) Navigation property _ServiceCancellationPartyText for ServiceCancellationParty to multiple ServiceCancellationPartyText.- Parameters:
value- The ServiceCancellationPartyTexts to build this ServiceCancellationParty with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractCanclnParty
@Nonnull public ServiceCancellationParty.ServiceCancellationPartyBuilder serviceContractCanclnParty(@Nullable String serviceContractCanclnParty) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceContractCanclnParty
- Returns:
this.
-
serviceContrCanclnPartyName
@Nonnull public ServiceCancellationParty.ServiceCancellationPartyBuilder serviceContrCanclnPartyName(@Nullable String serviceContrCanclnPartyName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceContrCanclnPartyName
- Returns:
this.
-
build
-
toString
-