java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcepersonskilltag.SAP__Format.SAP__FormatBuilder
Enclosing class:
SAP__Format

public static class SAP__Format.SAP__FormatBuilder extends Object
  • Method Details

    • fitToPage

      @Nonnull public SAP__Format.SAP__FormatBuilder fitToPage(@Nullable SAP__FitToPage fitToPage)
      Constraints: Not nullable

      Original property name from the Odata EDM: FitToPage

      Returns:
      this.
    • id

      @Nonnull public SAP__Format.SAP__FormatBuilder id(@Nullable UUID id)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Id

      Returns:
      this.
    • fontSize

      @Nonnull public SAP__Format.SAP__FormatBuilder fontSize(@Nullable Integer fontSize)
      Constraints: Not nullable

      Original property name from the Odata EDM: FontSize

      Returns:
      this.
    • orientation

      @Nonnull public SAP__Format.SAP__FormatBuilder orientation(@Nullable String orientation)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Orientation

      Returns:
      this.
    • paperSize

      @Nonnull public SAP__Format.SAP__FormatBuilder paperSize(@Nullable String paperSize)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PaperSize

      Returns:
      this.
    • borderSize

      @Nonnull public SAP__Format.SAP__FormatBuilder borderSize(@Nullable Integer borderSize)
      Constraints: Not nullable

      Original property name from the Odata EDM: BorderSize

      Returns:
      this.
    • marginSize

      @Nonnull public SAP__Format.SAP__FormatBuilder marginSize(@Nullable Integer marginSize)
      Constraints: Not nullable

      Original property name from the Odata EDM: MarginSize

      Returns:
      this.
    • fontName

      @Nonnull public SAP__Format.SAP__FormatBuilder fontName(@Nullable String fontName)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: FontName

      Returns:
      this.
    • build

      @Nonnull public SAP__Format build()
    • toString

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