Class SAP__FitToPage
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
Original complex type name from the Odata EDM: SAP__FitToPage
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSAP__FitToPage(String errorRecoveryBehavior, Boolean isEnabled, Integer minimumFontSize) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 8Constraints: Not nullablegetKey()Constraints: Not nullablegetType()inthashCode()voidsetErrorRecoveryBehavior(String errorRecoveryBehavior) Constraints: Not nullable, Maximum length: 8voidsetIsEnabled(Boolean isEnabled) Constraints: Not nullablevoidsetMinimumFontSize(Integer minimumFontSize) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Constructor Details
-
SAP__FitToPage
public SAP__FitToPage() -
SAP__FitToPage
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__FitToPage>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__FitToPage>
-
fromMap
- Overrides:
fromMapin classVdmObject<SAP__FitToPage>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__FitToPage>
-
setErrorRecoveryBehavior
Constraints: Not nullable, Maximum length: 8Original property from the Odata EDM: ErrorRecoveryBehavior
- Parameters:
errorRecoveryBehavior- Error behavior
-
setIsEnabled
Constraints: Not nullableOriginal property from the Odata EDM: IsEnabled
- Parameters:
isEnabled- The isEnabled to set.
-
setMinimumFontSize
Constraints: Not nullableOriginal property from the Odata EDM: MinimumFontSize
- Parameters:
minimumFontSize- The minimumFontSize to set.
-
builder
-
getErrorRecoveryBehavior
Constraints: Not nullable, Maximum length: 8Original property from the Odata EDM: ErrorRecoveryBehavior
- Returns:
- Error behavior
-
getIsEnabled
Constraints: Not nullableOriginal property from the Odata EDM: IsEnabled
-
getMinimumFontSize
Constraints: Not nullableOriginal property from the Odata EDM: MinimumFontSize
-
toString
- Overrides:
toStringin classVdmObject<SAP__FitToPage>
-
equals
- Overrides:
equalsin classVdmComplex<SAP__FitToPage>
-
canEqual
- Overrides:
canEqualin classVdmComplex<SAP__FitToPage>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmComplex<SAP__FitToPage>
-