Class SAP__Format
Original entity name from the Odata EDM: SAP__Format
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAP__FormatSelectableSelector for all available fields of SAP__Format.static final SAP__FormatField<Integer>Use with available fluent helpers to apply the BorderSize field to query operations.static final SAP__FormatField<String>Use with available fluent helpers to apply the FontName field to query operations.static final SAP__FormatField<Integer>Use with available fluent helpers to apply the FontSize field to query operations.static final SAP__FormatField<UUID>Use with available fluent helpers to apply the Id field to query operations.static final SAP__FormatField<Integer>Use with available fluent helpers to apply the MarginSize field to query operations.static final SAP__FormatField<String>Use with available fluent helpers to apply the Orientation field to query operations.static final SAP__FormatField<String>Use with available fluent helpers to apply the PaperSize field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSAP__Format(SAP__FitToPage fitToPage, UUID id, Integer fontSize, String orientation, String paperSize, Integer borderSize, Integer marginSize, String fontName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SAP__FormatField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SAP__FormatField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullableprotected Stringprotected StringConstraints: Not nullableConstraints: Not nullable, Maximum length: 255Constraints: Not nullablegetId()(Key Field) Constraints: Not nullablegetKey()Constraints: Not nullableConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetBorderSize(Integer borderSize) Constraints: Not nullablevoidsetFitToPage(SAP__FitToPage fitToPage) Constraints: Not nullablevoidsetFontName(String fontName) Constraints: Not nullable, Maximum length: 255voidsetFontSize(Integer fontSize) Constraints: Not nullablevoid(Key Field) Constraints: Not nullablevoidsetMarginSize(Integer marginSize) Constraints: Not nullablevoidsetOrientation(String orientation) Constraints: Not nullable, Maximum length: 10voidsetPaperSize(String paperSize) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods 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
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SAP__Format. -
ID
Use with available fluent helpers to apply the Id field to query operations. -
FONT_SIZE
Use with available fluent helpers to apply the FontSize field to query operations. -
ORIENTATION
Use with available fluent helpers to apply the Orientation field to query operations. -
PAPER_SIZE
Use with available fluent helpers to apply the PaperSize field to query operations. -
BORDER_SIZE
Use with available fluent helpers to apply the BorderSize field to query operations. -
MARGIN_SIZE
Use with available fluent helpers to apply the MarginSize field to query operations. -
FONT_NAME
Use with available fluent helpers to apply the FontName field to query operations.
-
-
Constructor Details
-
SAP__Format
public SAP__Format() -
SAP__Format
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__Format>
-
setFitToPage
Constraints: Not nullableOriginal property name from the Odata EDM: FitToPage
- Parameters:
fitToPage- The fitToPage to set.
-
setId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Parameters:
id- UUID
-
setFontSize
Constraints: Not nullableOriginal property name from the Odata EDM: FontSize
- Parameters:
fontSize- The fontSize to set.
-
setOrientation
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Orientation
- Parameters:
orientation- The orientation to set.
-
setPaperSize
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PaperSize
- Parameters:
paperSize- The paperSize to set.
-
setBorderSize
Constraints: Not nullableOriginal property name from the Odata EDM: BorderSize
- Parameters:
borderSize- The borderSize to set.
-
setMarginSize
Constraints: Not nullableOriginal property name from the Odata EDM: MarginSize
- Parameters:
marginSize- The marginSize to set.
-
setFontName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: FontName
- Parameters:
fontName- Font Name
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SAP__Format>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__Format>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__Format>
-
fromMap
- Overrides:
fromMapin classVdmObject<SAP__Format>
-
field
@Nonnull public static <T> SAP__FormatField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> SAP__FormatField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<SAP__Format>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SAP__Format>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SAP__Format>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SAP__Format>
-
builder
-
getFitToPage
Constraints: Not nullableOriginal property name from the Odata EDM: FitToPage
- Returns:
- The fitToPage contained in this entity.
-
getId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Returns:
- UUID
-
getFontSize
Constraints: Not nullableOriginal property name from the Odata EDM: FontSize
- Returns:
- The fontSize contained in this entity.
-
getOrientation
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Orientation
- Returns:
- The orientation contained in this entity.
-
getPaperSize
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PaperSize
- Returns:
- The paperSize contained in this entity.
-
getBorderSize
Constraints: Not nullableOriginal property name from the Odata EDM: BorderSize
- Returns:
- The borderSize contained in this entity.
-
getMarginSize
Constraints: Not nullableOriginal property name from the Odata EDM: MarginSize
- Returns:
- The marginSize contained in this entity.
-
getFontName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: FontName
- Returns:
- Font Name
-
toString
- Overrides:
toStringin classVdmObject<SAP__Format>
-
equals
- Overrides:
equalsin classVdmEntity<SAP__Format>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SAP__Format>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SAP__Format>
-