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