Class SAP__ValueHelp
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.supplierevaluationscore.SAP__ValueHelp
Original entity name from the Odata EDM: SAP__ValueHelp
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAP__ValueHelpSelectableSelector for all available fields of SAP__ValueHelp.static final SAP__ValueHelpField<String>Use with available fluent helpers to apply the DESCRIPTION field to query operations.static final SAP__ValueHelpField<String>Use with available fluent helpers to apply the FIELD_VALUE field to query operations.static final SAP__ValueHelpField<String>Use with available fluent helpers to apply the VALUEHELP field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SAP__ValueHelpField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SAP__ValueHelpField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected StringConstraints: noneprotected StringConstraints: Not nullable, Maximum length: 10getKey()getType()(Key Field) Constraints: Not nullableinthashCode()voidsetDESCRIPTION(String dESCRIPTION) Constraints: nonevoidsetFIELD_VALUE(String fIELD_VALUE) Constraints: Not nullable, Maximum length: 10protected voidsetServicePathForFetch(String servicePathForFetch) voidsetVALUEHELP(String vALUEHELP) (Key Field) 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__ValueHelp. -
VALUEHELP
Use with available fluent helpers to apply the VALUEHELP field to query operations. -
FIELDVALUE
Use with available fluent helpers to apply the FIELD_VALUE field to query operations. -
DESCRIPTION
Use with available fluent helpers to apply the DESCRIPTION field to query operations.
-
-
Constructor Details
-
SAP__ValueHelp
public SAP__ValueHelp() -
SAP__ValueHelp
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__ValueHelp>
-
setVALUEHELP
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: VALUEHELP
- Parameters:
vALUEHELP- The vALUEHELP to set.
-
setFIELD_VALUE
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: FIELD_VALUE
- Parameters:
fIELD_VALUE- The fIELD_VALUE to set.
-
setDESCRIPTION
Constraints: noneOriginal property name from the Odata EDM: DESCRIPTION
- Parameters:
dESCRIPTION- The dESCRIPTION to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SAP__ValueHelp>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__ValueHelp>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__ValueHelp>
-
fromMap
- Overrides:
fromMapin classVdmObject<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 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__ValueHelp>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SAP__ValueHelp>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SAP__ValueHelp>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SAP__ValueHelp>
-
builder
-
getVALUEHELP
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: VALUEHELP
- Returns:
- The vALUEHELP contained in this entity.
-
getFIELD_VALUE
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: FIELD_VALUE
- Returns:
- The fIELD_VALUE contained in this entity.
-
getDESCRIPTION
Constraints: noneOriginal property name from the Odata EDM: DESCRIPTION
- Returns:
- The dESCRIPTION contained in this entity.
-
toString
- Overrides:
toStringin classVdmObject<SAP__ValueHelp>
-
equals
- Overrides:
equalsin classVdmEntity<SAP__ValueHelp>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SAP__ValueHelp>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SAP__ValueHelp>
-