Class SAP__PDFStandard
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SAP__PDFStandard>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationscore.SAP__PDFStandard
Original entity name from the Odata EDM: SAP__PDFStandard
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAP__PDFStandardSelectableSelector for all available fields of SAP__PDFStandard.static final SAP__PDFStandardField<Boolean>Use with available fluent helpers to apply the DoEnableAccessibility field to query operations.static final SAP__PDFStandardField<UUID>Use with available fluent helpers to apply the Id field to query operations.static final SAP__PDFStandardField<Boolean>Use with available fluent helpers to apply the UsePDFAConformance field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSAP__PDFStandard(UUID id, Boolean usePDFAConformance, Boolean doEnableAccessibility) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SAP__PDFStandardField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SAP__PDFStandardField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected StringConstraints: Not nullableprotected StringgetId()(Key Field) Constraints: Not nullablegetKey()getType()Constraints: Not nullableinthashCode()voidsetDoEnableAccessibility(Boolean doEnableAccessibility) Constraints: Not nullablevoid(Key Field) Constraints: Not nullableprotected voidsetServicePathForFetch(String servicePathForFetch) voidsetUsePDFAConformance(Boolean usePDFAConformance) Constraints: Not nullabletoString()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__PDFStandard. -
ID
Use with available fluent helpers to apply the Id field to query operations. -
USE_PDFA_CONFORMANCE
Use with available fluent helpers to apply the UsePDFAConformance field to query operations. -
DO_ENABLE_ACCESSIBILITY
Use with available fluent helpers to apply the DoEnableAccessibility field to query operations.
-
-
Constructor Details
-
SAP__PDFStandard
public SAP__PDFStandard() -
SAP__PDFStandard
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__PDFStandard>
-
setId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Parameters:
id- UUID
-
setUsePDFAConformance
Constraints: Not nullableOriginal property name from the Odata EDM: UsePDFAConformance
- Parameters:
usePDFAConformance- The usePDFAConformance to set.
-
setDoEnableAccessibility
Constraints: Not nullableOriginal property name from the Odata EDM: DoEnableAccessibility
- Parameters:
doEnableAccessibility- Indicator
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SAP__PDFStandard>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__PDFStandard>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__PDFStandard>
-
fromMap
- Overrides:
fromMapin classVdmObject<SAP__PDFStandard>
-
field
@Nonnull public static <T> SAP__PDFStandardField<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__PDFStandardField<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__PDFStandard>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SAP__PDFStandard>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SAP__PDFStandard>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SAP__PDFStandard>
-
builder
-
getId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Returns:
- UUID
-
getUsePDFAConformance
Constraints: Not nullableOriginal property name from the Odata EDM: UsePDFAConformance
- Returns:
- The usePDFAConformance contained in this entity.
-
getDoEnableAccessibility
Constraints: Not nullableOriginal property name from the Odata EDM: DoEnableAccessibility
- Returns:
- Indicator
-
toString
- Overrides:
toStringin classVdmObject<SAP__PDFStandard>
-
equals
- Overrides:
equalsin classVdmEntity<SAP__PDFStandard>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SAP__PDFStandard>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SAP__PDFStandard>
-