Class Feature
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<Feature>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Feature
Consolidation Feature
Original entity name from the Odata EDM: FeatureType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FeatureSelectableSelector for all available fields of Feature.static final FeatureField<String>Use with available fluent helpers to apply the CnsldtnFeature field to query operations.static final FeatureField<String>Use with available fluent helpers to apply the CnsldtnFeatureFromFiscalYear field to query operations.static final FeatureField<Boolean>Use with available fluent helpers to apply the CnsldtnFeatureIsActive field to query operations.static final FeatureField<String>Use with available fluent helpers to apply the CnsldtnFeatureText 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) static Feature.FeatureBuilderbuilder()protected booleanbooleanstatic <T,DomainT>
FeatureField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> FeatureField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 4Constraints: noneConstraints: Not nullable, Maximum length: 255protected Stringprotected StringgetKey()getType()inthashCode()voidsetCnsldtnFeature(String cnsldtnFeature) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetCnsldtnFeatureFromFiscalYear(String cnsldtnFeatureFromFiscalYear) Constraints: Not nullable, Maximum length: 4voidsetCnsldtnFeatureIsActive(Boolean cnsldtnFeatureIsActive) Constraints: nonevoidsetCnsldtnFeatureText(String cnsldtnFeatureText) Constraints: Not nullable, Maximum length: 255protected voidsetServicePathForFetch(String servicePathForFetch) toString()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 Feature. -
CNSLDTN_FEATURE
Use with available fluent helpers to apply the CnsldtnFeature field to query operations. -
CNSLDTN_FEATURE_TEXT
Use with available fluent helpers to apply the CnsldtnFeatureText field to query operations. -
CNSLDTN_FEATURE_IS_ACTIVE
Use with available fluent helpers to apply the CnsldtnFeatureIsActive field to query operations. -
CNSLDTN_FEATURE_FROM_FISCAL_YEAR
Use with available fluent helpers to apply the CnsldtnFeatureFromFiscalYear field to query operations.
-
-
Constructor Details
-
Feature
public Feature() -
Feature
-
-
Method Details
-
getType
-
setCnsldtnFeature
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CnsldtnFeature
- Parameters:
cnsldtnFeature- Feature
-
setCnsldtnFeatureText
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: CnsldtnFeatureText
- Parameters:
cnsldtnFeatureText- Feature Description
-
setCnsldtnFeatureIsActive
Constraints: noneOriginal property name from the Odata EDM: CnsldtnFeatureIsActive
- Parameters:
cnsldtnFeatureIsActive- Feature Activated
-
setCnsldtnFeatureFromFiscalYear
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CnsldtnFeatureFromFiscalYear
- Parameters:
cnsldtnFeatureFromFiscalYear- Active as of Fiscal Year
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Feature>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Feature>
-
fromMap
-
field
@Nonnull public static <T> FeatureField<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> FeatureField<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<Feature>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<Feature>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<Feature>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Feature>
-
builder
-
getCnsldtnFeature
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CnsldtnFeature
- Returns:
- Feature
-
getCnsldtnFeatureText
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: CnsldtnFeatureText
- Returns:
- Feature Description
-
getCnsldtnFeatureIsActive
Constraints: noneOriginal property name from the Odata EDM: CnsldtnFeatureIsActive
- Returns:
- Feature Activated
-
getCnsldtnFeatureFromFiscalYear
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CnsldtnFeatureFromFiscalYear
- Returns:
- Active as of Fiscal Year
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-