Class ServiceDocumentType.ServiceDocumentTypeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicetransactiontype.ServiceDocumentType.ServiceDocumentTypeBuilder
Enclosing class:
ServiceDocumentType

public static final class ServiceDocumentType.ServiceDocumentTypeBuilder extends Object
Helper class to allow for fluent creation of ServiceDocumentType instances.
  • Method Details

    • serviceDocumentTypeText

      @Nonnull public ServiceDocumentType.ServiceDocumentTypeBuilder serviceDocumentTypeText(ServiceDocumentTypeText... value)
      Navigation property _ServiceDocumentTypeText for ServiceDocumentType to multiple ServiceDocumentTypeText.
      Parameters:
      value - The ServiceDocumentTypeTexts to build this ServiceDocumentType with.
      Returns:
      This Builder to allow for a fluent interface.
    • serviceDocumentType

      @Nonnull public ServiceDocumentType.ServiceDocumentTypeBuilder serviceDocumentType(@Nullable String serviceDocumentType)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ServiceDocumentType

      Returns:
      this.
    • serviceObjectType

      @Nonnull public ServiceDocumentType.ServiceDocumentTypeBuilder serviceObjectType(@Nullable String serviceObjectType)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceObjectType

      Returns:
      this.
    • businessObjectTypeName

      @Nonnull public ServiceDocumentType.ServiceDocumentTypeBuilder businessObjectTypeName(@Nullable String businessObjectTypeName)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: BusinessObjectTypeName

      Returns:
      this.
    • serviceDocumentTypeName

      @Nonnull public ServiceDocumentType.ServiceDocumentTypeBuilder serviceDocumentTypeName(@Nullable String serviceDocumentTypeName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ServiceDocumentTypeName

      Returns:
      this.
    • build

      @Nonnull public ServiceDocumentType build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object