java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SAP__TableColumns>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationscore.SAP__TableColumns

public class SAP__TableColumns extends VdmEntity<SAP__TableColumns>

Original entity name from the Odata EDM: SAP__TableColumns

  • Field Details

    • ALL_FIELDS

      public static final SAP__TableColumnsSelectable ALL_FIELDS
      Selector for all available fields of SAP__TableColumns.
    • ID

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

      public static final SAP__TableColumnsField<String> NAME
      Use with available fluent helpers to apply the Name field to query operations.
    • HORIZONTAL_ALIGNMENT

      public static final SAP__TableColumnsField<String> HORIZONTAL_ALIGNMENT
      Use with available fluent helpers to apply the HorizontalAlignment field to query operations.
  • Constructor Details

    • SAP__TableColumns

      public SAP__TableColumns()
    • SAP__TableColumns

      public SAP__TableColumns(@Nullable UUID id, @Nullable String name, @Nullable String header, @Nullable String horizontalAlignment)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: Id

      Parameters:
      id - UUID
    • setName

      public void setName(@Nullable String name)
      (Key Field) Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: Name

      Parameters:
      name - The name to set.
    • setHeader

      public void setHeader(@Nullable String header)
      (Key Field) Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: Header

      Parameters:
      header - The header to set.
    • setHorizontalAlignment

      public void setHorizontalAlignment(@Nullable String horizontalAlignment)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: HorizontalAlignment

      Parameters:
      horizontalAlignment - The horizontalAlignment to set.
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SAP__TableColumnsField<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__TableColumnsField<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__TableColumns>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SAP__TableColumns.SAP__TableColumnsBuilder builder()
    • getId

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

      Original property name from the Odata EDM: Id

      Returns:
      UUID
    • getName

      @Nullable public String getName()
      (Key Field) Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: Name

      Returns:
      The name contained in this entity.
    • getHeader

      @Nullable public String getHeader()
      (Key Field) Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: Header

      Returns:
      The header contained in this entity.
    • getHorizontalAlignment

      @Nullable public String getHorizontalAlignment()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: HorizontalAlignment

      Returns:
      The horizontalAlignment contained in this entity.
    • toString

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

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

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

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