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

public class SAP__ValueHelp extends VdmEntity<SAP__ValueHelp>

Original entity name from the Odata EDM: SAP__ValueHelp

  • Field Details

    • ALL_FIELDS

      public static final SAP__ValueHelpSelectable ALL_FIELDS
      Selector for all available fields of SAP__ValueHelp.
    • VALUEHELP

      public static final SAP__ValueHelpField<String> VALUEHELP
      Use with available fluent helpers to apply the VALUEHELP field to query operations.
    • FIELDVALUE

      public static final SAP__ValueHelpField<String> FIELDVALUE
      Use with available fluent helpers to apply the FIELD_VALUE field to query operations.
    • DESCRIPTION

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

    • SAP__ValueHelp

      public SAP__ValueHelp()
    • SAP__ValueHelp

      public SAP__ValueHelp(@Nullable String vALUEHELP, @Nullable String fIELD_VALUE, @Nullable String dESCRIPTION)
  • Method Details

    • getType

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

      public void setVALUEHELP(@Nullable String vALUEHELP)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: VALUEHELP

      Parameters:
      vALUEHELP - The vALUEHELP to set.
    • setFIELD_VALUE

      public void setFIELD_VALUE(@Nullable String fIELD_VALUE)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: FIELD_VALUE

      Parameters:
      fIELD_VALUE - The fIELD_VALUE to set.
    • setDESCRIPTION

      public void setDESCRIPTION(@Nullable String dESCRIPTION)
      Constraints: none

      Original property name from the Odata EDM: DESCRIPTION

      Parameters:
      dESCRIPTION - The dESCRIPTION to set.
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SAP__ValueHelpField<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__ValueHelpField<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__ValueHelp>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SAP__ValueHelp.SAP__ValueHelpBuilder builder()
    • getVALUEHELP

      @Nullable public String getVALUEHELP()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: VALUEHELP

      Returns:
      The vALUEHELP contained in this entity.
    • getFIELD_VALUE

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

      Original property name from the Odata EDM: FIELD_VALUE

      Returns:
      The fIELD_VALUE contained in this entity.
    • getDESCRIPTION

      @Nullable public String getDESCRIPTION()
      Constraints: none

      Original property name from the Odata EDM: DESCRIPTION

      Returns:
      The dESCRIPTION contained in this entity.
    • toString

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

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

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

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