Class ControllingAreaStdVH
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ControllingAreaStdVH>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.creditmemorequest.ControllingAreaStdVH
Controlling Area
Original entity name from the Odata EDM: I_ControllingAreaStdVHType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ControllingAreaStdVHSelectableSelector for all available fields of ControllingAreaStdVH.static final ControllingAreaStdVHField<String>Use with available fluent helpers to apply the ControllingArea field to query operations.static final ControllingAreaStdVHField<String>Use with available fluent helpers to apply the ControllingAreaName 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>
ControllingAreaStdVHField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ControllingAreaStdVHField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 25protected Stringprotected StringgetKey()getType()inthashCode()voidsetControllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetControllingAreaName(String controllingAreaName) Constraints: Not nullable, Maximum length: 25protected 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 ControllingAreaStdVH. -
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations. -
CONTROLLING_AREA_NAME
Use with available fluent helpers to apply the ControllingAreaName field to query operations.
-
-
Constructor Details
-
ControllingAreaStdVH
public ControllingAreaStdVH() -
ControllingAreaStdVH
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ControllingAreaStdVH>
-
setControllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Parameters:
controllingArea- Controlling Area
-
setControllingAreaName
Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ControllingAreaName
- Parameters:
controllingAreaName- Controlling Area Name
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ControllingAreaStdVH>
-
getKey
- Overrides:
getKeyin classVdmObject<ControllingAreaStdVH>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ControllingAreaStdVH>
-
fromMap
- Overrides:
fromMapin classVdmObject<ControllingAreaStdVH>
-
field
@Nonnull public static <T> ControllingAreaStdVHField<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> ControllingAreaStdVHField<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<ControllingAreaStdVH>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ControllingAreaStdVH>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ControllingAreaStdVH>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ControllingAreaStdVH>
-
builder
-
getControllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
- Controlling Area
-
getControllingAreaName
Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ControllingAreaName
- Returns:
- Controlling Area Name
-
toString
- Overrides:
toStringin classVdmObject<ControllingAreaStdVH>
-
equals
- Overrides:
equalsin classVdmEntity<ControllingAreaStdVH>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ControllingAreaStdVH>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ControllingAreaStdVH>
-