Class ServiceContractItemText.ServiceContractItemTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.ServiceContractItemText.ServiceContractItemTextBuilder
- Enclosing class:
- ServiceContractItemText
Helper class to allow for fluent creation of ServiceContractItemText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: nonelongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4serviceContract(String serviceContract) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_ServiceContractItem for ServiceContractItemText to single ServiceContractItem.serviceContractItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
serviceContractItem
@Nonnull public ServiceContractItemText.ServiceContractItemTextBuilder serviceContractItem(ServiceContractItem value) Navigation property to_ServiceContractItem for ServiceContractItemText to single ServiceContractItem.- Parameters:
value- The ServiceContractItem to build this ServiceContractItemText with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractItem
@Nonnull public ServiceContractItemText.ServiceContractItemTextBuilder serviceContractItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceContractItem
- Parameters:
value- The serviceContractItem to build this ServiceContractItemText with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContract
@Nonnull public ServiceContractItemText.ServiceContractItemTextBuilder serviceContract(@Nullable String serviceContract) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceContract
- Returns:
this.
-
language
@Nonnull public ServiceContractItemText.ServiceContractItemTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
longTextID
@Nonnull public ServiceContractItemText.ServiceContractItemTextBuilder longTextID(@Nullable String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
this.
-
longText
@Nonnull public ServiceContractItemText.ServiceContractItemTextBuilder longText(@Nullable String longText) Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
this.
-
build
-
toString
-