Class BusVolFldCombnTypeFldAssgmt
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BusVolFldCombnTypeFldAssgmt>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.conditioncontracttype.BusVolFldCombnTypeFldAssgmt
Field Assignment to Combination Type
Original entity name from the Odata EDM: A_BusVolFldCombnTypeFldAssgmtType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusVolFldCombnTypeFldAssgmtSelectableSelector for all available fields of BusVolFldCombnTypeFldAssgmt.static final BusVolFldCombnTypeFldAssgmtField<String>Use with available fluent helpers to apply the BusVolFieldCombnType field to query operations.static final BusVolFldCombnTypeFldAssgmtField<String>Use with available fluent helpers to apply the BusVolFldCombnExtFieldName field to query operations.static final BusVolFldCombnTypeFldAssgmtField<Boolean>Use with available fluent helpers to apply the BusVolFldCombnFldInitIsAllwd field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBusVolFldCombnTypeFldAssgmt(String busVolFieldCombnType, String busVolFldCombnExtFieldName, Boolean busVolFldCombnFldInitIsAllwd) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BusVolFldCombnTypeFldAssgmtField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusVolFldCombnTypeFldAssgmtField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: noneprotected Stringprotected StringgetKey()getType()inthashCode()voidsetBusVolFieldCombnType(String busVolFieldCombnType) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetBusVolFldCombnExtFieldName(String busVolFldCombnExtFieldName) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetBusVolFldCombnFldInitIsAllwd(Boolean busVolFldCombnFldInitIsAllwd) Constraints: noneprotected 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 BusVolFldCombnTypeFldAssgmt. -
BUS_VOL_FIELD_COMBN_TYPE
Use with available fluent helpers to apply the BusVolFieldCombnType field to query operations. -
BUS_VOL_FLD_COMBN_EXT_FIELD_NAME
Use with available fluent helpers to apply the BusVolFldCombnExtFieldName field to query operations. -
BUS_VOL_FLD_COMBN_FLD_INIT_IS_ALLWD
Use with available fluent helpers to apply the BusVolFldCombnFldInitIsAllwd field to query operations.
-
-
Constructor Details
-
BusVolFldCombnTypeFldAssgmt
public BusVolFldCombnTypeFldAssgmt() -
BusVolFldCombnTypeFldAssgmt
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusVolFldCombnTypeFldAssgmt>
-
setBusVolFieldCombnType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusVolFieldCombnType
- Parameters:
busVolFieldCombnType- Field Combination for Business Volume Selection
-
setBusVolFldCombnExtFieldName
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BusVolFldCombnExtFieldName
- Parameters:
busVolFldCombnExtFieldName- External Field Name (GFN)
-
setBusVolFldCombnFldInitIsAllwd
Constraints: noneOriginal property name from the Odata EDM: BusVolFldCombnFldInitIsAllwd
- Parameters:
busVolFldCombnFldInitIsAllwd- Initial Values allowed
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusVolFldCombnTypeFldAssgmt>
-
getKey
- Overrides:
getKeyin classVdmObject<BusVolFldCombnTypeFldAssgmt>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusVolFldCombnTypeFldAssgmt>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusVolFldCombnTypeFldAssgmt>
-
field
@Nonnull public static <T> BusVolFldCombnTypeFldAssgmtField<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> BusVolFldCombnTypeFldAssgmtField<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<BusVolFldCombnTypeFldAssgmt>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusVolFldCombnTypeFldAssgmt>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusVolFldCombnTypeFldAssgmt>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusVolFldCombnTypeFldAssgmt>
-
builder
-
getBusVolFieldCombnType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusVolFieldCombnType
- Returns:
- Field Combination for Business Volume Selection
-
getBusVolFldCombnExtFieldName
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BusVolFldCombnExtFieldName
- Returns:
- External Field Name (GFN)
-
getBusVolFldCombnFldInitIsAllwd
Constraints: noneOriginal property name from the Odata EDM: BusVolFldCombnFldInitIsAllwd
- Returns:
- Initial Values allowed
-
toString
- Overrides:
toStringin classVdmObject<BusVolFldCombnTypeFldAssgmt>
-
equals
- Overrides:
equalsin classVdmEntity<BusVolFldCombnTypeFldAssgmt>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusVolFldCombnTypeFldAssgmt>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusVolFldCombnTypeFldAssgmt>
-