Class ServiceContractText.ServiceContractTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.ServiceContractText.ServiceContractTextBuilder
- Enclosing class:
- ServiceContractText
Helper class to allow for fluent creation of ServiceContractText 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(ServiceContract value) Navigation property to_ServiceContract for ServiceContractText to single ServiceContract.serviceContract(String value) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
serviceContract
@Nonnull public ServiceContractText.ServiceContractTextBuilder serviceContract(ServiceContract value) Navigation property to_ServiceContract for ServiceContractText to single ServiceContract.- Parameters:
value- The ServiceContract to build this ServiceContractText with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContract
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceContract
- Parameters:
value- The serviceContract to build this ServiceContractText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
longTextID
@Nonnull public ServiceContractText.ServiceContractTextBuilder longTextID(@Nullable String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
this.
-
longText
Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
this.
-
build
-
toString
-