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

public class SAP__PDFStandard extends VdmEntity<SAP__PDFStandard>

Original entity name from the Odata EDM: SAP__PDFStandard

  • Field Details

    • ALL_FIELDS

      public static final SAP__PDFStandardSelectable ALL_FIELDS
      Selector for all available fields of SAP__PDFStandard.
    • ID

      public static final SAP__PDFStandardField<UUID> ID
      Use with available fluent helpers to apply the Id field to query operations.
    • USE_PDFA_CONFORMANCE

      public static final SAP__PDFStandardField<Boolean> USE_PDFA_CONFORMANCE
      Use with available fluent helpers to apply the UsePDFAConformance field to query operations.
    • DO_ENABLE_ACCESSIBILITY

      public static final SAP__PDFStandardField<Boolean> 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

      public SAP__PDFStandard(@Nullable UUID id, @Nullable Boolean usePDFAConformance, @Nullable Boolean doEnableAccessibility)
  • Method Details

    • getType

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

      public void setId(@Nullable UUID id)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Id

      Parameters:
      id - UUID
    • setUsePDFAConformance

      public void setUsePDFAConformance(@Nullable Boolean usePDFAConformance)
      Constraints: Not nullable

      Original property name from the Odata EDM: UsePDFAConformance

      Parameters:
      usePDFAConformance - The usePDFAConformance to set.
    • setDoEnableAccessibility

      public void setDoEnableAccessibility(@Nullable Boolean doEnableAccessibility)
      Constraints: Not nullable

      Original property name from the Odata EDM: DoEnableAccessibility

      Parameters:
      doEnableAccessibility - Indicator
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<SAP__PDFStandard>
    • getKey

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

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

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<SAP__PDFStandard>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<SAP__PDFStandard>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<SAP__PDFStandard>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<SAP__PDFStandard>
    • builder

      @Nonnull public static SAP__PDFStandard.SAP__PDFStandardBuilder builder()
    • getId

      @Nullable public UUID getId()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Id

      Returns:
      UUID
    • getUsePDFAConformance

      @Nullable public Boolean getUsePDFAConformance()
      Constraints: Not nullable

      Original property name from the Odata EDM: UsePDFAConformance

      Returns:
      The usePDFAConformance contained in this entity.
    • getDoEnableAccessibility

      @Nullable public Boolean getDoEnableAccessibility()
      Constraints: Not nullable

      Original property name from the Odata EDM: DoEnableAccessibility

      Returns:
      Indicator
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<SAP__PDFStandard>