public static final class ServiceContractText.ServiceContractTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceContractText |
build() |
ServiceContractText.ServiceContractTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ServiceContractText.ServiceContractTextBuilder |
longText(String longText)
Constraints: none
|
ServiceContractText.ServiceContractTextBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ServiceContractText.ServiceContractTextBuilder |
serviceContract(ServiceContract value)
Navigation property to_ServiceContract for ServiceContractText to single
ServiceContract.
|
ServiceContractText.ServiceContractTextBuilder |
serviceContract(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public ServiceContractText.ServiceContractTextBuilder serviceContract(ServiceContract value)
value
- The ServiceContract to build this ServiceContractText with.@Nonnull public ServiceContractText.ServiceContractTextBuilder serviceContract(String value)
Original property name from the Odata EDM: ServiceContract
value
- The serviceContract to build this ServiceContractText with.public ServiceContractText.ServiceContractTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public ServiceContractText.ServiceContractTextBuilder longTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
ST for user-specific standard texts (individual texts)SYST for cross-application system textsvarious IDs for specific application departments. You must have the appropriate access authorization in order to access these texts.
(standard texts) can have the following text IDs:this
.public ServiceContractText.ServiceContractTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.public ServiceContractText build()
Copyright © 2020 SAP SE. All rights reserved.