Class ServiceDocumentTypeText.ServiceDocumentTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicetransactiontype.ServiceDocumentTypeText.ServiceDocumentTypeTextBuilder
- Enclosing class:
- ServiceDocumentTypeText
Helper class to allow for fluent creation of ServiceDocumentTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property _ServiceDocumentType for ServiceDocumentTypeText to single ServiceDocumentType.serviceDocumentType(String value) (Key Field) Constraints: Not nullable, Maximum length: 4serviceDocumentTypeName(String serviceDocumentTypeName) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
serviceDocumentType
@Nonnull public ServiceDocumentTypeText.ServiceDocumentTypeTextBuilder serviceDocumentType(ServiceDocumentType value) Navigation property _ServiceDocumentType for ServiceDocumentTypeText to single ServiceDocumentType.- Parameters:
value- The ServiceDocumentType to build this ServiceDocumentTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceDocumentType
@Nonnull public ServiceDocumentTypeText.ServiceDocumentTypeTextBuilder serviceDocumentType(String value) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocumentType
- Parameters:
value- The serviceDocumentType to build this ServiceDocumentTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public ServiceDocumentTypeText.ServiceDocumentTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
serviceDocumentTypeName
@Nonnull public ServiceDocumentTypeText.ServiceDocumentTypeTextBuilder serviceDocumentTypeName(@Nullable String serviceDocumentTypeName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceDocumentTypeName
- Returns:
this.
-
build
-
toString
-