java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex<SAP__FitToPage>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.SAP__FitToPage

public class SAP__FitToPage extends VdmComplex<SAP__FitToPage>

Original complex type name from the Odata EDM: SAP__FitToPage

  • Constructor Details

    • SAP__FitToPage

      public SAP__FitToPage()
    • SAP__FitToPage

      public SAP__FitToPage(@Nullable String errorRecoveryBehavior, @Nullable Boolean isEnabled, @Nullable Integer minimumFontSize)
  • Method Details

    • getType

      @Nonnull public Class<SAP__FitToPage> getType()
      Specified by:
      getType in class VdmObject<SAP__FitToPage>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<SAP__FitToPage>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<SAP__FitToPage>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<SAP__FitToPage>
    • setErrorRecoveryBehavior

      public void setErrorRecoveryBehavior(@Nullable String errorRecoveryBehavior)
      Constraints: Not nullable, Maximum length: 8

      Original property from the Odata EDM: ErrorRecoveryBehavior

      Parameters:
      errorRecoveryBehavior - Error behavior
    • setIsEnabled

      public void setIsEnabled(@Nullable Boolean isEnabled)
      Constraints: Not nullable

      Original property from the Odata EDM: IsEnabled

      Parameters:
      isEnabled - The isEnabled to set.
    • setMinimumFontSize

      public void setMinimumFontSize(@Nullable Integer minimumFontSize)
      Constraints: Not nullable

      Original property from the Odata EDM: MinimumFontSize

      Parameters:
      minimumFontSize - The minimumFontSize to set.
    • builder

      @Nonnull public static SAP__FitToPage.SAP__FitToPageBuilder builder()
    • getErrorRecoveryBehavior

      @Nullable public String getErrorRecoveryBehavior()
      Constraints: Not nullable, Maximum length: 8

      Original property from the Odata EDM: ErrorRecoveryBehavior

      Returns:
      Error behavior
    • getIsEnabled

      @Nullable public Boolean getIsEnabled()
      Constraints: Not nullable

      Original property from the Odata EDM: IsEnabled

    • getMinimumFontSize

      @Nullable public Integer getMinimumFontSize()
      Constraints: Not nullable

      Original property from the Odata EDM: MinimumFontSize

    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<SAP__FitToPage>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmComplex<SAP__FitToPage>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmComplex<SAP__FitToPage>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmComplex<SAP__FitToPage>